public interface IBasePortionFormatEffectiveData
Base interface for immutable objects which contain effective text portion formatting properties.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAlternativeLanguageId()
Returns the Id of an alternative language.
|
IFontData |
getComplexScriptFont()
Returns the complex script font info.
|
IFontData |
getEastAsianFont()
Returns the East Asian font info.
|
IEffectFormatEffectiveData |
getEffectFormat()
Returns the text EffectFormat properties.
|
float |
getEscapement()
Returns the superscript or subscript text.
|
IFillFormatEffectiveData |
getFillFormat()
Returns the text FillFormat properties.
|
boolean |
getFontBold()
Determines whether the font is bold.
|
float |
getFontHeight()
Returns the font height of a portion.
|
boolean |
getFontItalic()
Determines whether the font is itallic.
|
byte |
getFontUnderline()
Returns the text underline type.
|
java.awt.Color |
getHighlightColor()
Returns the color used to highlight a text.
|
float |
getKerningMinimalSize()
Returns the minimal font size, for which kerning should be switched on.
|
boolean |
getKumimoji()
Determines whether the numbers should ignore text eastern language-specific vertical text layout.
|
java.lang.String |
getLanguageId()
Returns the Id of a language.
|
IFontData |
getLatinFont()
Returns the Latin font info.
|
ILineFormatEffectiveData |
getLineFormat()
Returns the LineFormat properties for text outlining.
|
boolean |
getNormaliseHeight()
Determines whether the height of a text should be normalized.
|
boolean |
getProofDisabled()
Determines whether the text shouldn't be proofed.
|
boolean |
getSmartTagClean()
Determines whether the smart tag should be cleaned.
|
float |
getSpacing()
Returns the intercharacter spacing increment.
|
byte |
getStrikethroughType()
Returns the strikethrough type of a text.
|
IFontData |
getSymbolFont()
Returns the symbolic font info.
|
byte |
getTextCapType()
Returns the type of text capitalization.
|
IFillFormatEffectiveData |
getUnderlineFillFormat()
Returns the underline line FillFormat properties.
|
ILineFormatEffectiveData |
getUnderlineLineFormat()
Returns the LineFormat properties used to outline underline line.
|
boolean |
isHardUnderlineFill()
Determines whether the underline style has own FillFormat properties or inherits it
from the FillFormat properties of the text.
|
boolean |
isHardUnderlineLine()
Determines whether the underline style has own LineFormat properties or inherits it
from the LineFormat properties of the text.
|
ILineFormatEffectiveData getLineFormat()
Returns the LineFormat properties for text outlining.
Read-only ILineFormatEffectiveData
.
IFillFormatEffectiveData getFillFormat()
Returns the text FillFormat properties.
Read-only IFillFormatEffectiveData
.
IEffectFormatEffectiveData getEffectFormat()
Returns the text EffectFormat properties.
Read-only IEffectFormatEffectiveData
.
java.awt.Color getHighlightColor()
Returns the color used to highlight a text.
Read-only Color
.
ILineFormatEffectiveData getUnderlineLineFormat()
Returns the LineFormat properties used to outline underline line.
Read-only ILineFormatEffectiveData
.
IFillFormatEffectiveData getUnderlineFillFormat()
Returns the underline line FillFormat properties.
Read-only IFillFormatEffectiveData
.
boolean getFontBold()
Determines whether the font is bold.
Read-only boolean
.
boolean getFontItalic()
Determines whether the font is itallic.
Read-only boolean
.
boolean getKumimoji()
Determines whether the numbers should ignore text eastern language-specific vertical text layout.
Read-only boolean
.
boolean getNormaliseHeight()
Determines whether the height of a text should be normalized.
Read-only boolean
.
boolean getProofDisabled()
Determines whether the text shouldn't be proofed.
Read-only boolean
.
byte getFontUnderline()
Returns the text underline type.
Read-only TextUnderlineType
.
byte getTextCapType()
Returns the type of text capitalization.
Read-only TextCapType
.
byte getStrikethroughType()
Returns the strikethrough type of a text.
Read-only TextStrikethroughType
.
boolean getSmartTagClean()
Determines whether the smart tag should be cleaned.
Read-only boolean
.
boolean isHardUnderlineLine()
Determines whether the underline style has own LineFormat properties or inherits it
from the LineFormat properties of the text.
Read-only boolean
.
boolean isHardUnderlineFill()
Determines whether the underline style has own FillFormat properties or inherits it
from the FillFormat properties of the text.
Read-only boolean
.
float getFontHeight()
Returns the font height of a portion.
Read-only float
.
IFontData getEastAsianFont()
Returns the East Asian font info.
Read-only IFontData
.
IFontData getComplexScriptFont()
Returns the complex script font info.
Read-only IFontData
.
float getEscapement()
Returns the superscript or subscript text.
Value from -100% (subscript) to 100% (superscript).
Read-only float
.
float getKerningMinimalSize()
Returns the minimal font size, for which kerning should be switched on.
Read-only float
.
java.lang.String getLanguageId()
Returns the Id of a language.
Read-only String
.
java.lang.String getAlternativeLanguageId()
Returns the Id of an alternative language.
Read-only String
.
float getSpacing()
Returns the intercharacter spacing increment.
Read-only float
.