FontLoadOptions
Leave feedback
On this page
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.
| Constructor | Description |
|---|---|
| FontLoadOptions() | Initializes new instance of class. |
| Method | Description |
|---|---|
| getFormat() | Gets Input document file type. |
| setFormat(FontFileType format) | Sets Input document file type. |
public FontLoadOptions()
Initializes new instance of class.
public FontFileType getFormat()
Gets Input document file type.
Returns: FontFileType
public void setFormat(FontFileType format)
Sets Input document file type.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| format | FontFileType |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.