HeaderFooterCommand
HeaderFooterCommand class
Represents the command of header/footer
class HeaderFooterCommand;
Methods
Method | Description |
---|---|
getType() | Gets the header/footer’ command type . |
getFont() | Gets the font of the command’s value. |
getText() | Gets the text of the command. |
isNull() | Checks whether the implementation object is null. |
getType()
Gets the header/footer’ command type .
getType() : HeaderFooterCommandType;
Returns
getFont()
Gets the font of the command’s value.
getFont() : Font;
Returns
Remarks
Useless for HeaderFooterCommandType.Picture.
getText()
Gets the text of the command.
getText() : string;
Remarks
Only valid for HeaderFooterCommandType.Text.
isNull()
Checks whether the implementation object is null.
isNull() : boolean;