|
||||||||
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 |
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 |
getRawFontEmbossed()
Returns: -1 if a value should be inherited from the Master. |
short |
getRawFontHeight()
Returns font height of a portion. |
int |
getRawFontIndex()
Returns the index of a font in Fonts collection. |
short |
getRawFontShadow()
Returns: -1 if a value should be inhedited from the Master. |
short |
getRawFontUnderline()
Returns: -1 if a value should be inherited from the Master. |
int |
getRawSymbolFontIndex()
Returns the index of a font in Fonts collection for special symbols. |
boolean |
isRawFontBold()
Determines whether the master's font Bold property should be inverted. |
boolean |
isRawFontItalic()
Determines whether the master's font Itallic property should be inverted. |
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 |
setRawFontBold(boolean value)
Sets whether the master's font Bold property should be inverted. |
void |
setRawFontColor(java.awt.Color value)
Sets a color of a portion. |
void |
setRawFontEmbossed(short value)
Sets: -1 if a value should be inherited from the Master. |
void |
setRawFontHeight(short value)
Sets font height of a portion. |
void |
setRawFontIndex(int value)
Sets the index of a font in Fonts collection. |
void |
setRawFontItalic(boolean value)
Sets whether the master's font Itallic property should be inverted. |
void |
setRawFontShadow(short value)
Sets: -1 if a value should be inhedited from the Master. |
void |
setRawFontUnderline(short value)
Sets: -1 if a value should be inherited from the Master. |
void |
setRawSymbolFontIndex(int value)
Sets the index of a font in Fonts collection for special symbols. |
Method Detail |
---|
boolean isRawFontBold()
void setRawFontBold(boolean value)
value
- true if the master's font Bold property should be inverted.boolean isRawFontItalic()
void setRawFontItalic(boolean value)
value
- true if the master's font Itallic property should be inverted.short getRawFontUnderline()
void setRawFontUnderline(short value)
value
- raw value.short getRawFontShadow()
void setRawFontShadow(short value)
value
- raw value.short getRawFontEmbossed()
void setRawFontEmbossed(short value)
value
- raw value.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.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 |