WPSParagraph Struct Reference

class to store the paragraph properties More...

#include <WPSParagraph.h>

Inheritance diagram for WPSParagraph:
WPS4TextInternal::Paragraph

Public Types

typedef WPSList::Level ListLevel
 

Public Member Functions

 WPSParagraph ()
 constructor More...
 
virtual ~WPSParagraph ()
 
void addTo (librevenge::RVNGPropertyList &propList, bool inTable) const
 add to the propList More...
 

Public Attributes

double m_margins [3]
 the margins More...
 
double m_spacings [3]
 the line spacing More...
 
std::vector< WPSTabStopm_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...
 

Friends

std::ostream & operator<< (std::ostream &o, WPSParagraph const &ft)
 operator << More...
 

Detailed Description

class to store the paragraph properties

Member Typedef Documentation

Constructor & Destructor Documentation

WPSParagraph::WPSParagraph ( )
inline

constructor

virtual WPSParagraph::~WPSParagraph ( )
inlinevirtual

Member Function Documentation

void WPSParagraph::addTo ( librevenge::RVNGPropertyList &  propList,
bool  inTable 
) const

add to the propList

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
WPSParagraph const &  ft 
)
friend

operator <<

Member Data Documentation

uint32_t WPSParagraph::m_backgroundColor

the background color

Referenced by addTo(), operator<<(), and WPS8TextStyle::readParagraph().

int WPSParagraph::m_border

list of bits to indicated a border 1: LeftBorderBit, 2: RightBorderBit, ...

Referenced by addTo(), operator<<(), WPS8TextStyle::readParagraph(), and WPS4Text::readParagraph().

WPSBorder WPSParagraph::m_borderStyle
int WPSParagraph::m_breakStatus

a list of bits: 0x1 (unbreakable), 0x2 (do not break after)

Referenced by operator<<(), and WPS4Text::readParagraph().

std::string WPSParagraph::m_extra

a string to store some errors

Referenced by operator<<(), WPS8TextStyle::readParagraph(), and WPS4Text::readParagraph().

libwps::Justification WPSParagraph::m_justify
int WPSParagraph::m_listLevelIndex
double WPSParagraph::m_margins[3]

the margins

  • 0: first line left margin
  • 1: left margin
  • 2: right margin

Referenced by addTo(), operator<<(), WPS8TextStyle::readParagraph(), WPS4Text::readParagraph(), WPSContentListener::setParagraph(), and WPSParagraph().

double WPSParagraph::m_spacings[3]

the line spacing

  • 0: interline
  • 1: before
  • 2: after

Referenced by addTo(), operator<<(), WPS8TextStyle::readParagraph(), WPS4Text::readParagraph(), and WPSParagraph().

std::vector<WPSTabStop> WPSParagraph::m_tabs

The documentation for this struct was generated from the following files:

Generated on Thu Oct 9 2014 14:30:04 for libwps by doxygen 1.8.8