the section structure of a Microsoft Word file More...
#include <MsWrdStruct.hxx>
Public Member Functions | |
| Section () | |
| constructor | |
| MWAWSection | getSection (double pageWidth) const |
| returns a section | |
| void | insert (Section const &sec) |
| insert the new values | |
| bool | read (MWAWInputStreamPtr &input, long endPos) |
| try to read a data | |
| bool | readV3 (MWAWInputStreamPtr &input, long endPos) |
| try to read a data ( v3 code ) | |
Public Attributes | |
| MWAWVariable< int > | m_id |
| the identificator | |
| MWAWVariable< int > | m_type |
| the type | |
| MWAWVariable< int > | m_paragraphId |
| the paragraph id | |
| MWAWVariable< int > | m_col |
| the num of columns | |
| MWAWVariable< float > | m_colSep |
| the spacing between column | |
| MWAWVariable< bool > | m_colBreak |
| only a column break | |
| MWAWVariable< int > | m_flag |
| some flag ( in the main position) | |
| std::string | m_extra |
| the errors | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Section const §ion) |
| operator<< | |
the section structure of a Microsoft Word file
| MsWrdStruct::Section::Section | ( | ) | [inline] |
constructor
| MWAWSection MsWrdStruct::Section::getSection | ( | double | pageWidth | ) | const |
returns a section
Referenced by MsWrdTextStyles::setProperty().
| void MsWrdStruct::Section::insert | ( | Section const & | sec | ) | [inline] |
insert the new values
Referenced by MsWrdTextStyles::sendSection().
| bool MsWrdStruct::Section::read | ( | MWAWInputStreamPtr & | input, |
| long | endPos | ||
| ) |
try to read a data
Referenced by MsWrdTextStyles::readSection().
| bool MsWrdStruct::Section::readV3 | ( | MWAWInputStreamPtr & | input, |
| long | endPos | ||
| ) |
try to read a data ( v3 code )
Referenced by MsWrdTextStyles::readSection().
| std::ostream& operator<< | ( | std::ostream & | o, |
| Section const & | section | ||
| ) | [friend] |
operator<<
the num of columns
Referenced by getSection(), insert(), MsWrdStruct::operator<<(), read(), readV3(), and MsWrdTextStyles::setProperty().
only a column break
Referenced by insert(), MsWrdStruct::operator<<(), read(), and MsWrdTextStyles::setProperty().
the spacing between column
Referenced by getSection(), insert(), MsWrdStruct::operator<<(), read(), and readV3().
| std::string MsWrdStruct::Section::m_extra |
the errors
Referenced by insert(), MsWrdStruct::operator<<(), read(), and readV3().
some flag ( in the main position)
Referenced by insert(), MsWrdStruct::operator<<(), and MsWrdTextStyles::readSection().
the identificator
Referenced by insert(), and MsWrdTextStyles::readSection().
the paragraph id
Referenced by MsWrdTextStyles::getSectionFont(), MsWrdTextStyles::getSectionParagraph(), insert(), and MsWrdStruct::operator<<().
the type
Referenced by insert(), MsWrdStruct::operator<<(), and MsWrdTextStyles::readSection().