BasePortionFormat
Overview
BasePortionFormat is a class in Aspose.Slides FOSS for .NET.
Inherits from: PVIObject, IBasePortionFormat.
Common text-run formatting properties backed by an OOXML <a:rPr> element.
This class provides 1 method for working with BasePortionFormat objects in .NET programs.
Available methods include: BasePortionFormat.
All public members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package.
Properties: AlternativeLanguageId, AsIPresentationComponent, ComplexScriptFont, EastAsianFont, EffectFormat, Escapement, and 24 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
LineFormat | ILineFormat? | Read | Gets the line format. |
FillFormat | IFillFormat? | Read | Gets the fill format. |
EffectFormat | IEffectFormat? | Read | Gets the effect format. |
HighlightColor | IColorFormat? | Read | Gets the highlight color. |
UnderlineLineFormat | ILineFormat? | Read | Gets the underline line format. |
UnderlineFillFormat | IFillFormat? | Read | Gets the underline fill format. |
FontBold | NullableBool | Read/Write | Gets or sets the font bold. |
FontItalic | NullableBool | Read/Write | Gets or sets the font italic. |
Kumimoji | NullableBool | Read/Write | Gets or sets the kumimoji. |
NormaliseHeight | NullableBool | Read/Write | Gets or sets the normalise height. |
ProofDisabled | NullableBool | Read/Write | Gets or sets the proof disabled. |
FontUnderline | TextUnderlineType | Read/Write | Gets or sets the font underline. |
TextCapType | TextCapType | Read/Write | Gets or sets the text cap type. |
StrikethroughType | TextStrikethroughType | Read/Write | Gets or sets the strikethrough type. |
IsHardUnderlineLine | NullableBool | Read/Write | Gets or sets the is hard underline line. |
IsHardUnderlineFill | NullableBool | Read/Write | Gets or sets the is hard underline fill. |
FontHeight | float | Read/Write | Gets or sets the font height. |
Escapement | float | Read/Write | Gets or sets the escapement. |
KerningMinimalSize | float | Read/Write | Gets or sets the kerning minimal size. |
Spacing | float | Read/Write | Gets or sets the spacing. |
LatinFont | IFontData? | Read/Write | Gets or sets the latin font. |
EastAsianFont | IFontData? | Read/Write | Gets or sets the east asian 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 id. |
AlternativeLanguageId | string? | Read/Write | Gets or sets the alternative language id. |
SpellCheck | NullableBool | Read/Write | Gets or sets the spell check. |
AsIPresentationComponent | IPresentationComponent | Read | Gets the as i presentation component. |
Slide | IBaseSlide? | Read | Gets the slide. |
Presentation | IPresentation? | Read | Gets the presentation. |
Methods
| Signature | Description |
|---|---|
BasePortionFormat() | Initializes a new detached instance with a fresh <a:rPr> element. |