#include <WPSPageSpan.h>
Public Member Functions | |
| WPSPageSpan () | |
| WPSPageSpan (const WPSPageSpan &page, float paragraphMarginLeft, float paragraphMarginRight) | |
| WPSPageSpan (const WPSPageSpan &page) | |
| virtual | ~WPSPageSpan () |
| const bool | getHeaderFooterSuppression (const uint8_t headerFooterType) const |
| const float | getFormLength () const |
| const float | getFormWidth () const |
| const WPSFormOrientation | getFormOrientation () const |
| const float | getMarginLeft () const |
| const float | getMarginRight () const |
| const float | getMarginTop () const |
| const float | getMarginBottom () const |
| const int | getPageSpan () const |
| const std::vector< WPSHeaderFooter > & | getHeaderFooterList () const |
| void | setHeaderFooter (const WPSHeaderFooterType type, const uint8_t headerFooterType, const WPSHeaderFooterOccurence occurence) |
| void | setHeadFooterSuppression (const uint8_t headerFooterType, const bool suppress) |
| void | setFormLength (const float formLength) |
| void | setFormWidth (const float formWidth) |
| void | setFormOrientation (const WPSFormOrientation formOrientation) |
| void | setMarginLeft (const float marginLeft) |
| void | setMarginRight (const float marginRight) |
| void | setMarginTop (const float marginTop) |
| void | setMarginBottom (const float marginBottom) |
| void | setPageSpan (const int pageSpan) |
| void | makeConsistent (int startingPageNumber) |
Protected Member Functions | |
| void | _removeHeaderFooter (WPSHeaderFooterType type, WPSHeaderFooterOccurence occurence) |
| bool | _containsHeaderFooter (WPSHeaderFooterType type, WPSHeaderFooterOccurence occurence) |
Private Attributes | |
| bool | m_isHeaderFooterSuppressed [WPS_NUM_HEADER_FOOTER_TYPES] |
| float | m_formLength |
| float | m_formWidth |
| WPSFormOrientation | m_formOrientation |
| float | m_marginLeft |
| float | m_marginRight |
| float | m_marginTop |
| float | m_marginBottom |
| std::vector< WPSHeaderFooter > | m_headerFooterList |
| int | m_pageSpan |
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|