IPortionFormat

Overview

IPortionFormat is a interface in Aspose.Slides FOSS for .NET. Inherits from: IBasePortionFormat, IHyperlinkContainer.

Defines the formatting properties for a text portion, combining base portion formatting with hyperlink container capabilities.

Properties: AlternativeLanguageId, ComplexScriptFont, EastAsianFont, EffectFormat, Escapement, FillFormat, and 21 more.

Properties

NameTypeAccessDescription
LineFormatILineFormat?ReadGets the line format for text outline.
FillFormatIFillFormat?ReadGets the fill format for text.
EffectFormatIEffectFormat?ReadGets the effect format for text.
HighlightColorIColorFormat?ReadGets the highlight color format.
UnderlineLineFormatILineFormat?ReadGets the underline line format.
UnderlineFillFormatIFillFormat?ReadGets the underline fill format.
FontBoldNullableBoolRead/WriteGets or sets whether text is bold.
FontItalicNullableBoolRead/WriteGets or sets whether text is italic.
KumimojiNullableBoolRead/WriteGets or sets kumimoji rendering.
NormaliseHeightNullableBoolRead/WriteGets or sets whether text height is normalized.
ProofDisabledNullableBoolRead/WriteGets or sets whether proofing is disabled.
FontUnderlineTextUnderlineTypeRead/WriteGets or sets the font underline type.
TextCapTypeTextCapTypeRead/WriteGets or sets the text capitalization type.
StrikethroughTypeTextStrikethroughTypeRead/WriteGets or sets the strikethrough type.
IsHardUnderlineLineNullableBoolRead/WriteGets or sets whether an explicit underline line element is present.
IsHardUnderlineFillNullableBoolRead/WriteGets or sets whether an explicit underline fill element is present.
FontHeightfloatRead/WriteGets or sets the font height in points.
EscapementfloatRead/WriteGets or sets the escapement (superscript/subscript) as a fraction.
KerningMinimalSizefloatRead/WriteGets or sets the minimum font size for kerning, in points.
SpacingfloatRead/WriteGets or sets the character spacing in points.
LatinFontIFontData?Read/WriteGets or sets the Latin script font.
EastAsianFontIFontData?Read/WriteGets or sets the East Asian script 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 identifier (e.g.
AlternativeLanguageIdstring?Read/WriteGets or sets the alternative language identifier.
SpellCheckNullableBoolRead/WriteGets or sets the spell check flag.

See Also