VertexDeclaration{/i:
Približni podaci
BasePortionFormat je klasa u Aspose.Slides FOSS za Java. Nasljednici od: IBasePortionFormat.
Opće osobine oblikovanja tekstnih dijelova.
Oznake i značajke
| Izvršni datum: | Iznos: | Prihvat | Opisivanje |
|---|---|---|---|
rprElement | Element | Čitaj. | |
lineFormat | ILineFormat | Čitaj. | |
fillFormat | IFillFormat | Čitaj. | |
effectFormat | IEffectFormat | Čitaj. | |
highlightColor | IColorFormat | Čitaj. | |
underlineLineFormat | ILineFormat | Čitaj. | |
underlineFillFormat | IFillFormat | Čitaj. | |
fontBold | NullableBool | Čitaj. | |
fontItalic | NullableBool | Čitaj. | |
kumimoji | NullableBool | Čitaj. | |
normaliseHeight | NullableBool | Čitaj. | |
proofDisabled | NullableBool | Čitaj. | |
fontUnderline | TextUnderlineType | Čitaj. | |
textCapType | TextCapType | Čitaj. | |
strikethroughType | TextStrikethroughType | Čitaj. | |
isHardUnderlineLine | NullableBool | Čitaj. | |
isHardUnderlineFill | NullableBool | Čitaj. | |
fontHeight | float | Čitaj. | |
escapement | float | Čitaj. | |
kerningMinimalSize | float | Čitaj. | |
spacing | float | Čitaj. | |
latinFont | IFontData | Čitaj. | |
eastAsianFont | IFontData | Čitaj. | |
complexScriptFont | IFontData | Čitaj. | |
symbolFont | IFontData | Čitaj. | |
languageId | String | Čitaj. | |
alternativeLanguageId | String | Čitaj. | |
spellCheck | boolean | Čitaj. |
Metoda za primjenu
| Potpis | Opisivanje |
|---|---|
BasePortionFormat() | Stvara novi BasePortionFormat s odvojenim elementom {@code <a:rPr>}. |
BasePortionFormat(rprElement: Element, saveCallback: Runnable) | Stvara novi BasePortionFormat podržan datim elementom {@code <a:rPr>}. |
getRprElement() → Element | Vrati osnovni XML element {@code <a:rPr>}. |
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) |