IBasePortionFormatEffectiveData class
Contents
[
Hide
]IBasePortionFormatEffectiveData class
Base interface for immutable objects which contain effective text portion formatting properties.
The IBasePortionFormatEffectiveData type exposes the following members:
Properties
Property | Description |
---|---|
line_format | Returns the LineFormat properties for text outlining. Read-only ILineFormatEffectiveData . |
fill_format | Returns the text FillFormat properties. Read-only IFillFormatEffectiveData . |
effect_format | Returns the text EffectFormat properties. Read-only IEffectFormatEffectiveData . |
highlight_color | Returns the color used to highlight a text. Read-only aspose.pydrawing.Color. |
underline_line_format | Returns the LineFormat properties used to outline underline line. Read-only ILineFormatEffectiveData . |
underline_fill_format | Returns the underline line FillFormat properties. Read-only IFillFormatEffectiveData . |
font_bold | Determines whether the font is bold. Read-only bool. |
font_italic | Determines whether the font is itallic. Read-only bool. |
kumimoji | Determines whether the numbers should ignore text eastern language-specific vertical text layout. Read-only bool. |
normalise_height | Determines whether the height of a text should be normalized. Read-only bool. |
proof_disabled | Determines whether the text shouldn’t be proofed. Read-only bool. |
font_underline | Returns the text underline type. Read-only TextUnderlineType . |
text_cap_type | Returns the type of text capitalization. Read-only TextCapType . |
strikethrough_type | Returns the strikethrough type of a text. Read-only TextStrikethroughType . |
smart_tag_clean | Determines whether the smart tag should be cleaned. Read-only bool. |
is_hard_underline_line | Determines whether the underline style has own LineFormat properties or inherits it from the LineFormat properties of the text. Read-only bool. |
is_hard_underline_fill | Determines whether the underline style has own FillFormat properties or inherits it from the FillFormat properties of the text. Read-only bool. |
font_height | Returns the font height of a portion. Read-only float. |
latin_font | Returns the Latin font info. Read-only IFontData . |
east_asian_font | Returns the East Asian font info. Read-only IFontData . |
complex_script_font | Returns the complex script font info. Read-only IFontData . |
symbol_font | Returns the symbolic font info. Read-only IFontData . |
escapement | Returns the superscript or subscript text. Value from -100% (subscript) to 100% (superscript). Read-only float. |
kerning_minimal_size | Returns the minimal font size, for which kerning should be switched on. Read-only float. |
language_id | Returns the Id of a language. Read-only str. |
alternative_language_id | Returns the Id of an alternative language. Read-only str. |
spacing | Returns the intercharacter spacing increment. Read-only float. |
See Also
- module
aspose.slides
- library
Aspose.Slides