All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.FolderFontSource.html Maven / Gradle / Ivy

There is a newer version: 23.1
Show newest version





FolderFontSource




com.aspose.cells
Class FolderFontSource

java.lang.Object
  extended by FontSourceBase
      extended by com.aspose.cells.FolderFontSource

public class FolderFontSource 
extends FontSourceBase

Represents the folder that contains TrueType font files.


Constructor Summary
FolderFontSource(java.lang.String folderPath, boolean scanSubfolders)
           Ctor.
 
Property Getters/Setters Summary
java.lang.StringgetFolderPath()
           Path to fonts folder.
booleangetScanSubFolders()
           Determines whether or not to scan the subfolders.
intgetType()
           Returns the type of the font source. The value of the property is FontSourceType integer constant.
 

Constructor Detail

FolderFontSource

public FolderFontSource(java.lang.String folderPath, boolean scanSubfolders)
Ctor.
Parameters:
folderPath - path to fonts folder
scanSubfolders - Determines whether or not to scan subfolders.

Property Getters/Setters Detail

getFolderPath

public java.lang.String getFolderPath()
Path to fonts folder.

getScanSubFolders

public boolean getScanSubFolders()
Determines whether or not to scan the subfolders.

getType

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

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





© 2015 - 2024 Weber Informatics LLC | Privacy Policy