FontLoadOptions
Inheritance: java.lang.Object, com.groupdocs.conversion.contracts.ValueObject, com.groupdocs.conversion.options.load.LoadOptions
public class FontLoadOptions extends LoadOptions
Options for loading Font documents.
Constructors
| Constructor | Description |
|---|---|
| FontLoadOptions() | Initializes new instance of class. |
Methods
| Method | Description |
|---|---|
| getFormat() | Gets Input document file type. |
| setFormat(FontFileType format) | Sets Input document file type. |
FontLoadOptions()
public FontLoadOptions()
Initializes new instance of class.
getFormat()
public FontFileType getFormat()
Gets Input document file type.
Returns: FontFileType
setFormat(FontFileType format)
public void setFormat(FontFileType format)
Sets Input document file type.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| format | FontFileType |