Internal: a text zone of a PowerPoint3Parser. More...
| Public Member Functions | |
| TextZone () | |
| constructor  More... | |
| bool | empty () const | 
| return true if the zone has no text  More... | |
| Public Attributes | |
| int | m_rulerId | 
| the ruler id  More... | |
| MWAWBox2i | m_box | 
| the bdbox  More... | |
| MWAWEntry | m_text | 
| the text entry  More... | |
| MWAWEntry | m_fonts | 
| the fonts entry  More... | |
| MWAWEntry | m_rulers | 
| the ruler entry  More... | |
| bool | m_centered | 
| force horizontal centered  More... | |
| bool | m_wrapText | 
| wrap the text  More... | |
| bool | m_adjustSize | 
| adjust the textbox size  More... | |
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().