|
OpenXLSX 1.9.1
|
A class representing the page setup of a worksheet. More...
#include <XLPageSetup.hpp>
Public Member Functions | |
| XLHeaderFooter ()=default | |
| XLHeaderFooter (const XMLNode &node) | |
| bool | differentFirst () const |
| void | setDifferentFirst (bool value) |
| bool | differentOddEven () const |
| void | setDifferentOddEven (bool value) |
| bool | scaleWithDoc () const |
| void | setScaleWithDoc (bool value) |
| bool | alignWithMargins () const |
| void | setAlignWithMargins (bool value) |
| std::string | oddHeader () const |
| void | setOddHeader (std::string_view value) |
| std::string | oddFooter () const |
| void | setOddFooter (std::string_view value) |
| std::string | evenHeader () const |
| void | setEvenHeader (std::string_view value) |
| std::string | evenFooter () const |
| void | setEvenFooter (std::string_view value) |
| std::string | firstHeader () const |
| void | setFirstHeader (std::string_view value) |
| std::string | firstFooter () const |
| void | setFirstFooter (std::string_view value) |
A class representing the page setup of a worksheet.
A class representing the header and footer of a worksheet.
|
default |
|
explicit |
| bool XLHeaderFooter::alignWithMargins | ( | ) | const |
| bool XLHeaderFooter::differentFirst | ( | ) | const |
| bool XLHeaderFooter::differentOddEven | ( | ) | const |
| std::string XLHeaderFooter::evenFooter | ( | ) | const |
| std::string XLHeaderFooter::evenHeader | ( | ) | const |
| std::string XLHeaderFooter::firstFooter | ( | ) | const |
| std::string XLHeaderFooter::firstHeader | ( | ) | const |
| std::string XLHeaderFooter::oddFooter | ( | ) | const |
| std::string XLHeaderFooter::oddHeader | ( | ) | const |
| bool XLHeaderFooter::scaleWithDoc | ( | ) | const |
| void XLHeaderFooter::setAlignWithMargins | ( | bool | value | ) |
| void XLHeaderFooter::setDifferentFirst | ( | bool | value | ) |
| void XLHeaderFooter::setDifferentOddEven | ( | bool | value | ) |
| void XLHeaderFooter::setEvenFooter | ( | std::string_view | value | ) |
| void XLHeaderFooter::setEvenHeader | ( | std::string_view | value | ) |
| void XLHeaderFooter::setFirstFooter | ( | std::string_view | value | ) |
| void XLHeaderFooter::setFirstHeader | ( | std::string_view | value | ) |
| void XLHeaderFooter::setOddFooter | ( | std::string_view | value | ) |
| void XLHeaderFooter::setOddHeader | ( | std::string_view | value | ) |
| void XLHeaderFooter::setScaleWithDoc | ( | bool | value | ) |