com.aspose.slides
Interface IFontStyleRaw


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

getRawFontHeight

short getRawFontHeight()

Returns the font height of a portion.

Value (-1) means height isn't defined and should be inherited from the Master.


setRawFontHeight

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.

Parameters:
value - new font height of a portion.

getRawFontColor

java.awt.Color getRawFontColor()

Returns the color of a portion.

Black transparent value means color should be inherited from the color scheme or Master.


setRawFontColor

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.

Parameters:
value - new color of a portion.

getRawFontIndex

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.


setRawFontIndex

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.

Parameters:
value - new index of a font in a Fonts collection.

getRawSymbolFontIndex

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.


setRawSymbolFontIndex

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.

Parameters:
value - new index of a font in a Fonts collection for special symbols.

getRawAsianOrComplexFontIndex

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.


setRawAsianOrComplexFontIndex

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.

Parameters:
value - new index of a font in a Fonts collection.

getRawAnsiFontIndex

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.


setRawAnsiFontIndex

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.

Parameters:
value - new index of a font in a Fonts collection.

getRawEscapement

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.


setRawEscapement

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.

Parameters:
value - new superscript or subscript value.