10#ifndef IWORKTABULARINFOELEMENT_H_INCLUDED
11#define IWORKTABULARINFOELEMENT_H_INCLUDED
13#include <boost/optional.hpp>
boost::optional< int > m_order
Definition IWORKTabularInfoElement.h:34
boost::optional< IWORKWrap > m_wrap
Definition IWORKTabularInfoElement.h:35
void endOfElement() override
Signalize the end of an element.
Definition IWORKTabularInfoElement.cpp:90
void attribute(int name, const char *value) override
Process an attribute.
Definition IWORKTabularInfoElement.cpp:48
void startOfElement() override
Signalize the start of an element.
Definition IWORKTabularInfoElement.cpp:60
boost::optional< ID_t > m_tableRef
Definition IWORKTabularInfoElement.h:32
IWORKStylePtr_t m_style
Definition IWORKTabularInfoElement.h:33
IWORKTabularInfoElement(IWORKXMLParserState &state)
Definition IWORKTabularInfoElement.cpp:39
Definition IWORKXMLParserState.h:32
@ value
Definition IWORKToken.h:631
@ element
Definition IWORKToken.h:192
@ name
Definition IWORKToken.h:585
Definition IWORKBezierElement.cpp:21
std::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition IWORKXMLContext.h:20
IWORKXMLContextBase< IWORKXMLContextElement, IWORKXMLParserState > IWORKXMLElementContextBase
Definition IWORKXMLContextBase.h:124
std::shared_ptr< IWORKStyle > IWORKStylePtr_t
Definition IWORKStyle_fwd.h:23