a border More...
#include <libmwaw_internal.hxx>
Public Types | |
| enum | Style { None, Simple, Dot, LargeDot, Dash } |
| the line style More... | |
| enum | Type { Single, Double, Triple } |
| the line repetition More... | |
Public Member Functions | |
| MWAWBorder () | |
| constructor More... | |
| bool | addTo (WPXPropertyList &propList, std::string which="") const |
| add the border property to proplist (if needed ) More... | |
| bool | isEmpty () const |
| returns true if the border is empty More... | |
| bool | operator== (MWAWBorder const &orig) const |
| operator== More... | |
| bool | operator!= (MWAWBorder const &orig) const |
| operator!= More... | |
| int | compare (MWAWBorder const &orig) const |
| compare two cell More... | |
Public Attributes | |
| Style | m_style |
| the border style More... | |
| Type | m_type |
| the border repetition More... | |
| double | m_width |
| the border total width in point More... | |
| std::vector< double > | m_widthsList |
| the different length used for each line/sep (if defined) More... | |
| MWAWColor | m_color |
| the border color More... | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, MWAWBorder const &border) |
| operator<<: prints data in form "XxY" More... | |
| std::ostream & | operator<< (std::ostream &o, MWAWBorder::Style const &style) |
| operator<<: prints data in form "none|dot|..." More... | |
a border
| enum MWAWBorder::Style |
| enum MWAWBorder::Type |
|
inline |
constructor
| bool MWAWBorder::addTo | ( | WPXPropertyList & | propList, |
| std::string | which = "" |
||
| ) | const |
add the border property to proplist (if needed )
Referenced by MWAWParagraph::addTo(), and MWProStructuresInternal::Block::fillFramePropertyList().
| int MWAWBorder::compare | ( | MWAWBorder const & | orig | ) | const |
compare two cell
|
inline |
returns true if the border is empty
Referenced by MWAWParagraph::addTo(), MWProStructuresInternal::Block::fillFramePropertyList(), and operator<<().
|
inline |
operator!=
Referenced by operator==().
|
inline |
operator==
|
friend |
operator<<: prints data in form "XxY"
|
friend |
operator<<: prints data in form "none|dot|..."
| MWAWColor MWAWBorder::m_color |
the border color
Referenced by MWAWSection::addTo(), addTo(), compare(), MWProStructuresInternal::Block::fillFramePropertyList(), MRWTextInternal::Paragraph::BorderFill::getBorder(), FWTextInternal::Border::getParagraphBorders(), operator!=(), operator<<(), HMWKGraph::readTable(), HMWJGraph::readTableFormatsList(), and CWTable::updateCell().
| Style MWAWBorder::m_style |
the border style
Referenced by MWAWSection::addTo(), addTo(), compare(), MRWTextInternal::Paragraph::BorderFill::getBorder(), MSWStruct::getBorder(), isEmpty(), MWAWSection::MWAWSection(), operator!=(), operator<<(), MWAWParagraph::resizeBorders(), MWAWCellFormat::setBorders(), and CWTable::updateCell().
| Type MWAWBorder::m_type |
the border repetition
Referenced by addTo(), compare(), MWProStructuresInternal::Block::fillFramePropertyList(), MRWTextInternal::Paragraph::BorderFill::getBorder(), MSWStruct::getBorder(), FWTextInternal::Border::getParagraphBorders(), operator!=(), operator<<(), MSWStruct::Paragraph::read(), HMWJText::readParagraph(), HMWKText::readParagraph(), HMWKGraph::readTable(), HMWJGraph::readTableFormatsList(), and CWTable::updateCell().
| double MWAWBorder::m_width |
the border total width in point
Referenced by MWAWSection::addTo(), addTo(), compare(), MWProStructuresInternal::Block::fillFramePropertyList(), MRWTextInternal::Paragraph::BorderFill::getBorder(), MSWStruct::getBorder(), FWTextInternal::Border::getParagraphBorders(), isEmpty(), operator!=(), operator<<(), MSWStruct::Paragraph::read(), HMWKGraph::readTable(), HMWJGraph::readTableFormatsList(), and CWTable::updateCell().
| std::vector<double> MWAWBorder::m_widthsList |
the different length used for each line/sep (if defined)
Referenced by addTo(), MWProStructuresInternal::Block::fillFramePropertyList(), and operator<<().