a frame format in HanMacWrdJGraph More...
Public Member Functions | |
FrameFormat () | |
constructor More... | |
void | addTo (MWAWGraphicStyle &style) 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 HanMacWrdJGraph
|
inline |
constructor
|
inline |
add property to frame extra values
|
friend |
operator<<
int HanMacWrdJGraphInternal::FrameFormat::m_borderType |
the border type
Referenced by addTo(), and HanMacWrdJGraph::readFrames().
double HanMacWrdJGraphInternal::FrameFormat::m_extWrap[4] |
the exterior wrap dim
Referenced by FrameFormat(), and HanMacWrdJGraph::readFrames().
double HanMacWrdJGraphInternal::FrameFormat::m_intWrap[4] |
the interior wrap dim
Referenced by FrameFormat(), and HanMacWrdJGraph::readFrames().
MWAWGraphicStyle HanMacWrdJGraphInternal::FrameFormat::m_style |
the graphic style
Referenced by addTo(), FrameFormat(), and HanMacWrdJGraph::readFrames().