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