HeaderFooter
Contents
[
Hide
]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. |