For a list of all members of this type, see Document members.
Name | Description | |
---|---|---|
BulletProperties | Returns a collection of BulletProperties instances which can be used to make paragraphs appear as bullet points or as part of an automatic numbering run. | |
ContentBlocks | Returns a collection of ContentBlock-derived objects, such as paragraphs or tables, which comprise the block-level content for this document. | |
DefaultFont | Returns Font object which applies to all characters in this document with no more specific setting. | |
DefaultParagraphProperties | Returns a ParagraphProperties instance which defines the properties for paragraphs which do not have properties explicitly defined. | |
DefaultTableProperties | Returns a DefaultTableProperties instance which defines the properties for tables which do not have properties explicitly defined. | |
DocumentProperties | Returns an object which contains information about this Document such as title, author, subject, etc. | |
FinalSection | Returns a DocumentFinalSection instance which defines properties such as page size, margins, and orientation for the final section of the document. | |
HasDefaultParagraphProperties | Returns a boolean value indicating whether the object returned from the DefaultParagraphProperties property has been created, and whether any of its properties are set to non-default values. | |
HasDefaultTableProperties | Returns a boolean value indicating whether the object returned from the DefaultTableProperties property has been created, and whether any of its properties are set to non-default values. | |
HasDocumentProperties | Returns a boolean value indicating whether the object returned from the DocumentProperties property has been created, and whether any of its properties are set to non-default values. | |
NewLineType | Returns or sets a value which determines the method used to represent a newline in the generated output. | |
Sections | Returns a collection of Section instances which define the pagination for specific parts of the document. | |
Unit | Returns or sets a value indicating the implied unit of measurement for properties which represent graphical quantities. |
View on GitHub