PortionFormat

Overview

PortionFormat is a class in Aspose.Slides FOSS for .NET. Inherits from: BasePortionFormat, IPortionFormat.

This class contains the text portion formatting properties.

This class provides 1 method for working with PortionFormat 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

NameTypeAccessDescription
LineFormatILineFormat?ReadGets the line format.
FillFormatIFillFormat?ReadGets the fill format.
EffectFormatIEffectFormat?ReadGets the effect format.
HighlightColorIColorFormat?ReadGets the highlight color.
UnderlineLineFormatILineFormat?ReadGets the underline line format.
UnderlineFillFormatIFillFormat?ReadGets the underline fill format.
FontBoldNullableBoolRead/WriteGets or sets the font bold.
FontItalicNullableBoolRead/WriteGets or sets the font italic.
KumimojiNullableBoolRead/WriteGets or sets the kumimoji.
NormaliseHeightNullableBoolRead/WriteGets or sets the normalise height.
ProofDisabledNullableBoolRead/WriteGets or sets the proof disabled.
FontUnderlineTextUnderlineTypeRead/WriteGets or sets the font underline.
TextCapTypeTextCapTypeRead/WriteGets or sets the text cap type.
StrikethroughTypeTextStrikethroughTypeRead/WriteGets or sets the strikethrough type.
IsHardUnderlineLineNullableBoolRead/WriteGets or sets the is hard underline line.
IsHardUnderlineFillNullableBoolRead/WriteGets or sets the is hard underline fill.
FontHeightfloatRead/WriteGets or sets the font height.
EscapementfloatRead/WriteGets or sets the escapement.
KerningMinimalSizefloatRead/WriteGets or sets the kerning minimal size.
SpacingfloatRead/WriteGets or sets the spacing.
LatinFontIFontData?Read/WriteGets or sets the latin font.
EastAsianFontIFontData?Read/WriteGets or sets the east asian font.
ComplexScriptFontIFontData?Read/WriteGets or sets the complex script font.
SymbolFontIFontData?Read/WriteGets or sets the symbol font.
LanguageIdstring?Read/WriteGets or sets the language id.
AlternativeLanguageIdstring?Read/WriteGets or sets the alternative language id.
SpellCheckNullableBoolRead/WriteGets or sets the spell check.
AsIPresentationComponentIPresentationComponentReadGets the as i presentation component.
SlideIBaseSlide?ReadGets the slide.
PresentationIPresentation?ReadGets the presentation.

Methods

SignatureDescription
BasePortionFormat()Initializes a new detached instance with a fresh <a:rPr> element.

See Also