Click or drag to resize

Spire.Doc.Interface Namespace

Interfaces
Interface Description
Public interface IBody
Interface publish text body functionality
Public interface ICollectionBase
Represents base interface for dls collections.
Public interface ICompositeObject
Publishes base entity that can contains other entities.
Public interface IDocument
Represents the MS Word Document.
Public interface IDocumentCollection
Represents a collection of [!:Spire.Doc.IDocument] .
Public interface IDocumentObject
Represents a base entity for other entities of DLS.
Public interface IDocumentObjectCollection
Represents base interface for entities collections.
Public interface IDocumentSerializable
Represents required functionality for serialization by XDLSReader/Writer.
Remarks
Used for objects/items implementation
Public interface IField
Interface publishes field functionality.
Public interface IMergeField
Interface publishes merge field functionality
Public interface IParagraph
Represents a paragraph inside a Section.
Public interface IParagraphBase
Interface publishes base paragraph item functionality
Public interface IParagraphCollection
Represents a collection of [!:Spire.Doc.IParagraph] .
Public interface IParagraphStyle
Represents the style that can be used to format a Paragraph.
Public interface IPicture
Represents a picture in a word document.
Public interface ISection
Represents a section inside a Document.
Public interface IShapeAttrSource
Public interface IStyle
Publishes the DLS style base functionality.
Public interface IStyleCollection
Represents a collection of [!:Spire.Doc.IStyle] objects.
Public interface IStyleHolder
Interface publishes base functionality for style holders
Public interface ITable
Represents a table in a document.
Public interface ITableCollection
Represents a collection of [!:Spire.Doc.ITable] .
Public interface ITextBox
Summary description for ITextBox.
Public interface ITextBoxItemCollection
Represents a collection of [!:Spire.Doc.ITextBox] .
Public interface ITextRange
Interface publishes text range functionality.
Public interface IXDLSAttributeReader
Summary description for IXDLSAttributeReader.
Public interface IXDLSAttributeWriter
Summary description for IXDLSAttributeWriter.
Public interface IXDLSContentReader
Summary description for IXDLSContentReader.
Public interface IXDLSContentWriter
Summary description for IXDLSContentWriter.
Public interface IXDLSFactory
Summary description for IXDLSFactory.
Public interface IXDLSSerializableCollection
Represents required functionality for serialization by XDLSReader/Writer.
Remarks
Used for collections/lists implementation