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