- Não, não.
Resumo geral
BasePortionFormat é uma classe em Aspose.Slides FOSS para Java. Herdeiros de: IBasePortionFormat.
Propriedades comuns de formatação da parte do texto.
Propriedades
| Nome: | Tipo de veículo: | Acessos | Descrição: |
|---|---|---|---|
rprElement | Element | Leia. | |
lineFormat | ILineFormat | Leia. | |
fillFormat | IFillFormat | Leia. | |
effectFormat | IEffectFormat | Leia. | |
highlightColor | IColorFormat | Leia. | |
underlineLineFormat | ILineFormat | Leia. | |
underlineFillFormat | IFillFormat | Leia. | |
fontBold | NullableBool | Leia. | |
fontItalic | NullableBool | Leia. | |
kumimoji | NullableBool | Leia. | |
normaliseHeight | NullableBool | Leia. | |
proofDisabled | NullableBool | Leia. | |
fontUnderline | TextUnderlineType | Leia. | |
textCapType | TextCapType | Leia. | |
strikethroughType | TextStrikethroughType | Leia. | |
isHardUnderlineLine | NullableBool | Leia. | |
isHardUnderlineFill | NullableBool | Leia. | |
fontHeight | float | Leia. | |
escapement | float | Leia. | |
kerningMinimalSize | float | Leia. | |
spacing | float | Leia. | |
latinFont | IFontData | Leia. | |
eastAsianFont | IFontData | Leia. | |
complexScriptFont | IFontData | Leia. | |
symbolFont | IFontData | Leia. | |
languageId | String | Leia. | |
alternativeLanguageId | String | Leia. | |
spellCheck | boolean | Leia. |
Métodos de avaliação
| Assinatura | Descrição: |
|---|---|
BasePortionFormat() | Cria um novo BasePortionFormat com um elemento separado {@code <a:rPr>}. |
BasePortionFormat(rprElement: Element, saveCallback: Runnable) | Cria um novo BasePortionFormat apoiado pelo elemento {@code <a:rPr>} dado. |
getRprElement() → Element | Retorna o elemento XML subjacente {@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) |