IBasePortionFormat

IBasePortionFormat — Aspose.Slides FOSS Java API Reference

IBasePortionFormat — Represents common text portion formatting properties.

Package: org.aspose.slides.foss


Properties

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

Methods

MethodReturnsDescription
getLineFormat()ILineFormatReturns the LineFormat properties for text outlining.
getFillFormat()IFillFormatReturns the text FillFormat properties.
getEffectFormat()IEffectFormatReturns the text EffectFormat properties.
getHighlightColor()IColorFormatReturns the color used to highlight a text.
getUnderlineLineFormat()ILineFormatReturns the LineFormat properties used to outline underline line.
getUnderlineFillFormat()IFillFormatReturns the underline line FillFormat properties.
getFontBold()NullableBoolDetermines whether the font is bold.
setFontBold(NullableBool value)voidSets whether the font is bold.
getFontItalic()NullableBoolDetermines whether the font is italic.
setFontItalic(NullableBool value)voidSets whether the font is italic.
getKumimoji()NullableBoolDetermines whether the numbers should ignore text eastern language-specific vertical text layout.
setKumimoji(NullableBool value)voidSets whether the numbers should ignore text eastern language-specific vertical text layout.
getNormaliseHeight()NullableBoolDetermines whether the height of a text should be normalized.
setNormaliseHeight(NullableBool value)voidSets whether the height of a text should be normalized.
getProofDisabled()NullableBoolDetermines whether the text shouldn’t be proofed.
setProofDisabled(NullableBool value)voidSets whether the text shouldn’t be proofed.
getFontUnderline()TextUnderlineTypeReturns the text underline type.
setFontUnderline(TextUnderlineType value)voidSets the text underline type.
getTextCapType()TextCapTypeReturns the type of text capitalization.
setTextCapType(TextCapType value)voidSets the type of text capitalization.
getStrikethroughType()TextStrikethroughTypeReturns the strikethrough type of a text.
setStrikethroughType(TextStrikethroughType value)voidSets the strikethrough type of a text.
getIsHardUnderlineLine()NullableBoolDetermines whether the underline style has own LineFormat properties or inherits from text.
setIsHardUnderlineLine(NullableBool value)voidSets whether the underline style has own LineFormat properties or inherits from text.
getIsHardUnderlineFill()NullableBoolDetermines whether the underline style has own FillFormat properties or inherits from text.
setIsHardUnderlineFill(NullableBool value)voidSets whether the underline style has own FillFormat properties or inherits from text.
getFontHeight()floatReturns the font height of a portion.
setFontHeight(float value)voidSets the font height of a portion.
getEscapement()floatReturns the superscript or subscript text value from -100% (subscript) to 100% (superscript).
setEscapement(float value)voidSets the superscript or subscript text value.
getKerningMinimalSize()floatReturns the minimal font size for which kerning should be switched on.
setKerningMinimalSize(float value)voidSets the minimal font size for which kerning should be switched on.
getSpacing()floatReturns the intercharacter spacing increment.
setSpacing(float value)voidSets the intercharacter spacing increment.
getLatinFont()IFontDataReturns the Latin font info.
setLatinFont(IFontData value)voidSets the Latin font info.
getEastAsianFont()IFontDataReturns the East Asian font info.
setEastAsianFont(IFontData value)voidSets the East Asian font info.
getComplexScriptFont()IFontDataReturns the complex script font info.
setComplexScriptFont(IFontData value)voidSets the complex script font info.
getSymbolFont()IFontDataReturns the symbolic font info.
setSymbolFont(IFontData value)voidSets the symbolic font info.
getLanguageId()StringReturns the Id of a proofing language.
setLanguageId(String value)voidSets the Id of a proofing language.
getAlternativeLanguageId()StringReturns the Id of an alternative language.
setAlternativeLanguageId(String value)voidSets the Id of an alternative language.
getSpellCheck()booleanGets a value indicating whether spell checking is enabled for the text portion.
setSpellCheck(boolean value)voidSets a value indicating whether spell checking is enabled for the text portion.

See Also