#include <WPSParagraph.h>
Public Types | |
enum | Alignment { LEFT , RIGHT , CENTER , DECIMAL , BAR } |
Public Member Functions | |
WPSTabStop (double position=0.0, Alignment alignment=LEFT, uint16_t leaderCharacter='\0', uint8_t leaderNumSpaces=0) | |
void | addTo (librevenge::RVNGPropertyListVector &propList, double decalX=0.0) const |
Public Attributes | |
double | m_position |
Alignment | m_alignment |
uint16_t | m_leaderCharacter |
uint8_t | m_leaderNumSpaces |
Friends | |
std::ostream & | operator<< (std::ostream &o, WPSTabStop const &ft) |
operator << | |
|
inlineexplicit |
|
friend |
operator <<
uint8_t WPSTabStop::m_leaderNumSpaces |