Internal: the text frame (basic, header, footer, footnote) of a HMWJGraph. More...
Public Member Functions | |
TextFrame (Frame const &orig) | |
constructor | |
virtual bool | valid () const |
returns true if the frame data are read | |
std::string | print () const |
print local data | |
Public Attributes | |
long | m_zId |
the text id | |
double | m_width |
the zone width | |
long | m_cPos |
the first char pos |
Internal: the text frame (basic, header, footer, footnote) of a HMWJGraph.
HMWJGraphInternal::TextFrame::TextFrame | ( | Frame const & | orig | ) | [inline] |
constructor
std::string HMWJGraphInternal::TextFrame::print | ( | ) | const [inline] |
print local data
virtual bool HMWJGraphInternal::TextFrame::valid | ( | ) | const [inline, virtual] |
returns true if the frame data are read
Reimplemented from HMWJGraphInternal::Frame.
the first char pos
Referenced by HMWJGraph::getFootnoteInformations(), and print().
the zone width
Referenced by print().
the text id
Referenced by HMWJGraph::getFootnoteInformations(), and print().