VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.Editor.Docx Namespace / DocxDocumentEditor Class
Constructors Properties Methods SeeAlso
In This Topic
    DocxDocumentEditor Class Members
    In This Topic
    The following tables list the members exposed by DocxDocumentEditor.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets the body (root element) of Open XML document. (Inherited from OpenXmlDocumentEditor)
    Public PropertyGets all charts, which are contained in this document. (Inherited from OpenXmlDocumentEditor)
    Public PropertyGets information (author, modification date, etc) about document. (Inherited from OpenXmlDocumentEditor)
    Public PropertyGets the footers of DOCX document.
    Public PropertyGets the headers of DOCX document.
    Public PropertyGets all images, which are contained in this document. (Inherited from OpenXmlDocumentEditor)
    Public PropertyGets the numbering that uses in DOCX document.
    Public PropertyGets or sets a value indicating whether paragraphs tree must be optimized after tree change.
    Public PropertyGets the section count.
    Public PropertyGets the styles of DOCX document.
    Public PropertyGets all tables, which are contained in this document.
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds an image-resource to the worksheet.
    Public MethodCreates a new footer.
    Public MethodCreates a new header.
    Public MethodCreates the page layout.
    Public MethodPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
    Public MethodOverloaded. Exports this document to a file with specified path. (Inherited from OpenXmlDocumentEditor)
    Public MethodReturns the configuration of page headers and footers.
    Public MethodReturns the page size defined in specified section.
    Public Methodstatic (Shared in Visual Basic)Returns the text properties of specified text symbol.
    Public Methodstatic (Shared in Visual Basic)Returns the text properties of specified text symbol.
    Public Methodstatic (Shared in Visual Basic)Determines whether text symbol is illegal open XML character. (Inherited from OpenXmlDocumentEditor)
    Public MethodOverloaded. Saves this document to the specified stream. (Inherited from OpenXmlDocumentEditor)
    Public MethodOverloaded. Sets the configuration of page headers and footers.
    Public MethodSets the hyperlink for specified text content.
    Public Methodstatic (Shared in Visual Basic)Determines whether text contains illegal open XML characters. (Inherited from OpenXmlDocumentEditor)
    See Also