BasePortionFormat

Übersicht über die

BasePortionFormat ist eine Klasse in Aspose.Slides FOSS für Java. Erben von: IBasePortionFormat.

Allgemeine Eigenschaften der Formatierung von Textteilen.

Eigenschaften

Name der PersonTyp derZugang zu den InformationenBeschreibung
rprElementElementLesen Sie .
lineFormatILineFormatLesen Sie .
fillFormatIFillFormatLesen Sie .
effectFormatIEffectFormatLesen Sie .
highlightColorIColorFormatLesen Sie .
underlineLineFormatILineFormatLesen Sie .
underlineFillFormatIFillFormatLesen Sie .
fontBoldNullableBoolLesen Sie .
fontItalicNullableBoolLesen Sie .
kumimojiNullableBoolLesen Sie .
normaliseHeightNullableBoolLesen Sie .
proofDisabledNullableBoolLesen Sie .
fontUnderlineTextUnderlineTypeLesen Sie .
textCapTypeTextCapTypeLesen Sie .
strikethroughTypeTextStrikethroughTypeLesen Sie .
isHardUnderlineLineNullableBoolLesen Sie .
isHardUnderlineFillNullableBoolLesen Sie .
fontHeightfloatLesen Sie .
escapementfloatLesen Sie .
kerningMinimalSizefloatLesen Sie .
spacingfloatLesen Sie .
latinFontIFontDataLesen Sie .
eastAsianFontIFontDataLesen Sie .
complexScriptFontIFontDataLesen Sie .
symbolFontIFontDataLesen Sie .
languageIdStringLesen Sie .
alternativeLanguageIdStringLesen Sie .
spellCheckbooleanLesen Sie .

Methoden und Verfahren

UnterzeichnungBeschreibung
BasePortionFormat()Erstellt ein neues BasePortionFormat mit einem abgetrennten {@code <a:rPr>} Element.
BasePortionFormat(rprElement: Element, saveCallback: Runnable)Erstellt ein neues BasePortionFormat, das durch das angegebene Element {@code <a:rPr>} unterstützt wird.
getRprElement()ElementGibt das zugrunde liegende {@code <a:rPr>} XML-Element zurück.
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)
 Deutsch