CustomFontFolderOptions

Inheritance: java.lang.Object, com.aspose.ms.System.Enum

Options for custom font folder specification.

Enum Values

FieldDescription
AddFolderForSingleFileAdds specified folders to default font folders for this one file
AddFolderForAllAdds specified folders to default font folders for all files
ReplaceFolderForSingleFileUses only specified font folders (without default folders) for this one file
ReplaceFolderForAllUses 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