|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFontStyleRaw
The interface for text portions with raw font style properties.
Method Summary | |
---|---|
int |
getRawAnsiFontIndex()
Returns the index of a font in a Fonts collection for the ANSI text layout writings. |
int |
getRawAsianOrComplexFontIndex()
Returns the index of a font in a Fonts collection for the East Asian and complex text layout writings. |
short |
getRawEscapement()
Returns superscript or subscript text. |
java.awt.Color |
getRawFontColor()
Returns the color of a portion. |
short |
getRawFontHeight()
Returns the font height of a portion. |
int |
getRawFontIndex()
Returns the index of a font in a Fonts collection. |
int |
getRawSymbolFontIndex()
Returns the index of a font in a Fonts collection for special symbols. |
void |
setRawAnsiFontIndex(int value)
Sets the index of a font in a Fonts collection for the ANSI text layout writings. |
void |
setRawAsianOrComplexFontIndex(int value)
Sets the index of a font in a Fonts collection for the East Asian and complex text layout writings. |
void |
setRawEscapement(short value)
Sets superscript or subscript text. |
void |
setRawFontColor(java.awt.Color value)
Sets the color of a portion. |
void |
setRawFontHeight(short value)
Sets the font height of a portion. |
void |
setRawFontIndex(int value)
Sets the index of a font in a Fonts collection. |
void |
setRawSymbolFontIndex(int value)
Sets the index of a font in a Fonts collection for special symbols. |
Method Detail |
---|
short getRawFontHeight()
Returns the font height of a portion.
Value (-1) means height isn't defined and should be inherited from the Master.
void setRawFontHeight(short value)
Sets the font height of a portion.
Value (-1) means height isn't defined and should be inherited from the Master.
value
- new font height of a portion.java.awt.Color getRawFontColor()
Returns the color of a portion.
Black transparent value means color should be inherited from the color scheme or Master.
void setRawFontColor(java.awt.Color value)
Sets the color of a portion.
Black transparent value means color should be inherited from the color scheme or Master.
value
- new color of a portion.int getRawFontIndex()
Returns the index of a font in a Fonts collection.
Value (-1) means font isn't defined and should be inherited from the Master.
void setRawFontIndex(int value)
Sets the index of a font in a Fonts collection.
Value (-1) means font isn't defined and should be inherited from the Master.
value
- new index of a font in a Fonts collection.int getRawSymbolFontIndex()
Returns the index of a font in a Fonts collection for special symbols.
Value (-1) means font isn't defined and should be inherited from the Master.
void setRawSymbolFontIndex(int value)
Sets the index of a font in a Fonts collection for special symbols.
Value (-1) means font isn't defined and should be inherited from the Master.
value
- new index of a font in a Fonts collection for special symbols.int getRawAsianOrComplexFontIndex()
Returns the index of a font in a Fonts collection for the East Asian and complex text layout writings.
Value (-1) means font isn't defined and should be inherited from the Master.
void setRawAsianOrComplexFontIndex(int value)
Sets the index of a font in a Fonts collection for the East Asian and complex text layout writings.
Value (-1) means font isn't defined and should be inherited from the Master.
value
- new index of a font in a Fonts collection.int getRawAnsiFontIndex()
Returns the index of a font in a Fonts collection for the ANSI text layout writings.
Value (-1) means font isn't defined and should be inherited from the Master.
void setRawAnsiFontIndex(int value)
Sets the index of a font in a Fonts collection for the ANSI text layout writings.
Value (-1) means font isn't defined and should be inherited from the Master.
value
- new index of a font in a Fonts collection.short getRawEscapement()
Returns superscript or subscript text.
Value from -100% (subscript) to 100% (superscript). (-101) means value isn't defined and should be inherited from the Master.
void setRawEscapement(short value)
Sets superscript or subscript text.
Value from -100% (subscript) to 100% (superscript). -101 means value isn't defined and should be inherited from the Master.
value
- new superscript or subscript value.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |