Internal: the state of a NSText. More...
Public Member Functions | |
State () | |
constructor | |
Public Attributes | |
int | m_version |
the file version | |
std::vector< Font > | m_fontList |
the font list | |
std::vector< Footnote > | m_footnoteList |
the list of footnote | |
Zone | m_zones [3] |
the main zones : Main, Footnote, HeaderFooter | |
int | m_numPages |
int | m_actualPage |
std::vector< HeaderFooter > | m_hfList |
the list of header footer | |
std::vector< int > | m_headersId |
the list of header id which corresponds to each page | |
std::vector< int > | m_footersId |
the list of footer id which corresponds to each page |
Internal: the state of a NSText.
NSTextInternal::State::State | ( | ) | [inline] |
constructor
std::vector<Font> NSTextInternal::State::m_fontList |
the font list
std::vector<int> NSTextInternal::State::m_footersId |
the list of footer id which corresponds to each page
std::vector<Footnote> NSTextInternal::State::m_footnoteList |
the list of footnote
std::vector<int> NSTextInternal::State::m_headersId |
the list of header id which corresponds to each page
std::vector<HeaderFooter> NSTextInternal::State::m_hfList |
the list of header footer
int NSTextInternal::State::m_version [mutable] |
the file version
the main zones : Main, Footnote, HeaderFooter