IBasePortionFormatEffectiveData class

IBasePortionFormatEffectiveData class

Base interface for immutable objects which contain effective text portion formatting properties.

The IBasePortionFormatEffectiveData type exposes the following members:

Properties

PropertyDescription
line_formatReturns the LineFormat properties for text outlining.
Read-only ILineFormatEffectiveData.
fill_formatReturns the text FillFormat properties.
Read-only IFillFormatEffectiveData.
effect_formatReturns the text EffectFormat properties.
Read-only IEffectFormatEffectiveData.
highlight_colorReturns the color used to highlight a text.
Read-only aspose.pydrawing.Color.
underline_line_formatReturns the LineFormat properties used to outline underline line.
Read-only ILineFormatEffectiveData.
underline_fill_formatReturns the underline line FillFormat properties.
Read-only IFillFormatEffectiveData.
font_boldDetermines whether the font is bold.
Read-only bool.
font_italicDetermines whether the font is itallic.
Read-only bool.
kumimojiDetermines whether the numbers should ignore text eastern language-specific vertical text layout.
Read-only bool.
normalise_heightDetermines whether the height of a text should be normalized.
Read-only bool.
proof_disabledDetermines whether the text shouldn’t be proofed.
Read-only bool.
font_underlineReturns the text underline type.
Read-only TextUnderlineType.
text_cap_typeReturns the type of text capitalization.
Read-only TextCapType.
strikethrough_typeReturns the strikethrough type of a text.
Read-only TextStrikethroughType.
smart_tag_cleanDetermines whether the smart tag should be cleaned.
Read-only bool.
is_hard_underline_lineDetermines whether the underline style has own LineFormat properties or inherits it
from the LineFormat properties of the text.
Read-only bool.
is_hard_underline_fillDetermines whether the underline style has own FillFormat properties or inherits it
from the FillFormat properties of the text.
Read-only bool.
font_heightReturns the font height of a portion.
Read-only float.
latin_fontReturns the Latin font info.
Read-only IFontData.
east_asian_fontReturns the East Asian font info.
Read-only IFontData.
complex_script_fontReturns the complex script font info.
Read-only IFontData.
symbol_fontReturns the symbolic font info.
Read-only IFontData.
escapementReturns the superscript or subscript text.
Value from -100% (subscript) to 100% (superscript).
Read-only float.
kerning_minimal_sizeReturns the minimal font size, for which kerning should be switched on.
Read-only float.
language_idReturns the Id of a language.
Read-only str.
alternative_language_idReturns the Id of an alternative language.
Read-only str.
spacingReturns the intercharacter spacing increment.
Read-only float.

See Also