A text paragraph in a textbox.
virtual void onStartElement(const AttributeList &rAttribs) override
Will be called when a new element has been started.
Font settings for a text portion in a textbox.
virtual ::oox::core::ContextHandlerRef onCreateContext(sal_Int32 nElement, const AttributeList &rAttribs) override
Will be called to create a context handler for the passed element.
virtual void onEndElement() override
Will be called when the current element is about to be left.
The textbox contains all text contents and properties.
TextBoxContext(::oox::core::ContextHandler2Helper const &rParent, TextBox &rTextBox, const AttributeList &rAttribs, const GraphicHelper &graphicHelper)
virtual void onStartElement(const AttributeList &rAttribs) override
Will be called when a new element has been started.
virtual void onEndElement() override
Will be called when the current element is about to be left.
TextParagraphModel maParagraph
TextPortionContext(::oox::core::ContextHandler2Helper const &rParent, TextBox &rTextBox, TextParagraphModel const &rParagraph, const TextFontModel &rParentFont, sal_Int32 nElement, const AttributeList &rAttribs)
virtual void onCharacters(const OUString &rChars) override
Will be called before a new child element starts, or if the current element is about to be left...
Helper class that provides a context stack.
TextParagraphModel maParagraph
virtual ::oox::core::ContextHandlerRef onCreateContext(sal_Int32 nElement, const AttributeList &rAttribs) override
Will be called to create a context handler for the passed element.