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
} |
|
◆ anonymous enum
Enumerator |
---|
LeftBit | |
RightBit | |
TopBit | |
BottomBit | |
◆ Pos
Enumerator |
---|
Left | |
Right | |
Top | |
Bottom | |
◆ Style
Enumerator |
---|
None | |
Single | |
Double | |
Dot | |
LargeDot | |
Dash | |
◆ WPSBorder()
◆ compare()
int WPSBorder::compare |
( |
WPSBorder const & |
orig | ) |
const |
◆ getPropertyValue()
std::string WPSBorder::getPropertyValue |
( |
| ) |
const |
◆ operator!=()
bool WPSBorder::operator!= |
( |
WPSBorder const & |
orig | ) |
const |
|
inline |
◆ operator==()
bool WPSBorder::operator== |
( |
WPSBorder const & |
orig | ) |
const |
|
inline |
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
o, |
|
|
WPSBorder const & |
border |
|
) |
| |
|
friend |
operator<<: prints data in form "XxY"
◆ m_color
uint32_t WPSBorder::m_color |
◆ m_style
◆ m_width
The documentation for this struct was generated from the following files: