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:91
void attribute(int name, const char *value) override
Definition: IWORKTabularInfoElement.cpp:49
void startOfElement() override
Definition: IWORKTabularInfoElement.cpp:61
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:70
IWORKTabularInfoElement(IWORKXMLParserState &state)
Definition: IWORKTabularInfoElement.cpp:40
Definition: IWORKXMLContextBase.h:28
Definition: IWORKXMLParserState.h:32
@ value
Definition: IWORKToken.h:624
@ name
Definition: IWORKToken.h:578
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