Internal: a struct used to store a text zone. More...
Public Member Functions | |
Token () | |
Public Attributes | |
int | m_type |
the type More... | |
int | m_length |
the text length More... | |
int | m_blockId |
the block id More... | |
MWAWBox2f | m_box |
the bdbox ( filled in MWII for figure) More... | |
int | m_flags [4] |
some flags More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Token const &tkn) |
operator<< More... | |
Internal: a struct used to store a text zone.
|
inline |
|
friend |
operator<<
int MacWrtProParserInternal::Token::m_blockId |
the block id
Referenced by MacWrtProParser::readTextTokens().
MWAWBox2f MacWrtProParserInternal::Token::m_box |
the bdbox ( filled in MWII for figure)
Referenced by MacWrtProParser::readTextTokens().
int MacWrtProParserInternal::Token::m_flags[4] |
some flags
Referenced by MacWrtProParser::readTextTokens(), and Token().
int MacWrtProParserInternal::Token::m_length |
the text length
Referenced by MacWrtProParser::readTextTokens().
int MacWrtProParserInternal::Token::m_type |
the type
Referenced by MacWrtProParser::readTextTokens().