com.aspose.slides
Interface IFontStyleRaw

All Known Implementing Classes:
Portion

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

getRawFontHeight

short getRawFontHeight()
Returns font height of a portion. Value (-1) means height isn't defined and should be inherited from the Master.

Returns:
font height of a portion.

setRawFontHeight

void setRawFontHeight(short value)
Sets font height of a portion. Value (-1) means height isn't defined and should be inherited from the Master.

Parameters:
value - Sets font height of a portion.

getRawFontColor

java.awt.Color getRawFontColor()
Returns a color of a portion. Black transparent value means color should be inherited from the color scheme or Master.

Returns:
a color of a portion.

setRawFontColor

void setRawFontColor(java.awt.Color value)
Sets a color of a portion. Black transparent value means color should be inherited from the color scheme or Master.

Parameters:
value -

getRawFontIndex

int getRawFontIndex()
Returns the index of a font in Fonts collection. Value (-1) means font isn't defined and should be inherited from the Master.

Returns:
the index of a font in Fonts collection.

setRawFontIndex

void setRawFontIndex(int value)
Sets the index of a font in Fonts collection. Value (-1) means font isn't defined and should be inherited from the Master.

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

getRawSymbolFontIndex

int getRawSymbolFontIndex()
Returns the index of a font in Fonts collection for special symbols. Value (-1) means font isn't defined and should be inherited from the Master.

Returns:
the index of a font in Fonts collection for special symbols.

setRawSymbolFontIndex

void setRawSymbolFontIndex(int value)
Sets the index of a font in Fonts collection for special symbols. Value (-1) means font isn't defined and should be inherited from the Master.

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

getRawAsianOrComplexFontIndex

int getRawAsianOrComplexFontIndex()
Returns the index of a font in Fonts collection for East Asian and complex text layout writings. Value (-1) means font isn't defined and should be inherited from the Master.

Returns:
the index of a font in Fonts collection.

setRawAsianOrComplexFontIndex

void setRawAsianOrComplexFontIndex(int value)
Sets the index of a font in Fonts collection for East Asian and complex text layout writings. Value (-1) means font isn't defined and should be inherited from the Master.

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

getRawAnsiFontIndex

int getRawAnsiFontIndex()
Returns the index of a font in Fonts collection for ANSI text layout writings. Value (-1) means font isn't defined and should be inherited from the Master.

Returns:
the index of a font in Fonts collection.

setRawAnsiFontIndex

void setRawAnsiFontIndex(int value)
Sets the index of a font in Fonts collection for ANSI text layout writings. Value (-1) means font isn't defined and should be inherited from the Master.

Parameters:
value - the index of a font in 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.

Returns:
superscript or subscript text.

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 - superscript or subscript text.