PropertyCollection (pemegang tempat)
Pengamatan umum
BasePortionFormat adalah kelas di Aspose.Slides FOSS untuk Java. Warisan dari: IBasePortionFormat.
Sifat pemformatan bagian teks umum.
Sifat-sifatnya
| Nama (Inggris) | Jenis | Akses | Deskripsi |
|---|---|---|---|
rprElement | Element | Bacalah. | |
lineFormat | ILineFormat | Bacalah. | |
fillFormat | IFillFormat | Bacalah. | |
effectFormat | IEffectFormat | Bacalah. | |
highlightColor | IColorFormat | Bacalah. | |
underlineLineFormat | ILineFormat | Bacalah. | |
underlineFillFormat | IFillFormat | Bacalah. | |
fontBold | NullableBool | Bacalah. | |
fontItalic | NullableBool | Bacalah. | |
kumimoji | NullableBool | Bacalah. | |
normaliseHeight | NullableBool | Bacalah. | |
proofDisabled | NullableBool | Bacalah. | |
fontUnderline | TextUnderlineType | Bacalah. | |
textCapType | TextCapType | Bacalah. | |
strikethroughType | TextStrikethroughType | Bacalah. | |
isHardUnderlineLine | NullableBool | Bacalah. | |
isHardUnderlineFill | NullableBool | Bacalah. | |
fontHeight | float | Bacalah. | |
escapement | float | Bacalah. | |
kerningMinimalSize | float | Bacalah. | |
spacing | float | Bacalah. | |
latinFont | IFontData | Bacalah. | |
eastAsianFont | IFontData | Bacalah. | |
complexScriptFont | IFontData | Bacalah. | |
symbolFont | IFontData | Bacalah. | |
languageId | String | Bacalah. | |
alternativeLanguageId | String | Bacalah. | |
spellCheck | boolean | Bacalah. |
Metode-metode yang digunakan
| Tanda tangan | Deskripsi |
|---|---|
BasePortionFormat() | Membuat BasePortionFormat baru dengan elemen {@code <a:rPr>} terpisah. |
BasePortionFormat(rprElement: Element, saveCallback: Runnable) | Membuat BasePortionFormat baru yang didukung oleh elemen {@code <a:rPr>}. |
getRprElement() → Element | Mengembalikan elemen XML yang mendasari {@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) |