/** insert the text body at the text cursor */ void insertAt( const ::oox::core::XmlFilterBase& rFilterBase, const css::uno::Reference < css::text::XText > & xText, const css::uno::Reference < css::text::XTextCursor > & xAt, const TextCharacterProperties& rTextStyleProperties, const TextListStylePtr& pMasterTextListStyle ) const; bool isEmpty() const;
OUString toString() const;
/** Returns whether the textbody had a rPr tag in it that alters it visually * *Forinstance_lang_doesn'thaveavisualeffect.
*/ bool hasVisualRunProperties() const;
/// Returns whether the textbody had a pPr tag in it bool hasParagraphProperties() const;
/// Returns whether the textbody had a non-empty bodyPr tag in it bool hasNoninheritedBodyProperties() const { return mbHasNoninheritedBodyProperties; } /// Flags textbody as having a non-empty bodyPr tag void setHasNoninheritedBodyProperties() { mbHasNoninheritedBodyProperties = true; }
/// Returns whether the textbody had a non-empty lstStyle tag in it bool hasListStyleOnImport() const { return maTextListStyle.hasListStyleOnImport(); }
void ApplyStyleEmpty( const ::oox::core::XmlFilterBase& rFilterBase, const css::uno::Reference < css::text::XText > & xText, const TextCharacterProperties& rTextStyleProperties, const TextListStylePtr& pMasterTextListStylePtr) const; private:
TextParagraphVector maParagraphs;
TextBodyProperties maTextProperties; /// Set if bodyPr tag in this textbody is non-empty during import bool mbHasNoninheritedBodyProperties;
TextListStyle maTextListStyle;
Text3DProperties ma3DProperties;
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.