IBasePortionFormat

IBasePortionFormat

Overview

IBasePortionFormat is a interface in Aspose.Slides FOSS for Java.

Represents common text portion formatting properties.

Properties

NameTypeAccessDescription
lineFormatILineFormatReadReturns the LineFormat properties for text outlining.
fillFormatIFillFormatReadReturns the text FillFormat properties.
effectFormatIEffectFormatReadReturns the text EffectFormat properties.
highlightColorIColorFormatReadReturns the color used to highlight a text.
underlineLineFormatILineFormatReadReturns the LineFormat properties used to outline underline line.
underlineFillFormatIFillFormatReadReturns the underline line FillFormat properties.
fontBoldNullableBoolReadDetermines whether the font is bold.
fontItalicNullableBoolReadDetermines whether the font is italic.
kumimojiNullableBoolReadDetermines whether the numbers should ignore text eastern language-specific vertical text layout.
normaliseHeightNullableBoolReadDetermines whether the height of a text should be normalized.
proofDisabledNullableBoolReadDetermines whether the text shouldn’t be proofed.
fontUnderlineTextUnderlineTypeReadReturns the text underline type.
textCapTypeTextCapTypeReadReturns the type of text capitalization.
strikethroughTypeTextStrikethroughTypeReadReturns the strikethrough type of a text.
isHardUnderlineLineNullableBoolReadDetermines whether the underline style has own LineFormat properties or inherits from text.
isHardUnderlineFillNullableBoolReadDetermines whether the underline style has own FillFormat properties or inherits from text.
fontHeightfloatReadReturns the font height of a portion.
escapementfloatReadReturns the superscript or subscript text value from -100% (subscript) to 100% (superscript).
kerningMinimalSizefloatReadReturns the minimal font size for which kerning should be switched on.
spacingfloatReadReturns the intercharacter spacing increment.
latinFontIFontDataReadReturns the Latin font info.
eastAsianFontIFontDataReadReturns the East Asian font info.
complexScriptFontIFontDataReadReturns the complex script font info.
symbolFontIFontDataReadReturns the symbolic font info.
languageIdStringReadReturns the Id of a proofing language.
alternativeLanguageIdStringReadReturns the Id of an alternative language.
spellCheckbooleanReadGets a value indicating whether spell checking is enabled for the text portion.

Methods

SignatureDescription
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(value: NullableBool)Sets whether the font is bold.
getFontItalic()NullableBoolDetermines whether the font is italic.
setFontItalic(value: NullableBool)Sets whether the font is italic.
getKumimoji()NullableBoolDetermines whether the numbers should ignore text eastern language-specific vertical text layout.
setKumimoji(value: NullableBool)Sets whether the numbers should ignore text eastern language-specific vertical text layout.
getNormaliseHeight()NullableBoolDetermines whether the height of a text should be normalized.
setNormaliseHeight(value: NullableBool)Sets whether the height of a text should be normalized.
getProofDisabled()NullableBoolDetermines whether the text shouldn’t be proofed.
setProofDisabled(value: NullableBool)Sets whether the text shouldn’t be proofed.
getFontUnderline()TextUnderlineTypeReturns the text underline type.
setFontUnderline(value: TextUnderlineType)Sets the text underline type.
getTextCapType()TextCapTypeReturns the type of text capitalization.
setTextCapType(value: TextCapType)Sets the type of text capitalization.
getStrikethroughType()TextStrikethroughTypeReturns the strikethrough type of a text.
setStrikethroughType(value: TextStrikethroughType)Sets the strikethrough type of a text.
getIsHardUnderlineLine()NullableBoolDetermines whether the underline style has own LineFormat properties or inherits from text.
setIsHardUnderlineLine(value: NullableBool)Sets 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(value: NullableBool)Sets whether the underline style has own FillFormat properties or inherits from text.
getFontHeight()floatReturns the font height of a portion.
setFontHeight(value: float)Sets the font height of a portion.
getEscapement()floatReturns the superscript or subscript text value from -100% (subscript) to 100% (superscript).
setEscapement(value: float)Sets the superscript or subscript text value.
getKerningMinimalSize()floatReturns the minimal font size for which kerning should be switched on.
setKerningMinimalSize(value: float)Sets the minimal font size for which kerning should be switched on.
getSpacing()floatReturns the intercharacter spacing increment.
setSpacing(value: float)Sets the intercharacter spacing increment.
getLatinFont()IFontDataReturns the Latin font info.
setLatinFont(value: IFontData)Sets the Latin font info.
getEastAsianFont()IFontDataReturns the East Asian font info.
setEastAsianFont(value: IFontData)Sets the East Asian font info.
getComplexScriptFont()IFontDataReturns the complex script font info.
setComplexScriptFont(value: IFontData)Sets the complex script font info.
getSymbolFont()IFontDataReturns the symbolic font info.
setSymbolFont(value: IFontData)Sets the symbolic font info.
getLanguageId()StringReturns the Id of a proofing language.
setLanguageId(value: String)Sets the Id of a proofing language.
getAlternativeLanguageId()StringReturns the Id of an alternative language.
setAlternativeLanguageId(value: String)Sets the Id of an alternative language.
getSpellCheck()booleanGets a value indicating whether spell checking is enabled for the text portion.
setSpellCheck(value: boolean)Sets a value indicating whether spell checking is enabled for the text portion.

See Also