Home
last modified time | relevance | path

Searched defs:ParagraphElement (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/sdext/source/pdfimport/tree/
H A Dgenericelements.hxx179 struct ParagraphElement : public Element struct
183 ParagraphElement( Element* pParent ) : Element( pParent ), Type( Normal ), bRtl( false ) {} in ParagraphElement() function
197 enum ParagraphType { Normal, Headline };
198 ParagraphType Type;
199 bool bRtl;

Completed in 17 milliseconds