/// SfxPoolItem subclass that is owned by an SwTextRuby and contains info entered in Format -> Asian /// Phonetic Guide. This is a character property, i.e. appears in the SwpHints of an SwTextNode. class SW_DLLPUBLIC SwFormatRuby final : public SfxPoolItem
{ friendclass SwTextRuby;
OUString m_sRubyText; ///< The ruby text.
UIName m_sCharFormatName; ///< Name of the charformat.
SwTextRuby* m_pTextAttr; ///< The TextAttribute.
sal_uInt16 m_nCharFormatId; ///< PoolId of the charformat.
sal_uInt16 m_nPosition; ///< Position of the Ruby-character.
css::text::RubyAdjust m_eAdjustment; ///< Specific adjustment of the Ruby-ch.
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.