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