class to store a tab use by MWAWParagraph More...
#include <MWAWParagraph.hxx>
| Public Types | |
| enum | Alignment { LEFT, RIGHT, CENTER, DECIMAL, BAR } | 
| the tab alignment  More... | |
| Public Member Functions | |
| MWAWTabStop (double position=0.0, Alignment alignment=LEFT, uint16_t leaderCharacter='\0', uint16_t decimalCharacter='.') | |
| constructor  More... | |
| void | addTo (librevenge::RVNGPropertyListVector &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... | |
| int | cmp (MWAWTabStop const &tabs) const | 
| a comparison function  More... | |
| Public Attributes | |
| double | m_position | 
| the tab position  More... | |
| Alignment | m_alignment | 
| the alignment ( 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
| 
 | inlineexplicit | 
constructor
| void MWAWTabStop::addTo | ( | librevenge::RVNGPropertyListVector & | propList, | 
| double | decalX = 0.0 | ||
| ) | const | 
add a tab to the propList
| int MWAWTabStop::cmp | ( | MWAWTabStop const & | tabs | ) | const | 
a comparison function
Referenced by operator!=(), and operator==().
| 
 | inline | 
operator!=
| 
 | inline | 
operator==
| 
 | friend | 
operator <<
| Alignment MWAWTabStop::m_alignment | 
the alignment ( left, center, ...)
Referenced by addTo(), cmp(), operator<<(), MsWrdStruct::Paragraph::read(), MsWrd1Parser::readParagraph(), BeagleWksText::readParagraph(), ClarisDrawText::readParagraph(), HanMacWrdJText::readParagraph(), HanMacWrdKText::readParagraph(), ClarisWksText::readParagraph(), WriteNowText::readParagraph(), MacWrtProStructures::readParagraph(), MouseWrtParser::readParagraphPLCs(), RagTimeText::readParagraphs(), NisusWrtText::readParagraphs(), MacDrawProStyleManager::readParagraphStyles(), FullWrtText::readParagraphTabs(), MindWrtParser::readRuler(), PowerPoint1Parser::readRuler(), GreatWksText::readRuler(), PowerPoint3Parser::readRuler(), LightWayTxtText::readRulers(), MarinerWrtText::readRulers(), PowerPoint1Parser::readRulers(), PowerPoint7Text::readRulerTabs(), MoreText::readTabs(), DocMkrText::sendFooter(), EDocParser::sendIndex(), MacDocParser::sendIndex(), DocMkrText::sendTOC(), and RagTime5StyleManager::updateTextStyles().
| uint16_t MWAWTabStop::m_decimalCharacter | 
the decimal char
Referenced by addTo(), cmp(), operator<<(), ClarisDrawText::readParagraph(), HanMacWrdJText::readParagraph(), HanMacWrdKText::readParagraph(), ClarisWksText::readParagraph(), MacWrtProStructures::readParagraph(), MacDrawProStyleManager::readParagraphStyles(), FullWrtText::readParagraphTabs(), GreatWksText::readRuler(), and MoreText::readTabs().
| uint16_t MWAWTabStop::m_leaderCharacter | 
the leader char
Referenced by addTo(), cmp(), operator<<(), MsWrdStruct::Paragraph::read(), MsWrd1Parser::readParagraph(), BeagleWksText::readParagraph(), ClarisDrawText::readParagraph(), HanMacWrdJText::readParagraph(), HanMacWrdKText::readParagraph(), ClarisWksText::readParagraph(), MacWrtProStructures::readParagraph(), NisusWrtText::readParagraphs(), MacDrawProStyleManager::readParagraphStyles(), FullWrtText::readParagraphTabs(), GreatWksText::readRuler(), MarinerWrtText::readRulers(), MoreText::readTabs(), EDocParser::sendIndex(), MacDocParser::sendIndex(), DocMkrText::sendTOC(), and RagTime5StyleManager::updateTextStyles().
| double MWAWTabStop::m_position | 
the tab position
Referenced by addTo(), cmp(), WriteNowTextInternal::State::getDefaultParagraph(), operator<<(), MsWrdStruct::Paragraph::read(), MsWrd1Parser::readParagraph(), BeagleWksText::readParagraph(), ClarisDrawText::readParagraph(), HanMacWrdJText::readParagraph(), HanMacWrdKText::readParagraph(), WriteNowText::readParagraph(), ClarisWksText::readParagraph(), MacWrtProStructures::readParagraph(), MouseWrtParser::readParagraphPLCs(), NisusWrtText::readParagraphs(), MacDrawProStyleManager::readParagraphStyles(), FullWrtText::readParagraphTabs(), MindWrtParser::readRuler(), PowerPoint1Parser::readRuler(), GreatWksText::readRuler(), PowerPoint3Parser::readRuler(), LightWayTxtText::readRulers(), MarinerWrtText::readRulers(), PowerPoint1Parser::readRulers(), PowerPoint7Text::readRulerTabs(), MoreText::readTabs(), DocMkrText::sendFooter(), MindWrtParser::sendHeaderFooterFields(), EDocParser::sendIndex(), MacDocParser::sendIndex(), DocMkrText::sendTOC(), and RagTime5StyleManager::updateTextStyles().