BasePortionFormat
Přehled
BasePortionFormat je třída v Aspose.Slides FOSS pro Java. Dědici: IBasePortionFormat.
Obvyklé vlastnosti formátování textových částí.
Vlastnosti
| Název: | Typ: | Přístup | Popis: |
|---|---|---|---|
rprElement | Element | Čtěte. | |
lineFormat | ILineFormat | Čtěte. | |
fillFormat | IFillFormat | Čtěte. | |
effectFormat | IEffectFormat | Čtěte. | |
highlightColor | IColorFormat | Čtěte. | |
underlineLineFormat | ILineFormat | Čtěte. | |
underlineFillFormat | IFillFormat | Čtěte. | |
fontBold | NullableBool | Čtěte. | |
fontItalic | NullableBool | Čtěte. | |
kumimoji | NullableBool | Čtěte. | |
normaliseHeight | NullableBool | Čtěte. | |
proofDisabled | NullableBool | Čtěte. | |
fontUnderline | TextUnderlineType | Čtěte. | |
textCapType | TextCapType | Čtěte. | |
strikethroughType | TextStrikethroughType | Čtěte. | |
isHardUnderlineLine | NullableBool | Čtěte. | |
isHardUnderlineFill | NullableBool | Čtěte. | |
fontHeight | float | Čtěte. | |
escapement | float | Čtěte. | |
kerningMinimalSize | float | Čtěte. | |
spacing | float | Čtěte. | |
latinFont | IFontData | Čtěte. | |
eastAsianFont | IFontData | Čtěte. | |
complexScriptFont | IFontData | Čtěte. | |
symbolFont | IFontData | Čtěte. | |
languageId | String | Čtěte. | |
alternativeLanguageId | String | Čtěte. | |
spellCheck | boolean | Čtěte. |
Metody
| Podpis: | Popis: |
|---|---|
BasePortionFormat() | Vytvoří nový BasePortionFormat s odděleným prvkem {@code <a:rPr>}. |
BasePortionFormat(rprElement: Element, saveCallback: Runnable) | Vytvoří nový BasePortionFormat podporovaný daným prvkem {@code <a:rPr>}. |
getRprElement() → Element | Vrátí podkladový {@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) |