Internal: class to store a border which appear in docInfo. More...
Public Member Functions | |
Border () | |
constructor More... | |
std::vector< Variable < MWAWBorder > > | getParagraphBorders () const |
returns the list of border order MWAWBorder::Pos More... | |
Public Attributes | |
int | m_type [2] |
the type (border, separator) More... | |
MWAWColor | m_frontColor |
the front color (used for layout ) More... | |
MWAWColor | m_backColor |
the back color (used for layout ) More... | |
MWAWColor | m_color [2] |
the colors More... | |
int | m_width |
the width More... | |
int | m_isDouble |
the f1 value: isDouble ? More... | |
int | m_flags |
the flags More... | |
std::string | m_extra |
some extra data More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Border const &p) |
operator<< More... | |
Internal: class to store a border which appear in docInfo.
|
inline |
constructor
|
inline |
returns the list of border order MWAWBorder::Pos
Referenced by FWTextInternal::Paragraph::updateToSent().
|
friend |
operator<<
MWAWColor FWTextInternal::Border::m_backColor |
the back color (used for layout )
Referenced by FWText::readBorder(), and FWTextInternal::Paragraph::updateToSent().
MWAWColor FWTextInternal::Border::m_color[2] |
the colors
Referenced by getParagraphBorders(), and FWText::readBorder().
std::string FWTextInternal::Border::m_extra |
some extra data
Referenced by FWText::readBorder().
int FWTextInternal::Border::m_flags |
the flags
Referenced by FWText::readBorder().
MWAWColor FWTextInternal::Border::m_frontColor |
the front color (used for layout )
Referenced by FWText::readBorder().
int FWTextInternal::Border::m_isDouble |
the f1 value: isDouble ?
Referenced by FWText::readBorder().
int FWTextInternal::Border::m_type[2] |
the type (border, separator)
Referenced by Border(), getParagraphBorders(), and FWText::readBorder().
int FWTextInternal::Border::m_width |
the width
Referenced by FWText::readBorder().