struct TextCharacterProperties
{
PropertyMap maHyperlinkPropertyMap;
TextFont maLatinFont;
TextFont maLatinThemeFont;
TextFont maAsianFont;
TextFont maAsianThemeFont;
TextFont maComplexFont;
TextFont maComplexThemeFont;
TextFont maSymbolFont;
Color maUnderlineColor;
Color maHighlightColor;
std::optional< OUString > moLang;
std::optional< sal_Int32 > moHeight; /// If a font scale has to be applied manually to moHeight.
std::optional< double > moFontScale;
std::optional< sal_Int32 > moSpacing;
std::optional< sal_Int32 > moUnderline;
std::optional< sal_Int32 > moBaseline;
std::optional< sal_Int32 > moStrikeout;
std::optional< sal_Int32 > moCaseMap;
std::optional< bool > moBold;
std::optional< bool > moItalic;
std::optional< bool > moUnderlineLineFollowText;
std::optional< bool > moUnderlineFillFollowText;
std::optional<LineProperties> moTextOutlineProperties;
FillProperties maFillProperties; /// Set if there was a property set that alters run visually during import bool mbHasVisualRunProperties;
/// Set if there was an empty paragraph property set during import /// <a:pPr><a:defRPr/></a:pPr> /// In that case we use the default paragraph properties from the /// <c:txPr><a:p><a:pPr><a:defRPr>...</a:defRPr> bool mbHasEmptyParaProperties; /// For text effect properties in shapes
EffectPropertiesPtr mpEffectPropertiesPtr;
/** Overwrites all members that are explicitly set in rSourceProps. */ void assignUsed( const TextCharacterProperties& rSourceProps );
/** Returns the current character size. If possible the masterstyle should havebeenappliedbefore,otherwisethecharactersizecanbezeroand
the default value is returned. */ float getCharHeightPoints( float fDefault ) const;
/** Writes the properties to the passed property map. */ void pushToPropMap(
PropertyMap& rPropMap, const ::oox::core::XmlFilterBase& rFilter ) const;
/** Writes the properties to the passed property set. */ void pushToPropSet(
PropertySet& rPropSet, const ::oox::core::XmlFilterBase& rFilter ) const;
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.