IBasePortionFormat

IBasePortionFormat

Overview

IBasePortionFormat is a interface in Aspose.Slides FOSS for .NET.

Defines common text run formatting properties.

Properties

NameTypeAccessDescription
LineFormatILineFormat?ReadProvides line formatting for the text portion
FillFormatIFillFormat?ReadDefines the fill style applied to the text portion
EffectFormatIEffectFormat?ReadContains visual effects (shadow, glow, etc.) for the portion
HighlightColorIColorFormat?ReadSpecifies the highlight color applied to the portion text
UnderlineLineFormatILineFormat?ReadProvides line formatting for an underline of the portion
UnderlineFillFormatIFillFormat?ReadDefines fill style for an underline of the portion
FontBoldNullableBoolRead/Write
FontItalicNullableBoolRead/WriteIndicates whether the portion text is italic (True/False/Null)
KumimojiNullableBoolRead/WriteToggles kumimoji (small kana) rendering for the portion
NormaliseHeightNullableBoolRead/WriteControls height normalisation for the portion text
ProofDisabledNullableBoolRead/WriteDisables proofing (spell/grammar) for the portion
FontUnderlineTextUnderlineTypeRead/WriteSets the underline style using TextUnderlineType
TextCapTypeTextCapTypeRead/WriteSpecifies capitalization style for the portion text
StrikethroughTypeTextStrikethroughTypeRead/WriteDefines the strikethrough style for the portion
IsHardUnderlineLineNullableBoolRead/WriteIndicates if underline uses a hard line (True/False/Null)
IsHardUnderlineFillNullableBoolRead/Write
FontHeightfloatRead/WriteGets or sets the font size of the portion in points
EscapementfloatRead/WriteSets vertical offset (superscript/subscript) for the portion
KerningMinimalSizefloatRead/Write
SpacingfloatRead/WriteSets additional spacing between characters in the portion
LatinFontIFontData?Read/WriteProvides font data for Latin script characters in the portion
EastAsianFontIFontData?Read/WriteProvides font data for East Asian script characters in the portion
ComplexScriptFontIFontData?Read/Write
SymbolFontIFontData?Read/WriteProvides font data for symbol characters in the portion
LanguageIdstring?Read/WriteGets or sets the language identifier for the portion text
AlternativeLanguageIdstring?Read/WriteSpecifies an alternate language ID for proofing
SpellCheckNullableBoolRead/WriteIndicates whether spell checking is enabled for the portion

See Also