TextParagraphProperties& getProperties() { return maProperties; } const TextParagraphProperties& getProperties() const { return maProperties; } /// Flags the textparagraph as having a pPr tag in it void setHasProperties() { mbHasProperties = true; } /// Returns whether the textparagraph had an pPr tag in it during import bool hasProperties() const { return mbHasProperties; }
/** Returns whether textparagraph had a rPr tag in it that alters it visually * *Forinstance_lang_doesn'thaveavisualeffect.
*/ bool hasVisualRunProperties() const;
private:
TextParagraphProperties maProperties; bool mbHasProperties;
TextCharacterProperties maEndProperties;
TextRunVector maRuns; // temporarily store this here
std::unique_ptr<formulaimport::XmlStreamBuilder> m_pMathXml;
};
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.