|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFontStyleRaw
Represents raw font style properties for a portion of text.
Method Summary | |
---|---|
int |
getRawAnsiFontIndex()
Returns the index of a font in Fonts collection for ANSI text layout writings. |
int |
getRawAsianOrComplexFontIndex()
Returns the index of a font in Fonts collection for East Asian and complex text layout writings. |
short |
getRawEscapement()
Returns superscript or subscript text. |
java.awt.Color |
getRawFontColor()
Returns a color of a portion. |
short |
getRawFontHeight()
Returns font height of a portion. |
int |
getRawFontIndex()
Returns the index of a font in Fonts collection. |
int |
getRawSymbolFontIndex()
Returns the index of a font in Fonts collection for special symbols. |
void |
setRawAnsiFontIndex(int value)
Sets the index of a font in Fonts collection for ANSI text layout writings. |
void |
setRawAsianOrComplexFontIndex(int value)
Sets the index of a font in Fonts collection for East Asian and complex text layout writings. |
void |
setRawEscapement(short value)
Sets superscript or subscript text. |
void |
setRawFontColor(java.awt.Color value)
Sets a color of a portion. |
void |
setRawFontHeight(short value)
Sets font height of a portion. |
void |
setRawFontIndex(int value)
Sets the index of a font in Fonts collection. |
void |
setRawSymbolFontIndex(int value)
Sets the index of a font in Fonts collection for special symbols. |
Method Detail |
---|
short getRawFontHeight()
void setRawFontHeight(short value)
value
- Sets font height of a portion.java.awt.Color getRawFontColor()
void setRawFontColor(java.awt.Color value)
value
- int getRawFontIndex()
void setRawFontIndex(int value)
value
- the index of a font in Fonts collection.int getRawSymbolFontIndex()
void setRawSymbolFontIndex(int value)
value
- the index of a font in Fonts collection for special symbols.int getRawAsianOrComplexFontIndex()
void setRawAsianOrComplexFontIndex(int value)
value
- the index of a font in Fonts collection.int getRawAnsiFontIndex()
void setRawAnsiFontIndex(int value)
value
- the index of a font in Fonts collection.short getRawEscapement()
void setRawEscapement(short value)
value
- superscript or subscript text.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |