BasePortionFormat

Oversigt over de forskellige former for støtte

BasePortionFormat er en klasse i Aspose.Slides FOSS for Java. Arvelige af: IBasePortionFormat.

Fælles tekstdelformattingsegenskaber.

Egenskaber

Udtrykt:Type:Tilgang tilBeskrivelse:
rprElementElementLæs det.
lineFormatILineFormatLæs det.
fillFormatIFillFormatLæs det.
effectFormatIEffectFormatLæs det.
highlightColorIColorFormatLæs det.
underlineLineFormatILineFormatLæs det.
underlineFillFormatIFillFormatLæs det.
fontBoldNullableBoolLæs det.
fontItalicNullableBoolLæs det.
kumimojiNullableBoolLæs det.
normaliseHeightNullableBoolLæs det.
proofDisabledNullableBoolLæs det.
fontUnderlineTextUnderlineTypeLæs det.
textCapTypeTextCapTypeLæs det.
strikethroughTypeTextStrikethroughTypeLæs det.
isHardUnderlineLineNullableBoolLæs det.
isHardUnderlineFillNullableBoolLæs det.
fontHeightfloatLæs det.
escapementfloatLæs det.
kerningMinimalSizefloatLæs det.
spacingfloatLæs det.
latinFontIFontDataLæs det.
eastAsianFontIFontDataLæs det.
complexScriptFontIFontDataLæs det.
symbolFontIFontDataLæs det.
languageIdStringLæs det.
alternativeLanguageIdStringLæs det.
spellCheckbooleanLæs det.

Metoder til at anvende

UnderskriftBeskrivelse:
BasePortionFormat()Opretter et nyt BasePortionFormat med et adskilt {@code <a:rPr>} element.
BasePortionFormat(rprElement: Element, saveCallback: Runnable)Opretter et nyt BasePortionFormat understøttet af det angivne element {@code <a:rPr>}.
getRprElement()ElementReturnerer det underliggende {@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)
 Dansk