Internal: a text zone of a PowerPoint3Parser. More...
Public Member Functions | |
TextZone () | |
constructor | |
bool | empty () const |
return true if the zone has no text | |
Public Attributes | |
int | m_rulerId |
the ruler id | |
MWAWBox2i | m_box |
the bdbox | |
MWAWEntry | m_text |
the text entry | |
MWAWEntry | m_fonts |
the fonts entry | |
MWAWEntry | m_rulers |
the ruler entry | |
bool | m_centered |
force horizontal centered | |
bool | m_wrapText |
wrap the text | |
bool | m_adjustSize |
adjust the textbox size | |
Internal: a text zone of a PowerPoint3Parser.
|
inline |
constructor
|
inline |
return true if the zone has no text
bool PowerPoint3ParserInternal::TextZone::m_adjustSize |
adjust the textbox size
Referenced by PowerPoint3Parser::readTextZone().
MWAWBox2i PowerPoint3ParserInternal::TextZone::m_box |
the bdbox
Referenced by PowerPoint3Parser::readTextZone().
bool PowerPoint3ParserInternal::TextZone::m_centered |
force horizontal centered
Referenced by PowerPoint3Parser::readTextZone().
MWAWEntry PowerPoint3ParserInternal::TextZone::m_fonts |
the fonts entry
Referenced by PowerPoint3Parser::readTextZone().
int PowerPoint3ParserInternal::TextZone::m_rulerId |
the ruler id
Referenced by PowerPoint3Parser::readTextZone().
MWAWEntry PowerPoint3ParserInternal::TextZone::m_rulers |
the ruler entry
Referenced by PowerPoint3Parser::readTextZone().
MWAWEntry PowerPoint3ParserInternal::TextZone::m_text |
the text entry
Referenced by empty(), and PowerPoint3Parser::readTextZone().
bool PowerPoint3ParserInternal::TextZone::m_wrapText |
wrap the text
Referenced by PowerPoint3Parser::readTextZone().