com.aspose.slides
Class Fonts

java.lang.Object
  extended by com.aspose.slides.Fonts
All Implemented Interfaces:
IFonts

public class Fonts
extends java.lang.Object
implements IFonts

Fonts collection.


Method Summary
 IFontData getComplexScriptFont()
           Returns or sets the complex script font.
 IFontData getEastAsianFont()
           Returns or sets the East Asian font.
 IFontData getLatinFont()
           Returns or sets the Latin font.
 void setComplexScriptFont(IFontData value)
           
 void setEastAsianFont(IFontData value)
           
 void setLatinFont(IFontData value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLatinFont

public IFontData getLatinFont()

Returns or sets the Latin font. Read/write FontData.

Specified by:
getLatinFont in interface IFonts

setLatinFont

public void setLatinFont(IFontData value)
Specified by:
setLatinFont in interface IFonts

getEastAsianFont

public IFontData getEastAsianFont()

Returns or sets the East Asian font. Read/write FontData.

Specified by:
getEastAsianFont in interface IFonts

setEastAsianFont

public void setEastAsianFont(IFontData value)
Specified by:
setEastAsianFont in interface IFonts

getComplexScriptFont

public IFontData getComplexScriptFont()

Returns or sets the complex script font. Read/write FontData.

Specified by:
getComplexScriptFont in interface IFonts

setComplexScriptFont

public void setComplexScriptFont(IFontData value)
Specified by:
setComplexScriptFont in interface IFonts