DiagramLoadOptions
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.conversion.contracts.ValueObject, com.groupdocs.conversion.options.load.LoadOptions
All Implemented Interfaces: java.io.Serializable
public final class DiagramLoadOptions extends LoadOptions implements Serializable
Options for loading Diagram documents.
| Constructor | Description |
|---|---|
| DiagramLoadOptions() | Initializes new instance of DiagramLoadOptions class. |
| Method | Description |
|---|---|
| getFormat() | |
| getDefaultFont() | Default font for Diagram document. |
| setDefaultFont(String value) | Default font for Diagram document. |
public DiagramLoadOptions()
Initializes new instance of DiagramLoadOptions class.
public final DiagramFileType getFormat()
Input document file type
Returns: DiagramFileType
public final String getDefaultFont()
Default font for Diagram document. The following font will be used if a font is missing.
Returns: java.lang.String
public final void setDefaultFont(String value)
Default font for Diagram document. The following font will be used if a font is missing.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
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.