HeaderFooter
HeaderFooter class
Contains elements for a document’s header and footer.
Properties
| Name | Type | Description |
|---|---|---|
| HeaderMargin | Margin | Specifies the margin of a document’s footer. |
| FooterMargin | Margin | Specifies the margin of a document’s footer. |
| HeaderFooterColor | Color | The RGB value of the text color for the header and footer. |
| HeaderLeft | String | Contains the text string that appears in the left portion of a document’s header. |
| HeaderCenter | String | Contains the text string that appears in the center portion of a document’s header. |
| HeaderRight | String | Contains the text string that appears in the right portion of a document’s header. |
| FooterLeft | String | Contains the text string that appears in the left portion of a document’s footer. |
| FooterCenter | String | Contains the text string that appears in the center portion of a document’s footer. |
| FooterRight | String | Contains the text string that appears in the right portion of a document’s footer. |
| HeaderFooterFont | HeaderFooterFont | Specifies the font used for the header and footer text. |
HeaderFooter.HeaderMargin property
Specifies the margin of a document’s footer.
Type: Margin
HeaderFooter.FooterMargin property
Specifies the margin of a document’s footer.
Type: Margin
HeaderFooter.HeaderFooterColor property
The RGB value of the text color for the header and footer.
Type: Color
HeaderFooter.HeaderLeft property
Contains the text string that appears in the left portion of a document’s header.
Type: String
HeaderFooter.HeaderCenter property
Contains the text string that appears in the center portion of a document’s header.
Type: String
HeaderFooter.HeaderRight property
Contains the text string that appears in the right portion of a document’s header.
Type: String
HeaderFooter.FooterLeft property
Contains the text string that appears in the left portion of a document’s footer.
Type: String
HeaderFooter.FooterCenter property
Contains the text string that appears in the center portion of a document’s footer.
Type: String
HeaderFooter.FooterRight property
Contains the text string that appears in the right portion of a document’s footer.
Type: String
HeaderFooter.HeaderFooterFont property
Specifies the font used for the header and footer text.
Type: HeaderFooterFont