HeaderFooterCommand

HeaderFooterCommand class

Represents the command of header/footer

class HeaderFooterCommand;

Properties

PropertyTypeDescription
typeHeaderFooterCommandTypeReadonly. Gets the header/footer’ command type .
fontFontReadonly. Gets the font of the command’s value.
textstringReadonly. 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.