10 #ifndef IWORKSPANELEMENT_H_INCLUDED
11 #define IWORKSPANELEMENT_H_INCLUDED
29 void text(
const char *value)
override;
42 #endif // IWORKSPANELEMENT_H_INCLUDED
std::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition: IWORKXMLContext.h:18
void endOfElement() override
Definition: IWORKSpanElement.cpp:92
Definition: IWORKSpanElement.h:21
IWORKBreakType
Definition: IWORKEnum.h:49
IWORKSpanElement(IWORKXMLParserState &state)
Definition: IWORKSpanElement.cpp:23
std::shared_ptr< IWORKStyle > IWORKStylePtr_t
Definition: IWORKStyle_fwd.h:21
Definition: IWORKToken.h:631
IWORKXMLContextPtr_t element(int name) override
Definition: IWORKSpanElement.cpp:44
void attribute(int name, const char *value) override
Definition: IWORKSpanElement.cpp:31
void text(const char *value) override
Definition: IWORKSpanElement.cpp:85
const char * name
Definition: IWORKToken.cpp:43
IWORKStylePtr_t m_style
Definition: IWORKSpanElement.h:35
Definition: IWORKXMLContextBase.h:27
Definition: IWORKXMLParserState.h:31
void ensureOpened()
Definition: IWORKSpanElement.cpp:109
IWORKBreakType m_delayedBreak
Definition: IWORKSpanElement.h:37
bool m_opened
Definition: IWORKSpanElement.h:36