StarObjectSmallTextInternal::Paragraph Struct Reference

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< shared_ptr< StarItem > > m_charItemList
 the character item list More...
 
std::vector< STOFFVec2im_charLimitList
 the character limit More...
 

Detailed Description

Internal: a paragraph of StarObjectSmallText.

Constructor & Destructor Documentation

StarObjectSmallTextInternal::Paragraph::Paragraph ( )
inline

constructor

Member Function Documentation

bool StarObjectSmallTextInternal::Paragraph::send ( STOFFListenerPtr listener,
StarState mainState,
StarState editState,
int  level = -1 
) const

try to send the data to a listener

Referenced by Paragraph().

Member Data Documentation

std::vector<shared_ptr<StarItem> > StarObjectSmallTextInternal::Paragraph::m_charItemList

the character item list

Referenced by StarObjectSmallText::read(), and send().

std::vector<STOFFVec2i> StarObjectSmallTextInternal::Paragraph::m_charLimitList

the character limit

Referenced by StarObjectSmallText::read(), and send().

int StarObjectSmallTextInternal::Paragraph::m_family

the family

Referenced by StarObjectSmallText::read().

StarItemSet StarObjectSmallTextInternal::Paragraph::m_itemSet

the main item list

Referenced by StarObjectSmallText::read(), and send().

librevenge::RVNGString StarObjectSmallTextInternal::Paragraph::m_styleName

the style name

Referenced by StarObjectSmallText::read(), and send().

std::vector<uint32_t> StarObjectSmallTextInternal::Paragraph::m_text

the text

Referenced by StarObjectSmallText::read(), and send().

std::vector<size_t> StarObjectSmallTextInternal::Paragraph::m_textSourcePosition

the text initial position

Referenced by StarObjectSmallText::read(), and send().


The documentation for this struct was generated from the following file:

Generated on Wed Feb 22 2017 09:37:19 for libstaroffice by doxygen 1.8.11