a border list More...
#include <libwps_internal.h>
Public Types | |
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 } |
Public Member Functions | |
WPSBorder () | |
constructor More... | |
std::string | getPropertyValue () const |
return the properties More... | |
bool | operator== (WPSBorder const &orig) const |
operator== More... | |
bool | operator!= (WPSBorder const &orig) const |
operator!= More... | |
int | compare (WPSBorder const &orig) const |
compare two cell More... | |
Public Attributes | |
Style | m_style |
the border style More... | |
int | m_width |
the border width More... | |
uint32_t | m_color |
the border color More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, WPSBorder const &border) |
operator<<: prints data in form "XxY" More... | |
a border list
enum WPSBorder::Pos |
enum WPSBorder::Style |
|
inline |
constructor
int WPSBorder::compare | ( | WPSBorder const & | orig | ) | const |
compare two cell
std::string WPSBorder::getPropertyValue | ( | ) | const |
return the properties
|
inline |
operator!=
|
inline |
operator==
Referenced by operator!=().
|
friend |
operator<<: prints data in form "XxY"
uint32_t WPSBorder::m_color |
the border color
Referenced by compare(), getPropertyValue(), operator<<(), operator==(), WPS8Table::readMCLD(), WPS8TextStyle::readParagraph(), and WPS4Text::readParagraph().
Style WPSBorder::m_style |
the border style
Referenced by WPS8TableInternal::Cell::Cell(), compare(), getPropertyValue(), operator<<(), operator==(), WPS8Table::readMCLD(), WPS8TextStyle::readParagraph(), WPS4Text::readParagraph(), and WPSCellFormat::setBorders().
int WPSBorder::m_width |
the border width
Referenced by compare(), getPropertyValue(), operator<<(), operator==(), WPS8TextStyle::readParagraph(), WPS4Text::readParagraph(), and WPSContentListener::setParagraphBorders().