Aspose::Cells::HeaderFooterCommand class

HeaderFooterCommand class

Represents the command of header/footer.

class HeaderFooterCommand

Methods

MethodDescription
GetFont()Gets the font of the command’s value.
GetText()Gets the text of the command.
GetType()Gets the header/footer’ command type .
HeaderFooterCommand(HeaderFooterCommand_Impl* impl)Constructs from an implementation object.
HeaderFooterCommand(const HeaderFooterCommand& src)Copy constructor.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const HeaderFooterCommand& src)operator=
~HeaderFooterCommand()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also