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
| 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/Write | Determines whether the font is bold. |
font_italic | NullableBool | Read/Write | Determines whether the font is itallic. |
kumimoji | NullableBool | Read/Write | Determines whether the numbers should ignore text eastern language-specific vertical text layout. |
normalise_height | NullableBool | Read/Write | Determines whether the height of a text should be normalized. |
proof_disabled | NullableBool | Read/Write | Determines whether the text shouldn’t be proofed. |
font_underline | TextUnderlineType | Read/Write | Returns or sets the text underline type. |
text_cap_type | TextCapType | Read/Write | Returns or sets the type of text capitalization. |
strikethrough_type | TextStrikethroughType | Read/Write | Returns or sets the strikethrough type of a text. |
is_hard_underline_line | NullableBool | Read/Write | 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/Write | Determines whether the underline style has own FillFormat properties or inherits it from the FillFormat properties of the text. |
font_height | float | Read/Write | Returns or sets the font height of a portion. |
latin_font | IFontData | Read/Write | Returns or sets the Latin font info. |
east_asian_font | IFontData | Read/Write | Returns or sets the East Asian font info. |
complex_script_font | IFontData | Read/Write | Returns or sets the complex script font info. |
symbol_font | IFontData | Read/Write | Returns or sets the symbolic font info. |
escapement | float | Read/Write | Returns or sets the superscript or subscript text. |
kerning_minimal_size | float | Read/Write | Returns or sets the minimal font size, for which kerning should be switched on. |
language_id | str | Read/Write | Returns or sets the Id of a proofing language. |
alternative_language_id | str | Read/Write | Returns or sets the Id of an alternative language. |
spacing | float | Read/Write | Returns or sets the intercharacter spacing increment. |
spell_check | bool | Read/Write | Gets or sets a value indicating whether spell checking is enabled for the text portion. |
as_i_presentation_component | IPresentationComponent | Read | Allows to get base IPresentationComponent interface. |
slide | IBaseSlide | Read | Gets the slide. |
presentation | IPresentation | Read | Gets the presentation. |
Methods
| Signature | Description |
|---|---|
__init__() |