Internal: the shape of a SuperPaintParser. More...
Public Types | |
enum | Type { GraphicShape , Group , Picture , TextBox } |
the type More... | |
Public Member Functions | |
Shape (Type type, MWAWBox2f const &box) | |
constructor | |
Public Attributes | |
Type | m_type |
the shape type | |
MWAWBox2f | m_box |
the bdbox | |
MWAWEntry | m_entry |
the picture/textbox entry | |
MWAWGraphicShape | m_shape |
the graphic shape | |
MWAWGraphicStyle | m_style |
the graphic style | |
MWAWFont | m_font |
the textbox font | |
MWAWParagraph::Justification | m_justify |
the textbox justification | |
double | m_interline |
the interline in percent | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Shape const &shape) |
operator<< | |
Internal: the shape of a SuperPaintParser.
constructor
Referenced by operator<<.
|
friend |
operator<<
MWAWBox2f SuperPaintParserInternal::Shape::m_box |
the bdbox
Referenced by operator<<, and Shape().
double SuperPaintParserInternal::Shape::m_interline |
the interline in percent
Referenced by Shape().
MWAWParagraph::Justification SuperPaintParserInternal::Shape::m_justify |
the textbox justification
Referenced by Shape().
MWAWGraphicShape SuperPaintParserInternal::Shape::m_shape |
the graphic shape
Referenced by operator<<, and Shape().
MWAWGraphicStyle SuperPaintParserInternal::Shape::m_style |
the graphic style
Referenced by operator<<, and Shape().
Type SuperPaintParserInternal::Shape::m_type |
the shape type
Referenced by operator<<, and Shape().