/** automatic/named character attribute set */
std::unique_ptr<SfxItemSet> m_pItemSet_TextAttr; /** automatic/named paragraph attribute set
* (it can be character attribute applied to the paragraph) */
std::unique_ptr<SfxItemSet> m_pItemSet_ParAttr;
/** table attribute set */
std::unique_ptr<SfxItemSet> m_pTableItemSet;
/** name of the character format (if it exist) */
UIName m_aCharStyle; /** name of the paragraph format (if it exist) */
UIName m_aParaStyle; //no frame style because it contains position information
/** specify if the Paste function have to clear the current object */ bool m_bPersistentCopy;
};
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.