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 More... | |
Public Attributes | |
Type | m_type |
the shape type More... | |
MWAWBox2f | m_box |
the bdbox More... | |
MWAWEntry | m_entry |
the picture/textbox entry More... | |
MWAWGraphicShape | m_shape |
the graphic shape More... | |
MWAWGraphicStyle | m_style |
the graphic style More... | |
MWAWFont | m_font |
the textbox font More... | |
MWAWParagraph::Justification | m_justify |
the textbox justification More... | |
double | m_interline |
the interline in percent More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Shape const &shape) |
operator<< More... | |
Internal: the shape of a SuperPaintParser.
|
friend |
operator<<
MWAWBox2f SuperPaintParserInternal::Shape::m_box |
the bdbox
Referenced by SuperPaintParserInternal::operator<<().
MWAWEntry SuperPaintParserInternal::Shape::m_entry |
the picture/textbox entry
MWAWFont SuperPaintParserInternal::Shape::m_font |
the textbox font
double SuperPaintParserInternal::Shape::m_interline |
the interline in percent
MWAWParagraph::Justification SuperPaintParserInternal::Shape::m_justify |
the textbox justification
MWAWGraphicShape SuperPaintParserInternal::Shape::m_shape |
the graphic shape
Referenced by SuperPaintParserInternal::operator<<().
MWAWGraphicStyle SuperPaintParserInternal::Shape::m_style |
the graphic style
Referenced by SuperPaintParserInternal::operator<<().
Type SuperPaintParserInternal::Shape::m_type |
the shape type
Referenced by SuperPaintParserInternal::operator<<().