10#ifndef IWORKSPANELEMENT_H_INCLUDED
11#define IWORKSPANELEMENT_H_INCLUDED
27 void attribute(
int name,
const char *value)
override;
29 void text(
const char *value)
override;
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
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
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