a frame format in HMWJGraph More...
Public Member Functions | |
FrameFormat () | |
constructor | |
void | addTo (WPXPropertyList &frames) const |
add property to frame extra values | |
Public Attributes | |
MWAWGraphicStyle | m_style |
the graphic style | |
int | m_borderType |
the border type | |
double | m_intWrap [4] |
the interior wrap dim | |
double | m_extWrap [4] |
the exterior wrap dim | |
Friends | |
std::ostream & | operator<< (std::ostream &o, FrameFormat const &frmt) |
operator<< |
a frame format in HMWJGraph
HMWJGraphInternal::FrameFormat::FrameFormat | ( | ) | [inline] |
constructor
void HMWJGraphInternal::FrameFormat::addTo | ( | WPXPropertyList & | frames | ) | const [inline] |
add property to frame extra values
Referenced by HMWJGraph::sendTextbox().
std::ostream& operator<< | ( | std::ostream & | o, |
FrameFormat const & | frmt | ||
) | [friend] |
operator<<
the border type
Referenced by addTo(), and HMWJGraph::readFrames().
the exterior wrap dim
Referenced by FrameFormat(), and HMWJGraph::readFrames().
the interior wrap dim
Referenced by FrameFormat(), and HMWJGraph::readFrames().
the graphic style
Referenced by addTo(), FrameFormat(), HMWJGraph::readFrames(), HMWJGraph::sendComment(), HMWJGraph::sendFrame(), HMWJGraph::sendGroup(), HMWJGraph::sendGroupChild(), and HMWJGraph::sendShapeGraph().