VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.Pptx Namespace / PptxDocument Class
Constructors Properties Methods Events SeeAlso
In This Topic
PptxDocument Class Members
In This Topic
The following tables list the members exposed by PptxDocument.
Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of the class.
Public Properties
 NameDescription
Public PropertyGets information (author, modification date, etc) about this PPTX 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 PPTX 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 OpenXmlDocument object. (Inherited from OpenXmlDocument)
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. (Inherited from OpenXmlDocument)
Public Events
 NameDescription
Public EventOccurs when the runtime message is added to the RuntimeMessages property. (Inherited from OpenXmlDocument)
See Also