TableCell - A helyfogadó.

TableCell - A helyfogadó.

Összefoglaló

BasePortionFormat egy osztály a Aspose.Slides FOSS-ban Java számára. Az örökölők: IBasePortionFormat.

Közös szövegrészek formázási tulajdonságai.

A tulajdonságok

A neve:A típus:HozzáférésLeírás
rprElementElementOlvasd!
lineFormatILineFormatOlvasd!
fillFormatIFillFormatOlvasd!
effectFormatIEffectFormatOlvasd!
highlightColorIColorFormatOlvasd!
underlineLineFormatILineFormatOlvasd!
underlineFillFormatIFillFormatOlvasd!
fontBoldNullableBoolOlvasd!
fontItalicNullableBoolOlvasd!
kumimojiNullableBoolOlvasd!
normaliseHeightNullableBoolOlvasd!
proofDisabledNullableBoolOlvasd!
fontUnderlineTextUnderlineTypeOlvasd!
textCapTypeTextCapTypeOlvasd!
strikethroughTypeTextStrikethroughTypeOlvasd!
isHardUnderlineLineNullableBoolOlvasd!
isHardUnderlineFillNullableBoolOlvasd!
fontHeightfloatOlvasd!
escapementfloatOlvasd!
kerningMinimalSizefloatOlvasd!
spacingfloatOlvasd!
latinFontIFontDataOlvasd!
eastAsianFontIFontDataOlvasd!
complexScriptFontIFontDataOlvasd!
symbolFontIFontDataOlvasd!
languageIdStringOlvasd!
alternativeLanguageIdStringOlvasd!
spellCheckbooleanOlvasd!

Módszerek

Az aláírás:Leírás
BasePortionFormat()Új BasePortionFormat elemet hoz létre, amelyhez egy elkülönített {@code <a:rPr>} element is tartozik.
BasePortionFormat(rprElement: Element, saveCallback: Runnable)Új BasePortionFormat elemet hoz létre, amelyet a megadott {@code <a:rPr>} element támogat.
getRprElement()ElementVisszaadja az alapul szolgáló {@code <a:rPr>} XML elemet.
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)
 Magyar