HeaderFooterCommand
HeaderFooterCommand class
Represents the command of header/footer
Properties
| Name | Type | Description |
|---|---|---|
| Type | int | Gets the header/footer’ command type . The value of the property is HeaderFooterCommandType integer constant. |
| Font | Font | Gets the font of the command’s value. Useless for HeaderFooterCommandType.Picture. |
| Text | String | Gets 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