Version

Document Class Properties

For a list of all members of this type, see Document members.

Public Properties
 NameDescription
Public PropertyBulletPropertiesReturns a collection of BulletProperties instances which can be used to make paragraphs appear as bullet points or as part of an automatic numbering run.  
Public PropertyContentBlocksReturns a collection of ContentBlock-derived objects, such as paragraphs or tables, which comprise the block-level content for this document.  
Public PropertyDefaultFontReturns Font object which applies to all characters in this document with no more specific setting.  
Public PropertyDefaultParagraphPropertiesReturns a ParagraphProperties instance which defines the properties for paragraphs which do not have properties explicitly defined.  
Public PropertyDefaultTablePropertiesReturns a DefaultTableProperties instance which defines the properties for tables which do not have properties explicitly defined.  
Public PropertyDocumentPropertiesReturns an object which contains information about this Document such as title, author, subject, etc.  
Public PropertyFinalSectionReturns a DocumentFinalSection instance which defines properties such as page size, margins, and orientation for the final section of the document.  
Public PropertyHasDefaultParagraphPropertiesReturns 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.  
Public PropertyHasDefaultTablePropertiesReturns 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.  
Public PropertyHasDocumentPropertiesReturns 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.  
Public PropertyNewLineTypeReturns or sets a value which determines the method used to represent a newline in the generated output.  
Public PropertySectionsReturns a collection of Section instances which define the pagination for specific parts of the document.  
Public PropertyUnitReturns or sets a value indicating the implied unit of measurement for properties which represent graphical quantities.  
See Also

View on GitHub