|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPortionFormatEffectiveData
Immutable object which contains text portion formatting properties.
Portion
class to return effective formatting values with inheritance applied.
Portion.CreatePortionFormatEffective
Method Summary | |
---|---|
java.lang.String |
getAlternativeLanguageId()
Returns or sets the Id of an alternative language. |
java.lang.String |
getBookmarkId()
Returns or sets bookmark identifier. |
IFontData |
getComplexScriptFont()
Returns or sets the complex script font info. |
IFontData |
getEastAsianFont()
Returns or sets the East Asian font info. |
IEffectFormatEffectiveData |
getEffectFormat()
Returns the text EffectFormatEx properties. |
float |
getEscapement()
Returns or sets the superscript or subscript text. |
IFillFormatEffectiveData |
getFillFormat()
Returns the text FillFormatEx properties. |
boolean |
getFontBold()
Determines whether the font is bold. |
float |
getFontHeight()
Returns or sets the font height of a portion. |
boolean |
getFontItalic()
Determines whether the font is itallic. |
byte |
getFontUnderline()
Returns or sets the text underline type. |
java.awt.Color |
getHighlightColor()
Returns the color used to highlight a text. |
IHyperlink |
getHyperlinkClick()
Returns or sets the hyperlink defined for mouse click. |
IHyperlink |
getHyperlinkMouseOver()
Returns or sets the hyperlink defined for mouse over. |
float |
getKerningMinimalSize()
Returns or sets 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 or sets the Id of a language. |
IFontData |
getLatinFont()
Returns or sets the Latin font info. |
ILineFormatEffectiveData |
getLineFormat()
Returns the LineFormatEx 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 or sets the intercharacter spacing increment. |
byte |
getStrikethroughType()
Returns or sets the strikethrough type of a text. |
IFontData |
getSymbolFont()
Returns or sets the symbolic font info. |
byte |
getTextCapType()
Returns or sets the type of text capitalization. |
IFillFormatEffectiveData |
getUnderlineFillFormat()
Returns the underline line FillFormatEx properties. |
ILineFormatEffectiveData |
getUnderlineLineFormat()
Returns the LineFormatEx 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. |
Method Detail |
---|
ILineFormatEffectiveData getLineFormat()
Returns the LineFormatEx properties for text outlining.
Read-only ILineFormatEffectiveData
.
IFillFormatEffectiveData getFillFormat()
Returns the text FillFormatEx properties.
Read-only IFillFormatEffectiveData
.
IEffectFormatEffectiveData getEffectFormat()
Returns the text EffectFormatEx properties.
Read-only IEffectFormatEffectiveData
.
java.awt.Color getHighlightColor()
Returns the color used to highlight a text.
Read-only java.awt.Color
.
ILineFormatEffectiveData getUnderlineLineFormat()
Returns the LineFormatEx properties used to outline underline line.
Read-only ILineFormatEffectiveData
.
IFillFormatEffectiveData getUnderlineFillFormat()
Returns the underline line FillFormatEx properties.
Read-only IFillFormatEffectiveData
.
java.lang.String getBookmarkId()
Returns or sets bookmark identifier.
Read-only String
.
IHyperlink getHyperlinkClick()
Returns or sets the hyperlink defined for mouse click.
Read-only IHyperlink
.
IHyperlink getHyperlinkMouseOver()
Returns or sets the hyperlink defined for mouse over.
Read-only IHyperlink
.
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 or sets the text underline type.
Read-only TextUnderlineType
.
byte getTextCapType()
Returns or sets the type of text capitalization.
Read-only TextCapType
.
byte getStrikethroughType()
Returns or sets 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 or sets the font height of a portion.
Read-only float
.
IFontData getLatinFont()
Returns or sets the Latin font info.
Read-only IFontData
.
IFontData getEastAsianFont()
Returns or sets the East Asian font info.
Read-only IFontData
.
IFontData getComplexScriptFont()
Returns or sets the complex script font info.
Read-only IFontData
.
IFontData getSymbolFont()
Returns or sets the symbolic font info.
Read-only IFontData
.
float getEscapement()
Returns or sets the superscript or subscript text.
Value from -100% (subscript) to 100% (superscript).
Read-only float
.
float getKerningMinimalSize()
Returns or sets the minimal font size, for which kerning should be switched on.
Read-only float
.
java.lang.String getLanguageId()
Returns or sets the Id of a language.
Read-only String
.
java.lang.String getAlternativeLanguageId()
Returns or sets the Id of an alternative language.
Read-only String
.
float getSpacing()
Returns or sets the intercharacter spacing increment.
Read-only float
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |