VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.Docx Namespace / DocxDocument Class
Constructors Properties Methods Events SeeAlso
In This Topic
    DocxDocument Class Members
    In This Topic
    The following tables list the members exposed by DocxDocument.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets information (author, modification date, etc) about this DOCX document.
    Public PropertyGets the font programs controller that allows to access external font programs. (Inherited from OpenXmlDocument)
    Public PropertyGets a value indicating whether this DocxDocument is editable. (Inherited from OpenXmlDocument)
    Public PropertyGets the page collection of DOCX file.
    Public PropertyGets a collection of runtime messages, which occured during loading of this OpenXml document or rendering of OpenXml pages in current thread. (Inherited from OpenXmlDocument)
    Public Methods
     NameDescription
    Public MethodAdds the runtime message to the RuntimeMessages property. (Inherited from OpenXmlDocument)
    Public MethodClears the list of runtime messages. (Inherited from OpenXmlDocument)
    Public MethodReleases all resources used by this DocxDocument object.
    Public MethodReturns an array with runtime messages, which occured during loading of this OpenXml document or rendering of OpenXml pages in any thread. (Inherited from OpenXmlDocument)
    Public MethodReturns available font names for this document. (Inherited from OpenXmlDocument)
    Public MethodLayouts this document using the specified layout settings. (Inherited from OpenXmlDocument)
    Public MethodSets IsEditable to true.
    Public Events
     NameDescription
    Public EventOccurs when the runtime message is added to the RuntimeMessages property. (Inherited from OpenXmlDocument)
    See Also