Internal: class to store paragraph properties. More...
Public Member Functions | |
Paragraph () | |
constructor More... | |
![]() | |
WPSParagraph () | |
constructor More... | |
virtual | ~WPSParagraph () |
void | send (shared_ptr< WPSContentListener > listener) const |
send data to the listener More... | |
Additional Inherited Members | |
![]() | |
typedef WPSList::Level | ListLevel |
![]() | |
double | m_margins [3] |
the margins More... | |
double | m_spacings [3] |
the line spacing More... | |
std::vector< WPSTabStop > | m_tabs |
the tabulations More... | |
libwps::Justification | m_justify |
the justification More... | |
int | m_breakStatus |
a list of bits: 0x1 (unbreakable), 0x2 (do not break after) More... | |
int | m_listLevelIndex |
the actual level index More... | |
ListLevel | m_listLevel |
the actual level More... | |
uint32_t | m_backgroundColor |
the background color More... | |
int | m_border |
list of bits to indicated a border 1: LeftBorderBit, 2: RightBorderBit, ... More... | |
WPSBorder | m_borderStyle |
the border style More... | |
std::string | m_extra |
a string to store some errors More... | |
Internal: class to store paragraph properties.
|
inline |
constructor