DocxDocument Class Properties
In This Topic
For a list of all properties of this type, see
DocxDocument.
Public Properties
| | Name | Description |
 | DocumentInformation | Gets information (author, modification date, etc) about this DOCX document. |
 | FontProgramsController | Gets the font programs controller that allows to access external font programs. (Inherited from OpenXmlDocument) |
 | IsEditable | Gets a value indicating whether this DocxDocument is editable. (Inherited from OpenXmlDocument) |
 | Pages | Gets the page collection of DOCX file. |
 | RuntimeMessages | Gets a collection of runtime messages, which occured during loading of this OpenXml document or rendering of OpenXml pages in current thread. (Inherited from OpenXmlDocument) |
See Also