BasePortionFormat
General
BasePortionFormat és una classe en Aspose.Slides FOSS per a C++.
Propriedats de formatatge de parts de text comuns. Ofereix getters i setters per a l’estil de font, subliniació, capitalització, marcador d’escacs, mètriques de fonts, referències de fontes i identificadors de llengües. Les propietats que no estan definides explícitament retornen un sentinel “no definit” (NullableBool::NOT_DEFINED, enum NOT_ DEFINI, NaN per als flots, std::nullopt pels valors opcionals).
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
NullableBool | NullableBool | Read | Returns the nullable boolean value of the associated formatting attribute |
TextUnderlineType | TextUnderlineType | Read | Property gets or sets the underline style for the text portion |
TextCapType | TextCapType | Read | Returns the capitalization style applied to the text portion |
TextStrikethroughType | TextStrikethroughType | Read | Returns the strikethrough style applied to the text portion |
LineFormat | LineFormat | Read | Property gets or sets the line formatting of the text portion |
FillFormat | FillFormat | Read | Returns the fill formatting object for the text portion |
EffectFormat | EffectFormat | Read | Returns the effect formatting object for the text portion |
ColorFormat | ColorFormat | Read | Returns the color formatting object for the text portion |
Mètodes
| Signature | Description |
|---|---|
NullableBool() → NullableBool | Returns the nullable boolean value of the associated formatting attribute |
NullableBool() → NullableBool | |
NullableBool() → NullableBool | |
NullableBool() → NullableBool | |
NullableBool() → NullableBool | |
TextUnderlineType() → TextUnderlineType | Property gets or sets the underline style for the text portion |
TextCapType() → TextCapType | Returns the capitalization style applied to the text portion |
TextStrikethroughType() → TextStrikethroughType | Returns the strikethrough style applied to the text portion |
NullableBool() → NullableBool | |
NullableBool() → NullableBool | |
LineFormat() → LineFormat | Property gets or sets the line formatting of the text portion |
FillFormat() → FillFormat | Returns the fill formatting object for the text portion |
EffectFormat() → EffectFormat | Returns the effect formatting object for the text portion |
ColorFormat() → ColorFormat | Returns the color formatting object for the text portion |
LineFormat() → LineFormat | |
FillFormat() → FillFormat |