| Package | Description |
|---|---|
| com.groupdocs.viewer.fonts |
The package provides classes and enumerations to manage fonts used during the rendering process.
|
| Modifier and Type | Method and Description |
|---|---|
SearchOption |
FolderFontSource.getSearchOption()
Gets the search option that 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 a new instance of the
FolderFontSource class. |
Copyright © 2024. All rights reserved.