com.aspose.slides
Class FontDataFactory

java.lang.Object
  extended by com.aspose.slides.FontDataFactory
All Implemented Interfaces:
IFontDataFactory

public class FontDataFactory
extends java.lang.Object
implements IFontDataFactory

FontData factory


Constructor Summary
FontDataFactory()
           
 
Method Summary
 IFontData createFontData(java.lang.String fontName)
           Creates FontData with specified font name.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FontDataFactory

public FontDataFactory()
Method Detail

createFontData

public IFontData createFontData(java.lang.String fontName)

Creates FontData with specified font name.

Specified by:
createFontData in interface IFontDataFactory
Parameters:
fontName - Font name
Returns:
FontData


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