Internal: the text zone of a GreatWksGraph. More...
Public Member Functions | |
FrameText (Frame const &frame) | |
constructor | |
~FrameText () final | |
destructor | |
Type | getType () const final |
return the frame type | |
void | print (std::ostream &o) const final |
print funtion | |
MWAWGraphicStyle | getStyle (MWAWGraphicStyle const &zoneStyle) const |
return the text style | |
bool | hasTransform () const |
return true if the has some transforms. | |
![]() | |
Frame () | |
constructor | |
Frame (Frame const &)=default | |
virtual | ~Frame () |
destructor | |
virtual Type | getType () const |
return the frame type | |
virtual void | print (std::ostream &o) const |
a virtual print function | |
Public Attributes | |
MWAWEntry | m_entry |
the text entry | |
bool | m_flip [2] |
two bool to know if we must flip x or y | |
int | m_rotate |
the rotate angle | |
![]() | |
int | m_type |
the zone type | |
int | m_styleId |
the style identifier | |
int | m_parent |
the parent identifier | |
int | m_order |
the z order | |
long | m_dataSize |
the data size ( if know) | |
MWAWBox2f | m_box |
the zone bdbox | |
int | m_page |
the page | |
std::string | m_extra |
extra data | |
bool | m_parsed |
true if the frame is send | |
Additional Inherited Members | |
![]() | |
enum | Type { T_BAD , T_BASIC , T_GROUP , T_PICTURE , T_TEXT , T_DBFIELD , T_UNSET } |
the frame type More... | |
Internal: the text zone of a GreatWksGraph.
|
inlineexplicit |
constructor
|
final |
destructor
|
inline |
return the text style
Referenced by GreatWksGraph::sendTextboxAsGraphic().
|
inlinefinalvirtual |
return the frame type
Reimplemented from GreatWksGraphInternal::Frame.
|
inline |
return true if the has some transforms.
Referenced by GreatWksGraph::sendTextbox().
|
inlinefinalvirtual |
print funtion
Reimplemented from GreatWksGraphInternal::Frame.
MWAWEntry GreatWksGraphInternal::FrameText::m_entry |
the text entry
Referenced by print(), GreatWksGraph::sendTextbox(), and GreatWksGraph::sendTextboxAsGraphic().
bool GreatWksGraphInternal::FrameText::m_flip[2] |
two bool to know if we must flip x or y
Referenced by FrameText(), getStyle(), hasTransform(), and print().
int GreatWksGraphInternal::FrameText::m_rotate |
the rotate angle
Referenced by getStyle(), hasTransform(), print(), and GreatWksGraph::sendTextboxAsGraphic().