Definition: IWORKTextLabelElement.h:22
std::string m_format
Definition: IWORKTextLabelElement.h:34
boost::optional< unsigned > m_first
Definition: IWORKTextLabelElement.h:35
void endOfElement() override
Definition: IWORKTextLabelElement.cpp:128
boost::optional< IWORKLabelNumFormat > m_type
Definition: IWORKTextLabelElement.h:33
boost::optional< IWORKListLabelTypeInfo_t > & m_value
Definition: IWORKTextLabelElement.h:31
bool m_bullet
Definition: IWORKTextLabelElement.h:32
IWORKTextLabelElement(IWORKXMLParserState &state, boost::optional< IWORKListLabelTypeInfo_t > &value)
Definition: IWORKTextLabelElement.cpp:72
void attribute(int name, const char *value) override
Definition: IWORKTextLabelElement.cpp:82
Definition: IWORKXMLContextBase.h:28