BasePortionFormat

Přehled

BasePortionFormat je třída v Aspose.Slides FOSS pro Java. Dědici: IBasePortionFormat.

Obvyklé vlastnosti formátování textových částí.

Vlastnosti

Název:Typ:PřístupPopis:
rprElementElementČtěte.
lineFormatILineFormatČtěte.
fillFormatIFillFormatČtěte.
effectFormatIEffectFormatČtěte.
highlightColorIColorFormatČtěte.
underlineLineFormatILineFormatČtěte.
underlineFillFormatIFillFormatČtěte.
fontBoldNullableBoolČtěte.
fontItalicNullableBoolČtěte.
kumimojiNullableBoolČtěte.
normaliseHeightNullableBoolČtěte.
proofDisabledNullableBoolČtěte.
fontUnderlineTextUnderlineTypeČtěte.
textCapTypeTextCapTypeČtěte.
strikethroughTypeTextStrikethroughTypeČtěte.
isHardUnderlineLineNullableBoolČtěte.
isHardUnderlineFillNullableBoolČtěte.
fontHeightfloatČtěte.
escapementfloatČtěte.
kerningMinimalSizefloatČtěte.
spacingfloatČtěte.
latinFontIFontDataČtěte.
eastAsianFontIFontDataČtěte.
complexScriptFontIFontDataČtěte.
symbolFontIFontDataČtěte.
languageIdStringČtěte.
alternativeLanguageIdStringČtěte.
spellCheckbooleanČtěte.

Metody

Podpis:Popis:
BasePortionFormat()Vytvoří nový BasePortionFormat s odděleným prvkem {@code <a:rPr>}.
BasePortionFormat(rprElement: Element, saveCallback: Runnable)Vytvoří nový BasePortionFormat podporovaný daným prvkem {@code <a:rPr>}.
getRprElement()ElementVrátí podkladový {@code <a:rPr>} XML element.
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)
 Čeština