PropertyCollection (pemegang tempat)

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)JenisAksesDeskripsi
rprElementElementBacalah.
lineFormatILineFormatBacalah.
fillFormatIFillFormatBacalah.
effectFormatIEffectFormatBacalah.
highlightColorIColorFormatBacalah.
underlineLineFormatILineFormatBacalah.
underlineFillFormatIFillFormatBacalah.
fontBoldNullableBoolBacalah.
fontItalicNullableBoolBacalah.
kumimojiNullableBoolBacalah.
normaliseHeightNullableBoolBacalah.
proofDisabledNullableBoolBacalah.
fontUnderlineTextUnderlineTypeBacalah.
textCapTypeTextCapTypeBacalah.
strikethroughTypeTextStrikethroughTypeBacalah.
isHardUnderlineLineNullableBoolBacalah.
isHardUnderlineFillNullableBoolBacalah.
fontHeightfloatBacalah.
escapementfloatBacalah.
kerningMinimalSizefloatBacalah.
spacingfloatBacalah.
latinFontIFontDataBacalah.
eastAsianFontIFontDataBacalah.
complexScriptFontIFontDataBacalah.
symbolFontIFontDataBacalah.
languageIdStringBacalah.
alternativeLanguageIdStringBacalah.
spellCheckbooleanBacalah.

Metode-metode yang digunakan

Tanda tanganDeskripsi
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()ElementMengembalikan 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)
 Bahasa Indonesia