class to store a tab use by MWAWParagraph More...
#include <MWAWParagraph.hxx>
Public Types | |
| enum | Alignment { LEFT, RIGHT, CENTER, DECIMAL, BAR } |
| the tab alignement More... | |
Public Member Functions | |
| MWAWTabStop (double position=0.0, Alignment alignment=LEFT, uint16_t leaderCharacter='\0', uint16_t decimalCharacter= '.') | |
| constructor More... | |
| void | addTo (WPXPropertyListVector &propList, double decalX=0.0) const |
| add a tab to the propList More... | |
| bool | operator== (MWAWTabStop const &tabs) const |
| operator== More... | |
| bool | operator!= (MWAWTabStop const &tabs) const |
| operator!= More... | |
Public Attributes | |
| double | m_position |
| the tab position More... | |
| Alignment | m_alignment |
| the alignement ( left, center, ...) More... | |
| uint16_t | m_leaderCharacter |
| the leader char More... | |
| uint16_t | m_decimalCharacter |
| the decimal char More... | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, MWAWTabStop const &ft) |
| operator << More... | |
class to store a tab use by MWAWParagraph
|
inline |
constructor
| void MWAWTabStop::addTo | ( | WPXPropertyListVector & | propList, |
| double | decalX = 0.0 |
||
| ) | const |
add a tab to the propList
|
inline |
operator!=
Referenced by operator==().
|
inline |
operator==
|
friend |
operator <<
| Alignment MWAWTabStop::m_alignment |
the alignement ( left, center, ...)
Referenced by addTo(), operator!=(), operator<<(), MSWStruct::Paragraph::read(), MSW1Parser::readParagraph(), HMWJText::readParagraph(), HMWKText::readParagraph(), CWText::readParagraph(), WNText::readParagraph(), MWProStructures::readParagraph(), NSText::readParagraphs(), FWText::readParagraphTabs(), MDWParser::readRuler(), LWText::readRulers(), MRWText::readRulers(), DMText::sendFooter(), EDParser::sendIndex(), and DMText::sendTOC().
| uint16_t MWAWTabStop::m_decimalCharacter |
the decimal char
Referenced by addTo(), operator!=(), operator<<(), HMWJText::readParagraph(), HMWKText::readParagraph(), CWText::readParagraph(), MWProStructures::readParagraph(), and FWText::readParagraphTabs().
| uint16_t MWAWTabStop::m_leaderCharacter |
the leader char
Referenced by addTo(), operator!=(), operator<<(), MSWStruct::Paragraph::read(), MSW1Parser::readParagraph(), HMWJText::readParagraph(), HMWKText::readParagraph(), CWText::readParagraph(), MWProStructures::readParagraph(), NSText::readParagraphs(), FWText::readParagraphTabs(), MRWText::readRulers(), EDParser::sendIndex(), and DMText::sendTOC().
| double MWAWTabStop::m_position |
the tab position
Referenced by addTo(), WNTextInternal::State::getDefaultParagraph(), operator!=(), operator<<(), MSWStruct::Paragraph::read(), MSW1Parser::readParagraph(), HMWJText::readParagraph(), HMWKText::readParagraph(), CWText::readParagraph(), WNText::readParagraph(), MWProStructures::readParagraph(), NSText::readParagraphs(), FWText::readParagraphTabs(), MDWParser::readRuler(), LWText::readRulers(), MRWText::readRulers(), DMText::sendFooter(), MDWParser::sendHeaderFooterFields(), EDParser::sendIndex(), and DMText::sendTOC().