IBasePortionFormat
Overview
IBasePortionFormat is a interface in Aspose.Slides FOSS for .NET.
Defines common text run formatting properties.
Properties: AlternativeLanguageId, ComplexScriptFont, EastAsianFont, EffectFormat, Escapement, FillFormat, and 21 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
LineFormat | ILineFormat? | Read | Gets the line format for text outline. |
FillFormat | IFillFormat? | Read | Gets the fill format for text. |
EffectFormat | IEffectFormat? | Read | Gets the effect format for text. |
HighlightColor | IColorFormat? | Read | Gets the highlight color format. |
UnderlineLineFormat | ILineFormat? | Read | Gets the underline line format. |
UnderlineFillFormat | IFillFormat? | Read | Gets the underline fill format. |
FontBold | NullableBool | Read/Write | Gets or sets whether text is bold. |
FontItalic | NullableBool | Read/Write | Gets or sets whether text is italic. |
Kumimoji | NullableBool | Read/Write | Gets or sets kumimoji rendering. |
NormaliseHeight | NullableBool | Read/Write | Gets or sets whether text height is normalized. |
ProofDisabled | NullableBool | Read/Write | Gets or sets whether proofing is disabled. |
FontUnderline | TextUnderlineType | Read/Write | Gets or sets the font underline type. |
TextCapType | TextCapType | Read/Write | Gets or sets the text capitalization type. |
StrikethroughType | TextStrikethroughType | Read/Write | Gets or sets the strikethrough type. |
IsHardUnderlineLine | NullableBool | Read/Write | Gets or sets whether an explicit underline line element is present. |
IsHardUnderlineFill | NullableBool | Read/Write | Gets or sets whether an explicit underline fill element is present. |
FontHeight | float | Read/Write | Gets or sets the font height in points. |
Escapement | float | Read/Write | Gets or sets the escapement (superscript/subscript) as a fraction. |
KerningMinimalSize | float | Read/Write | Gets or sets the minimum font size for kerning, in points. |
Spacing | float | Read/Write | Gets or sets the character spacing in points. |
LatinFont | IFontData? | Read/Write | Gets or sets the Latin script font. |
EastAsianFont | IFontData? | Read/Write | Gets or sets the East Asian script font. |
ComplexScriptFont | IFontData? | Read/Write | Gets or sets the complex script font. |
SymbolFont | IFontData? | Read/Write | Gets or sets the symbol font. |
LanguageId | string? | Read/Write | Gets or sets the language identifier (e.g. |
AlternativeLanguageId | string? | Read/Write | Gets or sets the alternative language identifier. |
SpellCheck | NullableBool | Read/Write | Gets or sets the spell check flag. |