a border list
More...
#include <libwps_internal.h>
|
| enum | Style {
None,
Single,
Double,
Dot,
LargeDot,
Dash
} |
| |
| enum | Pos { Left = 0,
Right = 1,
Top = 2,
Bottom = 3
} |
| |
| enum | { LeftBit = 0x01,
RightBit = 0x02,
TopBit =0x4,
BottomBit = 0x08
} |
| |
| Enumerator |
|---|
| LeftBit |
|
| RightBit |
|
| TopBit |
|
| BottomBit |
|
| Enumerator |
|---|
| Left |
|
| Right |
|
| Top |
|
| Bottom |
|
| Enumerator |
|---|
| None |
|
| Single |
|
| Double |
|
| Dot |
|
| LargeDot |
|
| Dash |
|
| int WPSBorder::compare |
( |
WPSBorder const & |
orig | ) |
const |
| std::string WPSBorder::getPropertyValue |
( |
| ) |
const |
| bool WPSBorder::operator!= |
( |
WPSBorder const & |
orig | ) |
const |
|
inline |
| bool WPSBorder::operator== |
( |
WPSBorder const & |
orig | ) |
const |
|
inline |
| std::ostream& operator<< |
( |
std::ostream & |
o, |
|
|
WPSBorder const & |
border |
|
) |
| |
|
friend |
operator<<: prints data in form "XxY"
| uint32_t WPSBorder::m_color |
the border style
Referenced by WPSParagraph::addTo(), WPS8TableInternal::Cell::Cell(), compare(), getPropertyValue(), operator<<(), operator==(), WPS8Table::readMCLD(), WPS8TextStyle::readParagraph(), WPS4Text::readParagraph(), WKS4Spreadsheet::readStyle(), and WPSCellFormat::setBorders().
The documentation for this struct was generated from the following files: