Internal: the section of a MacWrtProStructures. More...
| Public Types | |
| enum | StartType { S_Line, S_Page, S_PageLeft, S_PageRight } | 
| Public Member Functions | |
| Section () | |
| constructor  More... | |
| MWAWSection | getSection () const | 
| returns a MWAWSection  More... | |
| int | numColumns () const | 
| return the number of columns  More... | |
| Public Attributes | |
| StartType | m_start | 
| the way to start the new section  More... | |
| std::vector< float > | m_colsPos | 
| the columns position ( series of end columns <-> new column begin)  More... | |
| int | m_headerIds [2] | 
| the header block ids  More... | |
| int | m_footerIds [2] | 
| the footerer block ids  More... | |
| long | m_textLength | 
| the number of character in the sections  More... | |
| std::string | m_extra | 
| extra data  More... | |
| Friends | |
| std::ostream & | operator<< (std::ostream &o, Section const &sec) | 
| operator<<  More... | |
Internal: the section of a MacWrtProStructures.
| 
 | inline | 
constructor
| 
 | inline | 
returns a MWAWSection
| 
 | inline | 
return the number of columns
| 
 | friend | 
operator<<
| std::vector<float> MacWrtProStructuresInternal::Section::m_colsPos | 
the columns position ( series of end columns <-> new column begin)
Referenced by getSection(), numColumns(), and MacWrtProStructures::readSections().
| std::string MacWrtProStructuresInternal::Section::m_extra | 
extra data
Referenced by MacWrtProStructures::readSections().
| int MacWrtProStructuresInternal::Section::m_footerIds[2] | 
the footerer block ids
Referenced by MacWrtProStructures::readSections(), and Section().
| int MacWrtProStructuresInternal::Section::m_headerIds[2] | 
the header block ids
Referenced by MacWrtProStructures::readSections(), and Section().
| StartType MacWrtProStructuresInternal::Section::m_start | 
the way to start the new section
Referenced by MacWrtProStructures::readSections().
| long MacWrtProStructuresInternal::Section::m_textLength | 
the number of character in the sections
Referenced by MacWrtProStructures::readSections().