BasePortionFormat

General

BasePortionFormat is a class in Aspose.Slides FOSS for Java. Inherits from: IBasePortionFormat.

BasePortionFormat és una classe en Aspose.Slides FOSS per a Java. És heretat de: ゚IBasePortionFormat⌒ .

Propietats de formatació de parts de text comunes.

Propietats

NameTypeAccessDescription
rprElementElementRead
lineFormatILineFormatRead
fillFormatIFillFormatRead
effectFormatIEffectFormatRead
highlightColorIColorFormatRead
underlineLineFormatILineFormatRead
underlineFillFormatIFillFormatRead
fontBoldNullableBoolRead
fontItalicNullableBoolRead
kumimojiNullableBoolRead
normaliseHeightNullableBoolRead
proofDisabledNullableBoolRead
fontUnderlineTextUnderlineTypeRead
textCapTypeTextCapTypeRead
strikethroughTypeTextStrikethroughTypeRead
isHardUnderlineLineNullableBoolRead
isHardUnderlineFillNullableBoolRead
fontHeightfloatRead
escapementfloatRead
kerningMinimalSizefloatRead
spacingfloatRead
latinFontIFontDataRead
eastAsianFontIFontDataRead
complexScriptFontIFontDataRead
symbolFontIFontDataRead
languageIdStringRead
alternativeLanguageIdStringRead
spellCheckbooleanRead

Mètodes

SignatureDescription
BasePortionFormat()Creates a new BasePortionFormat with a detached {@code <a:rPr>} element.
BasePortionFormat(rprElement: Element, saveCallback: Runnable)Creates a new BasePortionFormat backed by the given {@code <a:rPr>} element.
getRprElement()ElementReturns the underlying {@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)
 Català