TableCell - A helyfogadó.
Összefoglaló
BasePortionFormat egy osztály a Aspose.Slides FOSS-ban Java számára. Az örökölők: IBasePortionFormat.
Közös szövegrészek formázási tulajdonságai.
A tulajdonságok
| A neve: | A típus: | Hozzáférés | Leírás |
|---|---|---|---|
rprElement | Element | Olvasd! | |
lineFormat | ILineFormat | Olvasd! | |
fillFormat | IFillFormat | Olvasd! | |
effectFormat | IEffectFormat | Olvasd! | |
highlightColor | IColorFormat | Olvasd! | |
underlineLineFormat | ILineFormat | Olvasd! | |
underlineFillFormat | IFillFormat | Olvasd! | |
fontBold | NullableBool | Olvasd! | |
fontItalic | NullableBool | Olvasd! | |
kumimoji | NullableBool | Olvasd! | |
normaliseHeight | NullableBool | Olvasd! | |
proofDisabled | NullableBool | Olvasd! | |
fontUnderline | TextUnderlineType | Olvasd! | |
textCapType | TextCapType | Olvasd! | |
strikethroughType | TextStrikethroughType | Olvasd! | |
isHardUnderlineLine | NullableBool | Olvasd! | |
isHardUnderlineFill | NullableBool | Olvasd! | |
fontHeight | float | Olvasd! | |
escapement | float | Olvasd! | |
kerningMinimalSize | float | Olvasd! | |
spacing | float | Olvasd! | |
latinFont | IFontData | Olvasd! | |
eastAsianFont | IFontData | Olvasd! | |
complexScriptFont | IFontData | Olvasd! | |
symbolFont | IFontData | Olvasd! | |
languageId | String | Olvasd! | |
alternativeLanguageId | String | Olvasd! | |
spellCheck | boolean | Olvasd! |
Módszerek
| Az aláírás: | Leírás |
|---|---|
BasePortionFormat() | Új BasePortionFormat elemet hoz létre, amelyhez egy elkülönített {@code <a:rPr>} element is tartozik. |
BasePortionFormat(rprElement: Element, saveCallback: Runnable) | Új BasePortionFormat elemet hoz létre, amelyet a megadott {@code <a:rPr>} element támogat. |
getRprElement() → Element | Visszaadja az alapul szolgáló {@code <a:rPr>} XML elemet. |
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) |