BasePortionFormat
General
BasePortionFormat is a class in Aspose.Slides FOSS for Java.
Inherits from: IBasePortionFormat.
BasePortionFormat és una classe en Aspose.Slides FOSS per a Java. És heretat de: ゚IBasePortionFormat⌒ .
Propietats de formatació de parts de text comunes.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
rprElement | Element | Read | |
lineFormat | ILineFormat | Read | |
fillFormat | IFillFormat | Read | |
effectFormat | IEffectFormat | Read | |
highlightColor | IColorFormat | Read | |
underlineLineFormat | ILineFormat | Read | |
underlineFillFormat | IFillFormat | Read | |
fontBold | NullableBool | Read | |
fontItalic | NullableBool | Read | |
kumimoji | NullableBool | Read | |
normaliseHeight | NullableBool | Read | |
proofDisabled | NullableBool | Read | |
fontUnderline | TextUnderlineType | Read | |
textCapType | TextCapType | Read | |
strikethroughType | TextStrikethroughType | Read | |
isHardUnderlineLine | NullableBool | Read | |
isHardUnderlineFill | NullableBool | Read | |
fontHeight | float | Read | |
escapement | float | Read | |
kerningMinimalSize | float | Read | |
spacing | float | Read | |
latinFont | IFontData | Read | |
eastAsianFont | IFontData | Read | |
complexScriptFont | IFontData | Read | |
symbolFont | IFontData | Read | |
languageId | String | Read | |
alternativeLanguageId | String | Read | |
spellCheck | boolean | Read |
Mètodes
| Signature | Description |
|---|---|
BasePortionFormat() | Creates a new BasePortionFormat with a detached {@code <a:rPr>} element. |
BasePortionFormat(rprElement: Element, saveCallback: Runnable) | Creates a new BasePortionFormat backed by the given {@code <a:rPr>} element. |
getRprElement() → Element | Returns the underlying {@code <a:rPr>} XML element. |
getLineFormat() → ILineFormat | |
getFillFormat() → IFillFormat | |
getEffectFormat() → IEffectFormat | |
getHighlightColor() → IColorFormat | |
getUnderlineLineFormat() → ILineFormat | |
getUnderlineFillFormat() → IFillFormat | |
getFontBold() → NullableBool | |
setFontBold(value: NullableBool) | |
getFontItalic() → NullableBool | |
setFontItalic(value: NullableBool) | |
getKumimoji() → NullableBool | |
setKumimoji(value: NullableBool) | |
getNormaliseHeight() → NullableBool | |
setNormaliseHeight(value: NullableBool) | |
getProofDisabled() → NullableBool | |
setProofDisabled(value: NullableBool) | |
getFontUnderline() → TextUnderlineType | |
setFontUnderline(value: TextUnderlineType) | |
getTextCapType() → TextCapType | |
setTextCapType(value: TextCapType) | |
getStrikethroughType() → TextStrikethroughType | |
setStrikethroughType(value: TextStrikethroughType) | |
getIsHardUnderlineLine() → NullableBool | |
setIsHardUnderlineLine(value: NullableBool) | |
getIsHardUnderlineFill() → NullableBool | |
setIsHardUnderlineFill(value: NullableBool) | |
getFontHeight() → float | |
setFontHeight(value: float) | |
getEscapement() → float | |
setEscapement(value: float) | |
getKerningMinimalSize() → float | |
setKerningMinimalSize(value: float) | |
getSpacing() → float | |
setSpacing(value: float) | |
getLatinFont() → IFontData | |
setLatinFont(value: IFontData) | |
getEastAsianFont() → IFontData | |
setEastAsianFont(value: IFontData) | |
getComplexScriptFont() → IFontData | |
setComplexScriptFont(value: IFontData) | |
getSymbolFont() → IFontData | |
setSymbolFont(value: IFontData) | |
getLanguageId() → String | |
setLanguageId(value: String) | |
getAlternativeLanguageId() → String | |
setAlternativeLanguageId(value: String) | |
getSpellCheck() → boolean | |
setSpellCheck(value: boolean) |