com.aspose.slides
Class FontsEffectiveData

java.lang.Object
  extended by com.aspose.slides.FontsEffectiveData
All Implemented Interfaces:
IFontsEffectiveData

public class FontsEffectiveData
extends java.lang.Object
implements IFontsEffectiveData

Immutable Fonts object.


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.
 
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-only IFontData.

Specified by:
getLatinFont in interface IFontsEffectiveData

getEastAsianFont

public IFontData getEastAsianFont()

Returns or sets the East Asian font. Read-only IFontData.

Specified by:
getEastAsianFont in interface IFontsEffectiveData

getComplexScriptFont

public IFontData getComplexScriptFont()

Returns or sets the complex script font. Read-only IFontData.

Specified by:
getComplexScriptFont in interface IFontsEffectiveData


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