com.aspose.words
Class FolderFontSource

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

public class FolderFontSource 
extends FontSourceBase

Represents the folder that contains TrueType font files.

Constructor Summary
FolderFontSource(java.lang.String folderPath, boolean scanSubfolders)
           Ctor.
FolderFontSource(java.lang.String folderPath, boolean scanSubfolders, int priority)
           Ctor.
 
Property Getters/Setters Summary
java.lang.StringgetFolderPath()
           Path to the folder.
intgetPriority()→ inherited from FontSourceBase
           Returns the font source priority.
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 folder.
scanSubfolders - Determines whether or not to scan subfolders.

FolderFontSource

public FolderFontSource(java.lang.String folderPath, boolean scanSubfolders, int priority)
Ctor.
Parameters:
folderPath - Path to folder.
scanSubfolders - Determines whether or not to scan subfolders.
priority - Font source priority. See the Priority property description for more information.

Property Getters/Setters Detail

getFolderPath

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

getPriority

→ inherited from FontSourceBase
public int getPriority()
Returns the font source priority.

This value is used when there are fonts with the same family name and style in different font sources. In this case Aspose.Words selects the font from the source with the higher priority value.

The default value is 0.


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.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.