Aspose::Cells::IHeaderFooterCommand Class Referenceabstract

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::IFontGetIFont ()=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...
 

Detailed Description

Represents the command of header/footer

Member Function Documentation

◆ GetIFont()

virtual intrusive_ptr<Aspose::Cells::IFont> Aspose::Cells::IHeaderFooterCommand::GetIFont ( )
pure virtual

Gets the font of the command's value.

Useless for HeaderFooterCommandType.Picture.

◆ GetText()

virtual intrusive_ptr<Aspose::Cells::Systems::String> Aspose::Cells::IHeaderFooterCommand::GetText ( )
pure virtual

Gets the text of the command.

Only valid for HeaderFooterCommandType.Text.

◆ GetType()

virtual Aspose::Cells::HeaderFooterCommandType Aspose::Cells::IHeaderFooterCommand::GetType ( )
pure virtual

Gets the header/footer' command type .