Aspose::Cells::PageSetup::SetFooter method
Contents
[
Hide
]PageSetup::SetFooter(int32_t, const U16String&) method
Sets a script formatting the footer of an Excel file.
void Aspose::Cells::PageSetup::SetFooter(int32_t section, const U16String &footerScript)
Parameter | Type | Description |
---|---|---|
section | int32_t | 0: Left Section, 1: Center Section, 2: Right Section. |
footerScript | const U16String& | Footer format script. |
Remarks
Script commands:
Command | Description |
---|---|
&P | Current page number |
&N | Page count |
&D | Current date |
&T | Current time |
&A | Sheet name |
&F | File name without path |
&"<FontName>" | Font name, for example: &"Arial" |
&"<FontName>, <FontStyle>" | Font name and font style, for example: &"Arial,Bold" |
& | Font size. If this command is followed by a plain number to be printed in the header, it will be separated from the font height with a space character. |
&K | Font color, for example(RED): &KFF0000 |
&G | Image script |
- Class Vector
- Class U16String
- Class PageSetup
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
PageSetup::SetFooter(int32_t, const char16_t*) method
Sets a script formatting the footer of an Excel file.
void Aspose::Cells::PageSetup::SetFooter(int32_t section, const char16_t *footerScript)
Parameter | Type | Description |
---|---|---|
section | int32_t | 0: Left Section, 1: Center Section, 2: Right Section. |
footerScript | const char16_t* | Footer format script. |
Remarks
Script commands:
Command | Description |
---|---|
&P | Current page number |
&N | Page count |
&D | Current date |
&T | Current time |
&A | Sheet name |
&F | File name without path |
&"<FontName>" | Font name, for example: &"Arial" |
&"<FontName>, <FontStyle>" | Font name and font style, for example: &"Arial,Bold" |
& | Font size. If this command is followed by a plain number to be printed in the header, it will be separated from the font height with a space character. |
&K | Font color, for example(RED): &KFF0000 |
&G | Image script |
- Class Vector
- Class PageSetup
- Namespace Aspose::Cells
- Library Aspose.Cells for C++