10#ifndef IWORKTABULARINFOELEMENT_H_INCLUDED
11#define IWORKTABULARINFOELEMENT_H_INCLUDED
13#include <boost/optional.hpp>
Definition: IWORKTabularInfoElement.h:22
boost::optional< int > m_order
Definition: IWORKTabularInfoElement.h:34
boost::optional< IWORKWrap > m_wrap
Definition: IWORKTabularInfoElement.h:35
void endOfElement() override
Definition: IWORKTabularInfoElement.cpp:90
void attribute(int name, const char *value) override
Definition: IWORKTabularInfoElement.cpp:48
void startOfElement() override
Definition: IWORKTabularInfoElement.cpp:60
boost::optional< ID_t > m_tableRef
Definition: IWORKTabularInfoElement.h:32
IWORKStylePtr_t m_style
Definition: IWORKTabularInfoElement.h:33
IWORKXMLContextPtr_t element(int name) override
Definition: IWORKTabularInfoElement.cpp:69
IWORKTabularInfoElement(IWORKXMLParserState &state)
Definition: IWORKTabularInfoElement.cpp:39
Definition: IWORKXMLContextBase.h:28
Definition: IWORKXMLParserState.h:32
@ value
Definition: IWORKToken.h:631
@ name
Definition: IWORKToken.h:585
Definition: IWORKBezierElement.cpp:21
std::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition: IWORKXMLContext.h:18
std::shared_ptr< IWORKStyle > IWORKStylePtr_t
Definition: IWORKStyle_fwd.h:21