BasePortionFormat

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.

Properties

NameTypeAccessDescription
LineFormatILineFormat?ReadGets or sets the line formatting applied to the text portion
FillFormatIFillFormat?ReadGets or sets the fill formatting for the text portion
EffectFormatIEffectFormat?ReadGets or sets visual effects applied to the text portion
HighlightColorIColorFormat?ReadGets or sets the highlight color of the text portion
UnderlineLineFormatILineFormat?ReadGets or sets line formatting for the underline
UnderlineFillFormatIFillFormat?ReadGets or sets fill formatting for the underline
FontBoldNullableBoolRead/WriteIndicates whether the text is bold (true, false, or null)
FontItalicNullableBoolRead/Write
KumimojiNullableBoolRead/WriteToggles kumimoji (small characters) rendering
NormaliseHeightNullableBoolRead/WriteNormalises the height of the text portion
ProofDisabledNullableBoolRead/WriteDisables proofing for the text portion
FontUnderlineTextUnderlineTypeRead/WriteSpecifies the underline style applied to the text
TextCapTypeTextCapTypeRead/WriteDefines the capitalization style of the text
StrikethroughTypeTextStrikethroughTypeRead/WriteDefines the strikethrough style of the text
IsHardUnderlineLineNullableBoolRead/WriteIndicates a hard underline line is used
IsHardUnderlineFillNullableBoolRead/WriteIndicates a hard underline fill is used
FontHeightfloatRead/WriteSets the font size in points
EscapementfloatRead/WriteSets the vertical offset of the text (superscript/subscript)
KerningMinimalSizefloatRead/WriteDefines the minimum font size for kerning
SpacingfloatRead/WriteSets additional spacing between characters
LatinFontIFontData?Read/WriteGets or sets the font used for Latin script text
EastAsianFontIFontData?Read/WriteGets or sets the font for East Asian script text
ComplexScriptFontIFontData?Read/WriteGets or sets the font for complex script text
SymbolFontIFontData?Read/WriteGets or sets the font for symbol characters
LanguageIdstring?Read/WriteSpecifies the language identifier for the text
AlternativeLanguageIdstring?Read/WriteSpecifies an alternative language identifier
SpellCheckNullableBoolRead/WriteEnables or disables spell checking for the text

Methods

SignatureDescription
BasePortionFormat()Initializes a new instance with default formatting

See Also