DiagramLoadOptions
Contents
[
Hide
]
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.
Constructors
| Constructor | Description |
|---|---|
| DiagramLoadOptions() | Initializes new instance of DiagramLoadOptions class. |
Methods
| Method | Description |
|---|---|
| getFormat() | |
| getDefaultFont() | Default font for Diagram document. |
| setDefaultFont(String value) | Default font for Diagram document. |
DiagramLoadOptions()
public DiagramLoadOptions()
Initializes new instance of DiagramLoadOptions class.
getFormat()
public final DiagramFileType getFormat()
Input document file type
Returns: DiagramFileType
getDefaultFont()
public final String getDefaultFont()
Default font for Diagram document. The following font will be used if a font is missing.
Returns: java.lang.String
setDefaultFont(String value)
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 |