Internal: class to store paragraph properties. More...
Public Member Functions | |
Paragraph () | |
constructor | |
![]() | |
WPSParagraph () | |
constructor | |
virtual | ~WPSParagraph () |
void | addTo (librevenge::RVNGPropertyList &propList, bool inTable) const |
add to the propList | |
void | setInterline (double value, librevenge::RVNGUnit unit, LineSpacingType type=Fixed) |
set the interline | |
Additional Inherited Members | |
![]() | |
enum | LineSpacingType { Fixed , AtLeast } |
the line spacing type: fixed or at least More... | |
typedef WPSList::Level | ListLevel |
![]() | |
double | m_margins [3] |
the margins | |
double | m_spacings [3] |
the line spacing | |
librevenge::RVNGUnit | m_spacingsInterlineUnit |
the interline unit PERCENT or INCH, ... | |
LineSpacingType | m_spacingsInterlineType |
the interline type: fixed, atLeast, ... | |
std::vector< WPSTabStop > | m_tabs |
the tabulations | |
libwps::Justification | m_justify |
the justification | |
int | m_breakStatus |
a list of bits: 0x1 (unbreakable), 0x2 (do not break after) | |
int | m_listLevelIndex |
the actual level index | |
ListLevel | m_listLevel |
the actual level | |
WPSColor | m_backgroundColor |
the background color | |
int | m_border |
list of bits to indicated a border 1: LeftBorderBit, 2: RightBorderBit, ... | |
WPSBorder | m_borderStyle |
the border style | |
std::string | m_extra |
a string to store some errors | |
Internal: class to store paragraph properties.
|
inline |
constructor