Internal: a paragraph of StarObjectSmallText. More...
| Public Member Functions | |
| Paragraph () | |
| constructor | |
| bool | send (STOFFListenerPtr &listener, StarState &mainState, StarState &editState, int level=-1) const | 
| try to send the data to a listener | |
| Public Attributes | |
| std::vector< uint32_t > | m_text | 
| the text | |
| std::vector< size_t > | m_textSourcePosition | 
| the text initial position | |
| librevenge::RVNGString | m_styleName | 
| the style name | |
| int | m_family | 
| the family | |
| StarItemSet | m_itemSet | 
| the main item list | |
| std::vector< std::shared_ptr< StarItem > > | m_charItemList | 
| the character item list | |
| std::vector< STOFFVec2i > | m_charLimitList | 
| the character limit | |
Internal: a paragraph of StarObjectSmallText.
| 
 | inline | 
constructor
| bool StarObjectSmallTextInternal::Paragraph::send | ( | STOFFListenerPtr & | listener, | 
| StarState & | mainState, | ||
| StarState & | editState, | ||
| int | level = -1 ) const | 
try to send the data to a listener
| std::vector<std::shared_ptr<StarItem> > StarObjectSmallTextInternal::Paragraph::m_charItemList | 
the character item list
Referenced by Paragraph(), and send().
| std::vector<STOFFVec2i> StarObjectSmallTextInternal::Paragraph::m_charLimitList | 
the character limit
Referenced by Paragraph(), and send().
| int StarObjectSmallTextInternal::Paragraph::m_family | 
the family
Referenced by Paragraph().
| StarItemSet StarObjectSmallTextInternal::Paragraph::m_itemSet | 
the main item list
Referenced by Paragraph(), and send().
| librevenge::RVNGString StarObjectSmallTextInternal::Paragraph::m_styleName | 
the style name
Referenced by Paragraph(), and send().
| std::vector<uint32_t> StarObjectSmallTextInternal::Paragraph::m_text | 
the text
Referenced by Paragraph(), and send().
| std::vector<size_t> StarObjectSmallTextInternal::Paragraph::m_textSourcePosition | 
the text initial position
Referenced by Paragraph(), and send().