IBasePortionFormat

IBasePortionFormat — Aspose.Slides FOSS Python API Reference

Overview

IBasePortionFormat defines formatting options for i base portion. Browse the properties and methods in the tables below to understand the complete public API surface of this type. All members listed here are part of the stable public API and may be used in production code targeting the FOSS edition. Refer to the package documentation for installation instructions and a complete list of related types.

Package: aspose.slides_foss


Properties

PropertyTypeAccessDescription
line_formatILineFormatRead-onlyThe line_format value.
fill_formatIFillFormatRead-onlyThe fill_format value.
effect_formatIEffectFormatRead-onlyThe effect_format value.
highlight_colorIColorFormatRead-onlyThe highlight_color value.
underline_line_formatILineFormatRead-onlyThe underline_line_format value.
underline_fill_formatIFillFormatRead-onlyThe underline_fill_format value.
font_boldNullableBoolRead / WriteWhether font_bold is enabled.
font_italicNullableBoolRead / WriteWhether font_italic is enabled.
kumimojiNullableBoolRead / WriteWhether kumimoji is enabled.
normalise_heightNullableBoolRead / WriteWhether normalise_height is enabled.
proof_disabledNullableBoolRead / WriteWhether proof_disabled is enabled.
font_underlineTextUnderlineTypeRead / WriteThe font_underline value.
text_cap_typeTextCapTypeRead / WriteThe text_cap_type value.
strikethrough_typeTextStrikethroughTypeRead / WriteThe strikethrough_type value.
is_hard_underline_lineNullableBoolRead / WriteWhether the _hard_underline_line flag is set.
is_hard_underline_fillNullableBoolRead / WriteWhether the _hard_underline_fill flag is set.
font_heightfloatRead / WriteThe font_height value.
latin_fontIFontDataRead / WriteThe latin_font value.
east_asian_fontIFontDataRead / WriteThe east_asian_font value.
complex_script_fontIFontDataRead / WriteThe complex_script_font value.
symbol_fontIFontDataRead / WriteThe symbol_font value.
escapementfloatRead / WriteThe escapement value.
kerning_minimal_sizefloatRead / WriteThe kerning_minimal_size value.
language_idstrRead / WriteThe language_id value.
alternative_language_idstrRead / WriteThe alternative_language_id value.
spacingfloatRead / WriteThe spacing value.
spell_checkboolRead / WriteWhether spell_check is enabled.

See Also