Internal: a frame ( position, type, ...) More...
Public Types | |
| enum | Type { Unknown = 0, Header, Footer, Table, Object, Textbox } |
| the type of the frame which can represent header, footer, textbox, ... More... | |
Public Member Functions | |
| Frame () | |
| constructor | |
Public Attributes | |
| Type | m_type |
| the frame type | |
| MWAWPosition | m_position |
| the position of the frame in the document | |
| MWAWEntry | m_pictId |
| some frames are associated with a picture stored in this entry ( name + id) | |
| std::string | m_error |
| a string to store unparsed data | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Frame const &ft) |
| operator<< | |
Internal: a frame ( position, type, ...)
| MsWks4ZoneInternal::Frame::Frame | ( | ) | [inline] |
constructor
| std::ostream& operator<< | ( | std::ostream & | o, |
| Frame const & | ft | ||
| ) | [friend] |
operator<<
| std::string MsWks4ZoneInternal::Frame::m_error |
a string to store unparsed data
Referenced by MsWks4ZoneInternal::operator<<(), and MsWks4Zone::readFRAM().
some frames are associated with a picture stored in this entry ( name + id)
Referenced by MsWks4ZoneInternal::operator<<(), and MsWks4Zone::readFRAM().
the position of the frame in the document
Referenced by Frame(), MsWks4ZoneInternal::operator<<(), and MsWks4Zone::readFRAM().
the frame type
Referenced by MsWks4ZoneInternal::operator<<(), and MsWks4Zone::readFRAM().