Table of Contents

Interface IDocWrightDocument

Namespace
DocWright.Core.Formats
Assembly
DocWright.Core.dll

Marker interface for a mutable DocWright document model. The concrete model lives in DocWright.Dom; format packages (readers/writers) produce and consume it through this seam so DocWright.Core stays dependency-free.

public interface IDocWrightDocument

Properties

SourceFormatName

Gets the name of the format the document was read from, or null if it was created in memory.