IBasePortionFormat — Aspose.Slides FOSS Java API Reference
IBasePortionFormat — Represents common text portion formatting properties.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
lineFormat | ILineFormat | Read/Write | |
fillFormat | IFillFormat | Read/Write | |
effectFormat | IEffectFormat | Read/Write | |
highlightColor | IColorFormat | Read/Write | |
underlineLineFormat | ILineFormat | Read/Write | |
underlineFillFormat | IFillFormat | Read/Write | |
fontBold | NullableBool | Read/Write | |
fontItalic | NullableBool | Read/Write | |
kumimoji | NullableBool | Read/Write | |
normaliseHeight | NullableBool | Read/Write | |
proofDisabled | NullableBool | Read/Write | |
fontUnderline | TextUnderlineType | Read/Write | |
textCapType | TextCapType | Read/Write | |
strikethroughType | TextStrikethroughType | Read/Write | |
isHardUnderlineLine | NullableBool | Read/Write | |
isHardUnderlineFill | NullableBool | Read/Write | |
fontHeight | float | Read/Write | |
escapement | float | Read/Write | |
kerningMinimalSize | float | Read/Write | |
spacing | float | Read/Write | |
latinFont | IFontData | Read/Write | |
eastAsianFont | IFontData | Read/Write | |
complexScriptFont | IFontData | Read/Write | |
symbolFont | IFontData | Read/Write | |
languageId | String | Read/Write | |
alternativeLanguageId | String | Read/Write | |
spellCheck | boolean | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
getLineFormat() | ILineFormat | Returns the LineFormat properties for text outlining. |
getFillFormat() | IFillFormat | Returns the text FillFormat properties. |
getEffectFormat() | IEffectFormat | Returns the text EffectFormat properties. |
getHighlightColor() | IColorFormat | Returns the color used to highlight a text. |
getUnderlineLineFormat() | ILineFormat | Returns the LineFormat properties used to outline underline line. |
getUnderlineFillFormat() | IFillFormat | Returns the underline line FillFormat properties. |
getFontBold() | NullableBool | Determines whether the font is bold. |
setFontBold(NullableBool value) | void | Sets whether the font is bold. |
getFontItalic() | NullableBool | Determines whether the font is italic. |
setFontItalic(NullableBool value) | void | Sets whether the font is italic. |
getKumimoji() | NullableBool | Determines whether the numbers should ignore text eastern language-specific vertical text layout. |
setKumimoji(NullableBool value) | void | Sets whether the numbers should ignore text eastern language-specific vertical text layout. |
getNormaliseHeight() | NullableBool | Determines whether the height of a text should be normalized. |
setNormaliseHeight(NullableBool value) | void | Sets whether the height of a text should be normalized. |
getProofDisabled() | NullableBool | Determines whether the text shouldn’t be proofed. |
setProofDisabled(NullableBool value) | void | Sets whether the text shouldn’t be proofed. |
getFontUnderline() | TextUnderlineType | Returns the text underline type. |
setFontUnderline(TextUnderlineType value) | void | Sets the text underline type. |
getTextCapType() | TextCapType | Returns the type of text capitalization. |
setTextCapType(TextCapType value) | void | Sets the type of text capitalization. |
getStrikethroughType() | TextStrikethroughType | Returns the strikethrough type of a text. |
setStrikethroughType(TextStrikethroughType value) | void | Sets the strikethrough type of a text. |
getIsHardUnderlineLine() | NullableBool | Determines whether the underline style has own LineFormat properties or inherits from text. |
setIsHardUnderlineLine(NullableBool value) | void | Sets whether the underline style has own LineFormat properties or inherits from text. |
getIsHardUnderlineFill() | NullableBool | Determines whether the underline style has own FillFormat properties or inherits from text. |
setIsHardUnderlineFill(NullableBool value) | void | Sets whether the underline style has own FillFormat properties or inherits from text. |
getFontHeight() | float | Returns the font height of a portion. |
setFontHeight(float value) | void | Sets the font height of a portion. |
getEscapement() | float | Returns the superscript or subscript text value from -100% (subscript) to 100% (superscript). |
setEscapement(float value) | void | Sets the superscript or subscript text value. |
getKerningMinimalSize() | float | Returns the minimal font size for which kerning should be switched on. |
setKerningMinimalSize(float value) | void | Sets the minimal font size for which kerning should be switched on. |
getSpacing() | float | Returns the intercharacter spacing increment. |
setSpacing(float value) | void | Sets the intercharacter spacing increment. |
getLatinFont() | IFontData | Returns the Latin font info. |
setLatinFont(IFontData value) | void | Sets the Latin font info. |
getEastAsianFont() | IFontData | Returns the East Asian font info. |
setEastAsianFont(IFontData value) | void | Sets the East Asian font info. |
getComplexScriptFont() | IFontData | Returns the complex script font info. |
setComplexScriptFont(IFontData value) | void | Sets the complex script font info. |
getSymbolFont() | IFontData | Returns the symbolic font info. |
setSymbolFont(IFontData value) | void | Sets the symbolic font info. |
getLanguageId() | String | Returns the Id of a proofing language. |
setLanguageId(String value) | void | Sets the Id of a proofing language. |
getAlternativeLanguageId() | String | Returns the Id of an alternative language. |
setAlternativeLanguageId(String value) | void | Sets the Id of an alternative language. |
getSpellCheck() | boolean | Gets a value indicating whether spell checking is enabled for the text portion. |
setSpellCheck(boolean value) | void | Sets a value indicating whether spell checking is enabled for the text portion. |