BasePortionFormat

BasePortionFormat

Overview

BasePortionFormat is a class in Aspose.Slides FOSS for C++.

Common text portion formatting properties. Provides getters and setters for font style, underline, capitalization, strikethrough, font metrics, font references, and language identifiers. Properties that are not explicitly set return a “not defined” sentinel (NullableBool::NOT_DEFINED, enum NOT_DEFINED, NaN for floats, std::nullopt for optional values).

Properties

NameTypeAccessDescription
NullableBoolNullableBoolReadProperty provides a NullableBool representing the portion’s boolean attribute
TextUnderlineTypeTextUnderlineTypeReadReturns a TextUnderlineType enum describing the underline style
TextCapTypeTextCapTypeReadReturns a TextCapType enum describing the capitalization style
TextStrikethroughTypeTextStrikethroughTypeReadReturns a TextStrikethroughType enum describing the strikethrough style
LineFormatLineFormatReadProperty provides a LineFormat object for configuring the portion’s line style
FillFormatFillFormatReadReturns a FillFormat object defining the portion’s fill styling
EffectFormatEffectFormatReadProperty provides an EffectFormat object for configuring visual effects on the portion
ColorFormatColorFormatReadReturns a ColorFormat object representing the portion’s color settings

Methods

SignatureDescription
NullableBool()NullableBoolProperty provides a NullableBool representing the portion’s boolean attribute
NullableBool()NullableBool
NullableBool()NullableBool
NullableBool()NullableBool
NullableBool()NullableBool
TextUnderlineType()TextUnderlineTypeReturns a TextUnderlineType enum describing the underline style
TextCapType()TextCapTypeReturns a TextCapType enum describing the capitalization style
TextStrikethroughType()TextStrikethroughTypeReturns a TextStrikethroughType enum describing the strikethrough style
NullableBool()NullableBool
NullableBool()NullableBool
LineFormat()LineFormatProperty provides a LineFormat object for configuring the portion’s line style
FillFormat()FillFormatReturns a FillFormat object defining the portion’s fill styling
EffectFormat()EffectFormatProperty provides an EffectFormat object for configuring visual effects on the portion
ColorFormat()ColorFormatReturns a ColorFormat object representing the portion’s color settings
LineFormat()LineFormat
FillFormat()FillFormat

See Also