HeaderFooterCommand

HeaderFooterCommand class

Represents the command of header/footer

Properties

NameTypeDescription
TypeintGets the header/footer’ command type . The value of the property is HeaderFooterCommandType integer constant.
FontFontGets the font of the command’s value. Useless for HeaderFooterCommandType.Picture.
TextStringGets the text of the command. Only valid for HeaderFooterCommandType.Text.

HeaderFooterCommand.Type property

Gets the header/footer’ command type . The value of the property is HeaderFooterCommandType integer constant.

Type: int

HeaderFooterCommand.Font property

Gets the font of the command’s value. Useless for HeaderFooterCommandType.Picture.

Type: Font

HeaderFooterCommand.Text property

Gets the text of the command. Only valid for HeaderFooterCommandType.Text.

Type: String