ChartPortionFormat

ChartPortionFormat

Overview

ChartPortionFormat is a class in Aspose.Slides FOSS for Python. Inherits from: IChartPortionFormat, BasePortionFormat.

Chart portion formatting — wraps <a:defRPr> inside <c:txPr>.

This class provides 1 method for working with ChartPortionFormat objects in Python programs. Available methods include: __init__. All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package. Properties: alternative_language_id, as_i_presentation_component, complex_script_font, east_asian_font, effect_format, escapement, and 24 more.

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_boldNullableBoolRead/WriteDetermines whether the font is bold.
font_italicNullableBoolRead/WriteDetermines whether the font is itallic.
kumimojiNullableBoolRead/WriteDetermines whether the numbers should ignore text eastern language-specific vertical text layout.
normalise_heightNullableBoolRead/WriteDetermines whether the height of a text should be normalized.
proof_disabledNullableBoolRead/WriteDetermines whether the text shouldn’t be proofed.
font_underlineTextUnderlineTypeRead/WriteReturns or sets the text underline type.
text_cap_typeTextCapTypeRead/WriteReturns or sets the type of text capitalization.
strikethrough_typeTextStrikethroughTypeRead/WriteReturns or sets the strikethrough type of a text.
is_hard_underline_lineNullableBoolRead/WriteDetermines whether the underline style has own LineFormat properties or inherits it from the LineFormat properties of the text.
is_hard_underline_fillNullableBoolRead/WriteDetermines whether the underline style has own FillFormat properties or inherits it from the FillFormat properties of the text.
font_heightfloatRead/WriteReturns or sets the font height of a portion.
latin_fontIFontDataRead/WriteReturns or sets the Latin font info.
east_asian_fontIFontDataRead/WriteReturns or sets the East Asian font info.
complex_script_fontIFontDataRead/WriteReturns or sets the complex script font info.
symbol_fontIFontDataRead/WriteReturns or sets the symbolic font info.
escapementfloatRead/WriteReturns or sets the superscript or subscript text.
kerning_minimal_sizefloatRead/WriteReturns or sets the minimal font size, for which kerning should be switched on.
language_idstrRead/WriteReturns or sets the Id of a proofing language.
alternative_language_idstrRead/WriteReturns or sets the Id of an alternative language.
spacingfloatRead/WriteReturns or sets the intercharacter spacing increment.
spell_checkboolRead/WriteGets or sets a value indicating whether spell checking is enabled for the text portion.
as_i_presentation_componentIPresentationComponentReadAllows to get base IPresentationComponent interface.
slideIBaseSlideReadGets the slide.
presentationIPresentationReadGets the presentation.

Methods

SignatureDescription
__init__()

See Also