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
| Name | Type | Access | Description |
|---|---|---|---|
NullableBool | NullableBool | Read | Property provides a NullableBool representing the portion’s boolean attribute |
TextUnderlineType | TextUnderlineType | Read | Returns a TextUnderlineType enum describing the underline style |
TextCapType | TextCapType | Read | Returns a TextCapType enum describing the capitalization style |
TextStrikethroughType | TextStrikethroughType | Read | Returns a TextStrikethroughType enum describing the strikethrough style |
LineFormat | LineFormat | Read | Property provides a LineFormat object for configuring the portion’s line style |
FillFormat | FillFormat | Read | Returns a FillFormat object defining the portion’s fill styling |
EffectFormat | EffectFormat | Read | Property provides an EffectFormat object for configuring visual effects on the portion |
ColorFormat | ColorFormat | Read | Returns a ColorFormat object representing the portion’s color settings |
Methods
| Signature | Description |
|---|---|
NullableBool() → NullableBool | Property provides a NullableBool representing the portion’s boolean attribute |
NullableBool() → NullableBool | |
NullableBool() → NullableBool | |
NullableBool() → NullableBool | |
NullableBool() → NullableBool | |
TextUnderlineType() → TextUnderlineType | Returns a TextUnderlineType enum describing the underline style |
TextCapType() → TextCapType | Returns a TextCapType enum describing the capitalization style |
TextStrikethroughType() → TextStrikethroughType | Returns a TextStrikethroughType enum describing the strikethrough style |
NullableBool() → NullableBool | |
NullableBool() → NullableBool | |
LineFormat() → LineFormat | Property provides a LineFormat object for configuring the portion’s line style |
FillFormat() → FillFormat | Returns a FillFormat object defining the portion’s fill styling |
EffectFormat() → EffectFormat | Property provides an EffectFormat object for configuring visual effects on the portion |
ColorFormat() → ColorFormat | Returns a ColorFormat object representing the portion’s color settings |
LineFormat() → LineFormat | |
FillFormat() → FillFormat |