HeaderFooter class

HeaderFooter class

Contains elements for a document’s header and footer.

The HeaderFooter type exposes the following members:

Properties

Property Description
header_margin Specifies the margin of a document’s footer.
footer_margin Specifies the margin of a document’s footer.
header_footer_color The RGB value of the text color for the header and footer.
header_left Contains the text string that appears in the left portion of a document’s header.
header_center Contains the text string that appears in the center portion of a document’s header.
header_right Contains the text string that appears in the right portion of a document’s header.
footer_left Contains the text string that appears in the left portion of a document’s footer.
footer_center Contains the text string that appears in the center portion of a document’s footer.
footer_right Contains the text string that appears in the right portion of a document’s footer.
header_footer_font Specifies the font used for the header and footer text.

See Also