10#ifndef IWORKSPANELEMENT_H_INCLUDED
11#define IWORKSPANELEMENT_H_INCLUDED
Definition IWORKSpanElement.h:22
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
Definition IWORKXMLContextBase.h:28
Definition IWORKXMLParserState.h:32
@ value
Definition IWORKToken.h:631
@ text
Definition IWORKToken.h:472
@ element
Definition IWORKToken.h:192
@ name
Definition IWORKToken.h:585
Definition IWORKBezierElement.cpp:21
std::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition IWORKXMLContext.h:20
IWORKBreakType
Definition IWORKEnum.h:50
std::shared_ptr< IWORKStyle > IWORKStylePtr_t
Definition IWORKStyle_fwd.h:23