Internal: the state of a WNText.
More...
Public Member Functions |
| | State () |
| | constructor
|
| Paragraph | getDefaultParagraph (int type) const |
| | return a paragraph corresponding to 0:body, 1: header/footer, 2: footnote
|
| int | getFontId (int localId) const |
| | return a mac font id corresponding to a local id
|
| shared_ptr< ContentZones > | getContentZone (long pos) const |
| | return the content corresponding to a pos
|
Detailed Description
Internal: the state of a WNText.
Constructor & Destructor Documentation
| WNTextInternal::State::State |
( |
| ) |
|
|
inline |
Member Function Documentation
| shared_ptr<ContentZones> WNTextInternal::State::getContentZone |
( |
long |
pos | ) |
const |
|
inline |
return the content corresponding to a pos
| Paragraph WNTextInternal::State::getDefaultParagraph |
( |
int |
type | ) |
const |
|
inline |
return a paragraph corresponding to 0:body, 1: header/footer, 2: footnote
| int WNTextInternal::State::getFontId |
( |
int |
localId | ) |
const |
|
inline |
return a mac font id corresponding to a local id
Member Data Documentation
| int WNTextInternal::State::m_actualPage |
| std::map<long, shared_ptr<ContentZones> > WNTextInternal::State::m_contentMap |
the header and the footer
| std::map<int, int> WNTextInternal::State::m_localFIdMap |
| Zone WNTextInternal::State::m_mainZones[3] |
the three main zone ( text, footnote, header/footer)
| int WNTextInternal::State::m_numColumns |
| int WNTextInternal::State::m_numPages |
| std::vector<Style> WNTextInternal::State::m_styleList |
| std::map<int, int> WNTextInternal::State::m_styleMap |
the style indirection table
| int WNTextInternal::State::m_version |
|
mutable |
The documentation for this struct was generated from the following file: