Represents the command of header/footer More...
Inherits Object.
Public Member Functions | |
virtual Aspose::Cells::HeaderFooterCommandType | GetType ()=0 |
Gets the header/footer' command type . More... | |
virtual intrusive_ptr< Aspose::Cells::IFont > | GetIFont ()=0 |
Gets the font of the command's value. More... | |
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetText ()=0 |
Gets the text of the command. More... | |
Represents the command of header/footer
|
pure virtual |
Gets the font of the command's value.
Useless for HeaderFooterCommandType.Picture.
|
pure virtual |
Gets the text of the command.
Only valid for HeaderFooterCommandType.Text.
|
pure virtual |
Gets the header/footer' command type .