IBasePortionFormat
General
IBasePortionFormat és una interfície en Aspose.Slides per a NET.
Definit les propietats de formatatge d’execució de text comú.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
LineFormat | ILineFormat? | Read | Provides line formatting for the portion |
FillFormat | IFillFormat? | Read | Provides fill formatting for the portion’s text |
EffectFormat | IEffectFormat? | Read | Provides visual effect settings for the portion |
HighlightColor | IColorFormat? | Read | Specifies the background highlight color of the portion |
UnderlineLineFormat | ILineFormat? | Read | Provides line formatting for a hard underline |
UnderlineFillFormat | IFillFormat? | Read | Provides fill formatting for a hard underline |
FontBold | NullableBool | Read/Write | Indicates whether the font is bold (True, False, or Null) |
FontItalic | NullableBool | Read/Write | |
Kumimoji | NullableBool | Read/Write | Indicates whether Japanese kumimoji compression is applied |
NormaliseHeight | NullableBool | Read/Write | Indicates whether font height is normalized |
ProofDisabled | NullableBool | Read/Write | Indicates if proofing (spell check) is disabled for the portion |
FontUnderline | TextUnderlineType | Read/Write | Specifies the underline style applied to the text |
TextCapType | TextCapType | Read/Write | Defines the capitalization style (e.g., all caps, small caps) |
StrikethroughType | TextStrikethroughType | Read/Write | Defines the type of strikethrough applied to the text |
IsHardUnderlineLine | NullableBool | Read/Write | Indicates if the underline uses a separate line object |
IsHardUnderlineFill | NullableBool | Read/Write | Indicates if the underline uses a fill object |
FontHeight | float | Read/Write | Sets the font size in points for the portion |
Escapement | float | Read/Write | Defines vertical offset for superscript/subscript as a percentage |
KerningMinimalSize | float | Read/Write | Specifies the minimum font size at which kerning is applied |
Spacing | float | Read/Write | Sets character spacing (tracking) for the portion in points |
LatinFont | IFontData? | Read/Write | Provides font data used for Latin script characters |
EastAsianFont | IFontData? | Read/Write | Provides font data used for East Asian script characters |
ComplexScriptFont | IFontData? | Read/Write | Provides font data for complex script characters |
SymbolFont | IFontData? | Read/Write | Provides font data for symbol characters in the portion |
LanguageId | string? | Read/Write | Specifies the primary language identifier for the portion |
AlternativeLanguageId | string? | Read/Write | Specifies a secondary language identifier for the portion |
SpellCheck | NullableBool | Read/Write | Indicates whether spell checking is enabled for the portion |