IBasePortionFormat
Overview
IBasePortionFormat is a interface in Aspose.Slides FOSS for .NET.
Defines common text run formatting properties.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
LineFormat | ILineFormat? | Read | Provides line formatting for the text portion |
FillFormat | IFillFormat? | Read | Defines the fill style applied to the text portion |
EffectFormat | IEffectFormat? | Read | Contains visual effects (shadow, glow, etc.) for the portion |
HighlightColor | IColorFormat? | Read | Specifies the highlight color applied to the portion text |
UnderlineLineFormat | ILineFormat? | Read | Provides line formatting for an underline of the portion |
UnderlineFillFormat | IFillFormat? | Read | Defines fill style for an underline of the portion |
FontBold | NullableBool | Read/Write | |
FontItalic | NullableBool | Read/Write | Indicates whether the portion text is italic (True/False/Null) |
Kumimoji | NullableBool | Read/Write | Toggles kumimoji (small kana) rendering for the portion |
NormaliseHeight | NullableBool | Read/Write | Controls height normalisation for the portion text |
ProofDisabled | NullableBool | Read/Write | Disables proofing (spell/grammar) for the portion |
FontUnderline | TextUnderlineType | Read/Write | Sets the underline style using TextUnderlineType |
TextCapType | TextCapType | Read/Write | Specifies capitalization style for the portion text |
StrikethroughType | TextStrikethroughType | Read/Write | Defines the strikethrough style for the portion |
IsHardUnderlineLine | NullableBool | Read/Write | Indicates if underline uses a hard line (True/False/Null) |
IsHardUnderlineFill | NullableBool | Read/Write | |
FontHeight | float | Read/Write | Gets or sets the font size of the portion in points |
Escapement | float | Read/Write | Sets vertical offset (superscript/subscript) for the portion |
KerningMinimalSize | float | Read/Write | |
Spacing | float | Read/Write | Sets additional spacing between characters in the portion |
LatinFont | IFontData? | Read/Write | Provides font data for Latin script characters in the portion |
EastAsianFont | IFontData? | Read/Write | Provides font data for East Asian script characters in the portion |
ComplexScriptFont | IFontData? | Read/Write | |
SymbolFont | IFontData? | Read/Write | Provides font data for symbol characters in the portion |
LanguageId | string? | Read/Write | Gets or sets the language identifier for the portion text |
AlternativeLanguageId | string? | Read/Write | Specifies an alternate language ID for proofing |
SpellCheck | NullableBool | Read/Write | Indicates whether spell checking is enabled for the portion |