com.aspose.slides
Interface IFonts

All Known Implementing Classes:
Fonts

public interface IFonts


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.
 

Method Detail

getLatinFont

IFontData getLatinFont()

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


setLatinFont

void setLatinFont(IFontData value)

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


getEastAsianFont

IFontData getEastAsianFont()

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


setEastAsianFont

void setEastAsianFont(IFontData value)

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


getComplexScriptFont

IFontData getComplexScriptFont()

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


setComplexScriptFont

void setComplexScriptFont(IFontData value)

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



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