com.aspose.words
Class FileFontSource

java.lang.Object
  extended by FontSourceBase
      extended by com.aspose.words.FileFontSource

public class FileFontSource 
extends FontSourceBase

Represents the single TrueType font file stored in the file system.

Constructor Summary
FileFontSource(java.lang.String filePath)
           Ctor.
 
Property Getters/Setters Summary
java.lang.StringgetFilePath()
           Path to the font file.
intgetType()
           Returns the type of the font source. The value of the property is FontSourceType integer constant.
 

Constructor Detail

FileFontSource

public FileFontSource(java.lang.String filePath)
Ctor.
Parameters:
filePath - Path to font file.

Property Getters/Setters Detail

getFilePath

public java.lang.String getFilePath()
Path to the font file.

getType

public int getType()
Returns the type of the font source. The value of the property is FontSourceType integer constant.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.