BasePortionFormat
Overview
BasePortionFormat is a class in Aspose.Slides FOSS for Python.
Inherits from: PVIObject, IBasePortionFormat.
Common text portion formatting properties.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
line_format | ILineFormat | Read | Returns the LineFormat properties for text outlining. |
fill_format | IFillFormat | Read | Returns the text FillFormat properties. |
effect_format | IEffectFormat | Read | Returns the text EffectFormat properties. |
highlight_color | IColorFormat | Read | Returns the color used to highlight a text. |
underline_line_format | ILineFormat | Read | Returns the LineFormat properties used to outline underline line. |
underline_fill_format | IFillFormat | Read | Returns the underline line FillFormat properties. |
font_bold | NullableBool | Read | Determines whether the font is bold. |
font_italic | NullableBool | Read | Determines whether the font is itallic. |
kumimoji | NullableBool | Read | Determines whether the numbers should ignore text eastern language-specific vertical text layout. |
normalise_height | NullableBool | Read | Determines whether the height of a text should be normalized. |
proof_disabled | NullableBool | Read | Determines whether the text shouldn’t be proofed. |
font_underline | TextUnderlineType | Read | Returns or sets the text underline type. |
text_cap_type | TextCapType | Read | Returns or sets the type of text capitalization. |
strikethrough_type | TextStrikethroughType | Read | Returns or sets the strikethrough type of a text. |
is_hard_underline_line | NullableBool | Read | Determines whether the underline style has own LineFormat properties or inherits it from the LineFormat properties of the text. |
is_hard_underline_fill | NullableBool | Read | Determines whether the underline style has own FillFormat properties or inherits it from the FillFormat properties of the text. |
font_height | float | Read | Returns or sets the font height of a portion. |
escapement | float | Read | Returns or sets the superscript or subscript text. |
kerning_minimal_size | float | Read | Returns or sets the minimal font size, for which kerning should be switched on. |
spacing | float | Read | Returns or sets the intercharacter spacing increment. |
latin_font | IFontData | Read | Returns or sets the Latin font info. |
east_asian_font | IFontData | Read | Returns or sets the East Asian font info. |
complex_script_font | IFontData | Read | Returns or sets the complex script font info. |
symbol_font | IFontData | Read | Returns or sets the symbolic font info. |
language_id | str | Read | Returns or sets the Id of a proofing language. |
alternative_language_id | str | Read | Returns or sets the Id of an alternative language. |
spell_check | bool | Read | Gets or sets a value indicating whether spell checking is enabled for the text portion. |
Methods
| Signature | Description |
|---|---|
__init__() |