10#ifndef IWORKSPANELEMENT_H_INCLUDED
11#define IWORKSPANELEMENT_H_INCLUDED
Definition: IWORKSpanElement.h:22
void text(const char *value) override
Definition: IWORKSpanElement.cpp:85
void endOfElement() override
Definition: IWORKSpanElement.cpp:92
IWORKStylePtr_t m_style
Definition: IWORKSpanElement.h:35
void ensureOpened()
Definition: IWORKSpanElement.cpp:109
bool m_opened
Definition: IWORKSpanElement.h:36
IWORKSpanElement(IWORKXMLParserState &state)
Definition: IWORKSpanElement.cpp:23
IWORKBreakType m_delayedBreak
Definition: IWORKSpanElement.h:37
void attribute(int name, const char *value) override
Definition: IWORKSpanElement.cpp:31
IWORKXMLContextPtr_t element(int name) override
Definition: IWORKSpanElement.cpp:44
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
IWORKBreakType
Definition: IWORKEnum.h:50
std::shared_ptr< IWORKStyle > IWORKStylePtr_t
Definition: IWORKStyle_fwd.h:21