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)
           Returns or sets the complex script font.
 void setEastAsianFont(IFontData value)
           Returns or sets the East Asian font.
 void setLatinFont(IFontData value)
           Returns or sets the Latin font.
 
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 IFontData.

Specified by:
getLatinFont in interface IFonts

setLatinFont

public void setLatinFont(IFontData value)

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

Specified by:
setLatinFont in interface IFonts

getEastAsianFont

public IFontData getEastAsianFont()

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

Specified by:
getEastAsianFont in interface IFonts

setEastAsianFont

public void setEastAsianFont(IFontData value)

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

Specified by:
setEastAsianFont in interface IFonts

getComplexScriptFont

public IFontData getComplexScriptFont()

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

Specified by:
getComplexScriptFont in interface IFonts

setComplexScriptFont

public void setComplexScriptFont(IFontData value)

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

Specified by:
setComplexScriptFont in interface IFonts


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.