#include <MSWrite.h>
Public Types | |
enum | Location { MAIN, HEADER, FOOTER, FOOTNOTE } |
![]() | |
enum | LineSpacingType { Fixed, AtLeast } |
the line spacing type: fixed or at least More... | |
typedef WPSList::Level | ListLevel |
Public Member Functions | |
Paragraph () | |
![]() | |
WPSParagraph () | |
constructor More... | |
virtual | ~WPSParagraph () |
void | addTo (librevenge::RVNGPropertyList &propList, bool inTable) const |
add to the propList More... | |
void | setInterline (double value, librevenge::RVNGUnit unit, LineSpacingType type=Fixed) |
set the interline More... | |
Public Attributes | |
uint32_t | m_fcFirst |
uint32_t | m_fcLim |
Location | m_Location |
bool | m_graphics |
bool | m_firstpage |
bool | m_skiptab |
bool | m_headerUseMargin |
double | m_interLine |
WPSPageSpan::HeaderFooterOccurrence | m_HeaderFooterOccurrence |
![]() | |
double | m_margins [3] |
the margins More... | |
double | m_spacings [3] |
the line spacing More... | |
librevenge::RVNGUnit | m_spacingsInterlineUnit |
the interline unit PERCENT or INCH, ... More... | |
LineSpacingType | m_spacingsInterlineType |
the interline type: fixed, atLeast, ... 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... | |
WPSColor | 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... | |
|
inline |
uint32_t MSWriteParserInternal::Paragraph::m_fcFirst |
Referenced by MSWriteParser::getHeaderFooters(), DosWordParser::readPAP(), and MSWriteParser::readPAP().
uint32_t MSWriteParserInternal::Paragraph::m_fcLim |
Referenced by MSWriteParser::getHeaderFooters(), DosWordParser::readPAP(), and MSWriteParser::readPAP().
bool MSWriteParserInternal::Paragraph::m_firstpage |
Referenced by DosWordParser::readPAP(), and MSWriteParser::readPAP().
bool MSWriteParserInternal::Paragraph::m_graphics |
Referenced by MSWriteParser::getHeaderFooters(), and MSWriteParser::readPAP().
WPSPageSpan::HeaderFooterOccurrence MSWriteParserInternal::Paragraph::m_HeaderFooterOccurrence |
Referenced by DosWordParser::readPAP().
bool MSWriteParserInternal::Paragraph::m_headerUseMargin |
Referenced by MSWriteParser::getHeaderFooters(), and DosWordParser::readPAP().
double MSWriteParserInternal::Paragraph::m_interLine |
Referenced by MSWriteParser::readPAP().
Location MSWriteParserInternal::Paragraph::m_Location |
Referenced by MSWriteParser::getHeaderFooters(), DosWordParser::readPAP(), and MSWriteParser::readPAP().
bool MSWriteParserInternal::Paragraph::m_skiptab |
Referenced by DosWordParser::readPAP(), and MSWriteParser::readPAP().