#include <WPXPageSpan.h>
Public Member Functions | |
| WPXPageSpan () | |
| WPXPageSpan (const WPXPageSpan &page, float paragraphMarginLeft, float paragraphMarginRight) | |
| WPXPageSpan (const WPXPageSpan &page) | |
| virtual | ~WPXPageSpan () |
| bool | getHeaderFooterSuppression (const uint8_t headerFooterType) const |
| float | getFormLength () const |
| float | getFormWidth () const |
| WPXFormOrientation | getFormOrientation () const |
| float | getMarginLeft () const |
| float | getMarginRight () const |
| float | getMarginTop () const |
| float | getMarginBottom () const |
| int | getPageSpan () const |
| const std::vector < WPXHeaderFooter > & | getHeaderFooterList () const |
| void | setHeaderFooter (const WPXHeaderFooterType type, const uint8_t headerFooterType, const WPXHeaderFooterOccurence occurence, const WPXSubDocument *subDocument, WPXTableList tableList) |
| void | setHeadFooterSuppression (const uint8_t headerFooterType, const bool suppress) |
| void | setFormLength (const float formLength) |
| void | setFormWidth (const float formWidth) |
| void | setFormOrientation (const WPXFormOrientation 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 (WPXHeaderFooterType type, WPXHeaderFooterOccurence occurence) |
| bool | _containsHeaderFooter (WPXHeaderFooterType type, WPXHeaderFooterOccurence occurence) |
Private Attributes | |
| bool | m_isHeaderFooterSuppressed [WPX_NUM_HEADER_FOOTER_TYPES] |
| float | m_formLength |
| float | m_formWidth |
| WPXFormOrientation | m_formOrientation |
| float | m_marginLeft |
| float | m_marginRight |
| float | m_marginTop |
| float | m_marginBottom |
| std::vector< WPXHeaderFooter > | m_headerFooterList |
| int | m_pageSpan |
| WPXPageSpan::WPXPageSpan | ( | ) |
| WPXPageSpan::WPXPageSpan | ( | const WPXPageSpan & | page, | |
| float | paragraphMarginLeft, | |||
| float | paragraphMarginRight | |||
| ) |
| WPXPageSpan::WPXPageSpan | ( | const WPXPageSpan & | page | ) |
| WPXPageSpan::~WPXPageSpan | ( | ) | [virtual] |
| bool WPXPageSpan::getHeaderFooterSuppression | ( | const uint8_t | headerFooterType | ) | const [inline] |
| float WPXPageSpan::getFormLength | ( | ) | const [inline] |
| float WPXPageSpan::getFormWidth | ( | ) | const [inline] |
| WPXFormOrientation WPXPageSpan::getFormOrientation | ( | ) | const [inline] |
| float WPXPageSpan::getMarginLeft | ( | ) | const [inline] |
| float WPXPageSpan::getMarginRight | ( | ) | const [inline] |
| float WPXPageSpan::getMarginTop | ( | ) | const [inline] |
| float WPXPageSpan::getMarginBottom | ( | ) | const [inline] |
| int WPXPageSpan::getPageSpan | ( | ) | const [inline] |
| const std::vector<WPXHeaderFooter>& WPXPageSpan::getHeaderFooterList | ( | ) | const [inline] |
| void WPXPageSpan::setHeaderFooter | ( | const WPXHeaderFooterType | type, | |
| const uint8_t | headerFooterType, | |||
| const WPXHeaderFooterOccurence | occurence, | |||
| const WPXSubDocument * | subDocument, | |||
| WPXTableList | tableList | |||
| ) |
| void WPXPageSpan::setHeadFooterSuppression | ( | const uint8_t | headerFooterType, | |
| const bool | suppress | |||
| ) | [inline] |
| void WPXPageSpan::setFormLength | ( | const float | formLength | ) | [inline] |
| void WPXPageSpan::setFormWidth | ( | const float | formWidth | ) | [inline] |
| void WPXPageSpan::setFormOrientation | ( | const WPXFormOrientation | formOrientation | ) | [inline] |
| void WPXPageSpan::setMarginLeft | ( | const float | marginLeft | ) | [inline] |
| void WPXPageSpan::setMarginRight | ( | const float | marginRight | ) | [inline] |
| void WPXPageSpan::setMarginTop | ( | const float | marginTop | ) | [inline] |
| void WPXPageSpan::setMarginBottom | ( | const float | marginBottom | ) | [inline] |
| void WPXPageSpan::setPageSpan | ( | const int | pageSpan | ) | [inline] |
| void WPXPageSpan::makeConsistent | ( | int | startingPageNumber | ) |
| void WPXPageSpan::_removeHeaderFooter | ( | WPXHeaderFooterType | type, | |
| WPXHeaderFooterOccurence | occurence | |||
| ) | [protected] |
| bool WPXPageSpan::_containsHeaderFooter | ( | WPXHeaderFooterType | type, | |
| WPXHeaderFooterOccurence | occurence | |||
| ) | [protected] |
bool WPXPageSpan::m_isHeaderFooterSuppressed[WPX_NUM_HEADER_FOOTER_TYPES] [private] |
float WPXPageSpan::m_formLength [private] |
float WPXPageSpan::m_formWidth [private] |
float WPXPageSpan::m_marginLeft [private] |
float WPXPageSpan::m_marginRight [private] |
float WPXPageSpan::m_marginTop [private] |
float WPXPageSpan::m_marginBottom [private] |
std::vector<WPXHeaderFooter> WPXPageSpan::m_headerFooterList [private] |
int WPXPageSpan::m_pageSpan [private] |