Package | Description |
---|---|
com.groupdocs.viewer.fonts |
The package provides classes classes and enumerations to manage fonts used during rendering process.
|
Modifier and Type | Method and Description |
---|---|
SearchOption |
FolderFontSource.getSearchOption()
Specifies whether to search the current folder, or the current folder and all subfolders.
|
static SearchOption |
SearchOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchOption[] |
SearchOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
FolderFontSource(String folderPath,
SearchOption searchOption)
Initializes new instance of
FolderFontSource class. |