a frame format in HanMacWrdJGraph More...
Public Member Functions | |
| FrameFormat () | |
| constructor | |
| void | addTo (MWAWGraphicStyle &style) 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 HanMacWrdJGraph
| HanMacWrdJGraphInternal::FrameFormat::FrameFormat | ( | ) | [inline] |
constructor
| void HanMacWrdJGraphInternal::FrameFormat::addTo | ( | MWAWGraphicStyle & | style | ) | const [inline] |
add property to frame extra values
Referenced by HanMacWrdJGraph::sendTextbox().
| std::ostream& operator<< | ( | std::ostream & | o, |
| FrameFormat const & | frmt | ||
| ) | [friend] |
operator<<
the border type
Referenced by addTo(), and HanMacWrdJGraph::readFrames().
the exterior wrap dim
Referenced by FrameFormat(), and HanMacWrdJGraph::readFrames().
the interior wrap dim
Referenced by FrameFormat(), and HanMacWrdJGraph::readFrames().
the graphic style
Referenced by addTo(), FrameFormat(), HanMacWrdJGraph::readFrames(), HanMacWrdJGraph::sendComment(), HanMacWrdJGraph::sendFrame(), HanMacWrdJGraph::sendGroup(), HanMacWrdJGraph::sendGroupChild(), and HanMacWrdJGraph::sendShapeGraph().