Searched defs:ParagraphElement (Results 1 – 1 of 1) sorted by relevance
179 struct ParagraphElement : public Element struct183 ParagraphElement( Element* pParent ) : Element( pParent ), Type( Normal ), bRtl( false ) {} in ParagraphElement() function197 enum ParagraphType { Normal, Headline };198 ParagraphType Type;199 bool bRtl;
Completed in 8 milliseconds