- Não, não.

- 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:AcessosDescrição:
rprElementElementLeia.
lineFormatILineFormatLeia.
fillFormatIFillFormatLeia.
effectFormatIEffectFormatLeia.
highlightColorIColorFormatLeia.
underlineLineFormatILineFormatLeia.
underlineFillFormatIFillFormatLeia.
fontBoldNullableBoolLeia.
fontItalicNullableBoolLeia.
kumimojiNullableBoolLeia.
normaliseHeightNullableBoolLeia.
proofDisabledNullableBoolLeia.
fontUnderlineTextUnderlineTypeLeia.
textCapTypeTextCapTypeLeia.
strikethroughTypeTextStrikethroughTypeLeia.
isHardUnderlineLineNullableBoolLeia.
isHardUnderlineFillNullableBoolLeia.
fontHeightfloatLeia.
escapementfloatLeia.
kerningMinimalSizefloatLeia.
spacingfloatLeia.
latinFontIFontDataLeia.
eastAsianFontIFontDataLeia.
complexScriptFontIFontDataLeia.
symbolFontIFontDataLeia.
languageIdStringLeia.
alternativeLanguageIdStringLeia.
spellCheckbooleanLeia.

Métodos de avaliação

AssinaturaDescriçã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()ElementRetorna 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)
 Português