Aspose::Cells::HeaderFooterCommand class
HeaderFooterCommand class
Represents the command of header/footer.
class HeaderFooterCommand
Methods
| Method | Description |
|---|---|
| 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() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const HeaderFooterCommand& src) | operator= |
| ~HeaderFooterCommand() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++