BasePortionFormat

BasePortionFormat

Overview

BasePortionFormat is a class in Aspose.Slides FOSS for Python. Inherits from: PVIObject, IBasePortionFormat.

Common text portion formatting properties.

Properties

NameTypeAccessDescription
line_formatILineFormatReadReturns the LineFormat properties for text outlining.
fill_formatIFillFormatReadReturns the text FillFormat properties.
effect_formatIEffectFormatReadReturns the text EffectFormat properties.
highlight_colorIColorFormatReadReturns the color used to highlight a text.
underline_line_formatILineFormatReadReturns the LineFormat properties used to outline underline line.
underline_fill_formatIFillFormatReadReturns the underline line FillFormat properties.
font_boldNullableBoolReadDetermines whether the font is bold.
font_italicNullableBoolReadDetermines whether the font is itallic.
kumimojiNullableBoolReadDetermines whether the numbers should ignore text eastern language-specific vertical text layout.
normalise_heightNullableBoolReadDetermines whether the height of a text should be normalized.
proof_disabledNullableBoolReadDetermines whether the text shouldn’t be proofed.
font_underlineTextUnderlineTypeReadReturns or sets the text underline type.
text_cap_typeTextCapTypeReadReturns or sets the type of text capitalization.
strikethrough_typeTextStrikethroughTypeReadReturns or sets the strikethrough type of a text.
is_hard_underline_lineNullableBoolReadDetermines whether the underline style has own LineFormat properties or inherits it from the LineFormat properties of the text.
is_hard_underline_fillNullableBoolReadDetermines whether the underline style has own FillFormat properties or inherits it from the FillFormat properties of the text.
font_heightfloatReadReturns or sets the font height of a portion.
escapementfloatReadReturns or sets the superscript or subscript text.
kerning_minimal_sizefloatReadReturns or sets the minimal font size, for which kerning should be switched on.
spacingfloatReadReturns or sets the intercharacter spacing increment.
latin_fontIFontDataReadReturns or sets the Latin font info.
east_asian_fontIFontDataReadReturns or sets the East Asian font info.
complex_script_fontIFontDataReadReturns or sets the complex script font info.
symbol_fontIFontDataReadReturns or sets the symbolic font info.
language_idstrReadReturns or sets the Id of a proofing language.
alternative_language_idstrReadReturns or sets the Id of an alternative language.
spell_checkboolReadGets or sets a value indicating whether spell checking is enabled for the text portion.

Methods

SignatureDescription
__init__()

See Also