HeaderFooterCommand
HeaderFooterCommand class
Represents the command of header/footer
class HeaderFooterCommand;
Properties
Property | Type | Description |
---|---|---|
type | HeaderFooterCommandType | Readonly. Gets the header/footer’ command type . |
font | Font | Readonly. Gets the font of the command’s value. |
text | string | Readonly. Gets the text of the command. |
type
Readonly. Gets the header/footer’ command type .
type : HeaderFooterCommandType;
font
Readonly. Gets the font of the command’s value.
font : Font;
Remarks
Useless for HeaderFooterCommandType.Picture.
text
Readonly. Gets the text of the command.
text : string;
Remarks
Only valid for HeaderFooterCommandType.Text.