CustomFontFolderOptions
Inheritance: java.lang.Object, com.aspose.ms.System.Enum
Options for custom font folder specification.
Enum Values
| Field | Description |
|---|---|
| AddFolderForSingleFile | Adds specified folders to default font folders for this one file |
| AddFolderForAll | Adds specified folders to default font folders for all files |
| ReplaceFolderForSingleFile | Uses only specified font folders (without default folders) for this one file |
| ReplaceFolderForAll | Uses only specified font folders (without default folders) for this one file |
AddFolderForSingleFile
public static final int AddFolderForSingleFile
Adds specified folders to default font folders for this one file
Returns: int
AddFolderForAll
public static final int AddFolderForAll
Adds specified folders to default font folders for all files
Returns: int
ReplaceFolderForSingleFile
public static final int ReplaceFolderForSingleFile
Uses only specified font folders (without default folders) for this one file
Returns: int
ReplaceFolderForAll
public static final int ReplaceFolderForAll
Uses only specified font folders (without default folders) for this one file
Returns: int