com.aspose.slides
Class FontsEx

java.lang.Object
  extended by com.aspose.slides.FontsEx

public class FontsEx
extends java.lang.Object

Fonts collection.


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

Method Detail

getLatinFont

public FontDataEx getLatinFont()

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


setLatinFont

public void setLatinFont(FontDataEx value)

getEastAsianFont

public FontDataEx getEastAsianFont()

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


setEastAsianFont

public void setEastAsianFont(FontDataEx value)

getComplexScriptFont

public FontDataEx getComplexScriptFont()

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


setComplexScriptFont

public void setComplexScriptFont(FontDataEx value)