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 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

isRawFontBold

boolean isRawFontBold()
Determines whether the master's font Bold property should be inverted.

Returns:
true if the master's font Bold property should be inverted.

setRawFontBold

void setRawFontBold(boolean value)
Sets whether the master's font Bold property should be inverted.

Parameters:
value - true if the master's font Bold property should be inverted.

isRawFontItalic

boolean isRawFontItalic()
Determines whether the master's font Itallic property should be inverted.

Returns:
true if the master's font Itallic property should be inverted.

setRawFontItalic

void setRawFontItalic(boolean value)
Sets whether the master's font Itallic property should be inverted.

Parameters:
value - true if the master's font Itallic property should be inverted.

getRawFontUnderline

short getRawFontUnderline()
Returns: Note: 0 and 1 values will be lost in save/load process if they equal to master value.

Returns:
raw value.

setRawFontUnderline

void setRawFontUnderline(short value)
Sets: Note: 0 and 1 values will be lost in save/load process if they equal to master value.

Parameters:
value - raw value.

getRawFontShadow

short getRawFontShadow()
Returns: Note: 0 and 1 values will be lost in save/load process if they equal to master value.

Returns:
raw value.

setRawFontShadow

void setRawFontShadow(short value)
Sets: Note: 0 and 1 values will be lost in save/load process if they equal to master value.

Parameters:
value - raw value.

getRawFontEmbossed

short getRawFontEmbossed()
Returns: Note: 0 and 1 values will be lost in save/load process if they equal to master value.

Returns:
raw value.

setRawFontEmbossed

void setRawFontEmbossed(short value)
Sets: Note: 0 and 1 values will be lost in save/load process if they equal to master value.

Parameters:
value - raw value.

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.

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.