Version

Search Results

PageNumberField Class Members

Public Properties Public Methods

Create Method (PageNumberField)

Creates a new instance of the class. Syntax Parameters writer The associated WordDocumentWriter.format A PageNumberFieldFormat. constant which defines the format for the page number field.

Font Property (PageNumberField)

Returns or sets the font which defines the formatting for this field. Syntax

Format Property

Returns or sets a value which determines the type of page number field. Syntax

Reset Method (PageNumberField)

Restores all property values to their respective defaults. Syntax Parameters format

PageOrientation Enumeration

Constants which define the orientation for a page in the document. Syntax Members Member Description Default The actual value is determined by the page size. If the width of the page size is greater than the height, the orientation resolves to Landscape; if the width is equal or less than the height, it resolves t...

ParagraphAlignment Enumeration

Constants which specify the alignment for a paragraph or table. Syntax Members Member Description Both Specifies that the text is justified between both of the text margins in the document. Center Specifies that the text is centered on the line between both of the text margins in the document. Distribute Specifies...

ParagraphContent Class

Base class from which classes that encapsulate paragraph content derive. Syntax