Aspose::Cells::PageSetup::GetCommands method
PageSetup::GetCommands(const U16String&) method
Gets all commands of header or footer.
Vector<HeaderFooterCommand> Aspose::Cells::PageSetup::GetCommands(const U16String &headerFooterScript)
Parameter | Type | Description |
---|---|---|
headerFooterScript | const U16String& | The header/footer script |
ReturnValue
Returns all commands of header or footer.
See Also
- Class Vector
- Class HeaderFooterCommand
- Class U16String
- Class PageSetup
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
PageSetup::GetCommands(const char16_t*) method
Gets all commands of header or footer.
Vector<HeaderFooterCommand> Aspose::Cells::PageSetup::GetCommands(const char16_t *headerFooterScript)
Parameter | Type | Description |
---|---|---|
headerFooterScript | const char16_t* | The header/footer script |
ReturnValue
Returns all commands of header or footer.
See Also
- Class Vector
- Class HeaderFooterCommand
- Class PageSetup
- Namespace Aspose::Cells
- Library Aspose.Cells for C++