Go to the documentation of this file.
10 #ifndef __VSDPARAGRAPHLIST_H__
11 #define __VSDPARAGRAPHLIST_H__
20 class VSDParagraphListElement;
30 void addParaIX(
unsigned id,
unsigned level,
unsigned charCount,
const boost::optional<double> &indFirst,
31 const boost::optional<double> &indLeft,
const boost::optional<double> &indRight,
const boost::optional<double> &spLine,
32 const boost::optional<double> &spBefore,
const boost::optional<double> &spAfter,
const boost::optional<unsigned char> &align,
33 const boost::optional<unsigned char> &bullet,
const boost::optional<VSDName> &bulletStr,
34 const boost::optional<VSDName> &bulletFont,
const boost::optional<double> &bulletFontSize,
35 const boost::optional<double> &textPosAfterBullet,
const boost::optional<unsigned> &flags);
50 std::map<unsigned, VSDParagraphListElement *>
m_elements;
56 #endif // __VSDPARAGRAPHLIST_H__
boost::optional< double > indFirst
Definition: VSDStyles.h:388
boost::optional< double > spLine
Definition: VSDStyles.h:391
~VSDParaIX() override
Definition: VSDParagraphList.cpp:42
void resetCharCount()
Definition: VSDParagraphList.cpp:159
void handle(VSDCollector *collector) const
Definition: VSDParagraphList.cpp:179
virtual void collectParaIX(unsigned id, unsigned level, unsigned charCount, const boost::optional< double > &indFirst, const boost::optional< double > &indLeft, const boost::optional< double > &indRight, const boost::optional< double > &spLine, const boost::optional< double > &spBefore, const boost::optional< double > &spAfter, const boost::optional< unsigned char > &align, const boost::optional< unsigned char > &bullet, const boost::optional< VSDName > &bulletStr, const boost::optional< VSDName > &bulletFont, const boost::optional< double > &bulletFontSize, const boost::optional< double > &textPosAfterBullet, const boost::optional< unsigned > &flags)=0
boost::optional< double > textPosAfterBullet
Definition: VSDStyles.h:399
boost::optional< double > indLeft
Definition: VSDStyles.h:389
void setElementsOrder(const std::vector< unsigned > &m_elementsOrder)
Definition: VSDParagraphList.cpp:172
virtual void handle(VSDCollector *collector) const =0
void setCharCount(unsigned charCount) override
Definition: VSDParagraphList.cpp:49
Definition: VSDCollector.h:21
boost::optional< unsigned char > bullet
Definition: VSDStyles.h:395
unsigned getCharCount() const override
Definition: VSDParagraphList.cpp:45
VSDOptionalParaStyle m_style
Definition: VSDParagraphList.cpp:54
VSDParagraphListElement * clone() override
Definition: VSDParagraphList.cpp:67
Definition: VSDParagraphList.cpp:17
std::map< unsigned, VSDParagraphListElement * > m_elements
Definition: VSDParagraphList.h:50
Definition: VSDStyles.h:349
bool empty() const
Definition: VSDParagraphList.h:45
VSDParagraphList()
Definition: VSDParagraphList.cpp:76
~VSDParagraphList()
Definition: VSDParagraphList.cpp:101
void override(const VSDOptionalParaStyle &style)
Definition: VSDStyles.h:370
std::vector< unsigned > m_elementsOrder
Definition: VSDParagraphList.h:51
VSDParagraphList & operator=(const VSDParagraphList ¶List)
Definition: VSDParagraphList.cpp:91
void handle(VSDCollector *collector) const override
Definition: VSDParagraphList.cpp:59
unsigned charCount
Definition: VSDStyles.h:387
unsigned getCharCount(unsigned id) const
Definition: VSDParagraphList.cpp:143
boost::optional< double > spAfter
Definition: VSDStyles.h:393
boost::optional< double > spBefore
Definition: VSDStyles.h:392
unsigned m_id
Definition: VSDParagraphList.cpp:26
boost::optional< double > bulletFontSize
Definition: VSDStyles.h:398
virtual void setCharCount(unsigned charCount)=0
boost::optional< unsigned char > align
Definition: VSDStyles.h:394
void addParaIX(unsigned id, unsigned level, unsigned charCount, const boost::optional< double > &indFirst, const boost::optional< double > &indLeft, const boost::optional< double > &indRight, const boost::optional< double > &spLine, const boost::optional< double > &spBefore, const boost::optional< double > &spAfter, const boost::optional< unsigned char > &align, const boost::optional< unsigned char > &bullet, const boost::optional< VSDName > &bulletStr, const boost::optional< VSDName > &bulletFont, const boost::optional< double > &bulletFontSize, const boost::optional< double > &textPosAfterBullet, const boost::optional< unsigned > &flags)
Definition: VSDParagraphList.cpp:106
unsigned m_level
Definition: VSDParagraphList.cpp:26
VSDParagraphListElement(unsigned id, unsigned level)
Definition: VSDParagraphList.cpp:19
#define MINUS_ONE
Definition: VSDTypes.h:18
VSDParaIX(unsigned id, unsigned level, unsigned charCount, const boost::optional< double > &indFirst, const boost::optional< double > &indLeft, const boost::optional< double > &indRight, const boost::optional< double > &spLine, const boost::optional< double > &spBefore, const boost::optional< double > &spAfter, const boost::optional< unsigned char > &align, const boost::optional< unsigned char > &bullet, const boost::optional< VSDName > &bulletStr, const boost::optional< VSDName > &bulletFont, const boost::optional< double > &bulletFontSize, const boost::optional< double > &textPosAfterBullet, const boost::optional< unsigned > &flags)
Definition: VSDParagraphList.cpp:32
virtual VSDParagraphListElement * clone()=0
boost::optional< VSDName > bulletFont
Definition: VSDStyles.h:397
Definition: VSDParagraphList.h:24
boost::optional< unsigned > flags
Definition: VSDStyles.h:400
boost::optional< double > indRight
Definition: VSDStyles.h:390
void clear()
Definition: VSDParagraphList.cpp:201
void setCharCount(unsigned id, unsigned charCount)
Definition: VSDParagraphList.cpp:152
Definition: VSDParagraphList.cpp:30
virtual unsigned getCharCount() const =0
Definition: libvisio_utils.h:49
unsigned getLevel() const
Definition: VSDParagraphList.cpp:165
boost::optional< VSDName > bulletStr
Definition: VSDStyles.h:396
virtual ~VSDParagraphListElement()
Definition: VSDParagraphList.cpp:20
Generated for libvisio by
doxygen 1.8.20