BasePortionFormat — Aspose.Slides FOSS Java API Reference
BasePortionFormat — Common text portion formatting properties. Inherits from: IBasePortionFormat.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
rprElement | Element | Read/Write | |
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 |
|---|---|---|
getRprElement() | Element | Returns the underlying <a:rPr> XML element. |
getLineFormat() | ILineFormat | |
getFillFormat() | IFillFormat | |
getEffectFormat() | IEffectFormat | |
getHighlightColor() | IColorFormat | |
getUnderlineLineFormat() | ILineFormat | |
getUnderlineFillFormat() | IFillFormat | |
getFontBold() | NullableBool | |
setFontBold(NullableBool value) | void | |
getFontItalic() | NullableBool | |
setFontItalic(NullableBool value) | void | |
getKumimoji() | NullableBool | |
setKumimoji(NullableBool value) | void | |
getNormaliseHeight() | NullableBool | |
setNormaliseHeight(NullableBool value) | void | |
getProofDisabled() | NullableBool | |
setProofDisabled(NullableBool value) | void | |
getFontUnderline() | TextUnderlineType | |
setFontUnderline(TextUnderlineType value) | void | |
getTextCapType() | TextCapType | |
setTextCapType(TextCapType value) | void | |
getStrikethroughType() | TextStrikethroughType | |
setStrikethroughType(TextStrikethroughType value) | void | |
getIsHardUnderlineLine() | NullableBool | |
setIsHardUnderlineLine(NullableBool value) | void | |
getIsHardUnderlineFill() | NullableBool | |
setIsHardUnderlineFill(NullableBool value) | void | |
getFontHeight() | float | |
setFontHeight(float value) | void | |
getEscapement() | float | |
setEscapement(float value) | void | |
getKerningMinimalSize() | float | |
setKerningMinimalSize(float value) | void | |
getSpacing() | float | |
setSpacing(float value) | void | |
getLatinFont() | IFontData | |
setLatinFont(IFontData value) | void | |
getEastAsianFont() | IFontData | |
setEastAsianFont(IFontData value) | void | |
getComplexScriptFont() | IFontData | |
setComplexScriptFont(IFontData value) | void | |
getSymbolFont() | IFontData | |
setSymbolFont(IFontData value) | void | |
getLanguageId() | String | |
setLanguageId(String value) | void | |
getAlternativeLanguageId() | String | |
setAlternativeLanguageId(String value) | void | |
getSpellCheck() | boolean | |
setSpellCheck(boolean value) | void |