java.lang.Object
FontSourceBase
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.
|
Property Getters/Setters Summary |
java.lang.String | getFolderPath() | |
|
Path to the folder.
|
boolean | getScanSubfolders() | |
|
Determines whether or not to scan the subfolders.
|
int | getType() | |
|
Returns the type of the font source.
The value of the property is FontSourceType integer constant. |
FolderFontSource
public FolderFontSource(java.lang.String folderPath, boolean scanSubfolders)
-
Ctor.
- Parameters:
folderPath
- Path to folder.scanSubfolders
- Determines whether or not to scan subfolders.
Property Getters/Setters Detail |
getFolderPath | |
public java.lang.String getFolderPath()
|
-
Path to the 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.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.