LoadOptions
LoadOptions class
Allows to specify additional options when loading a diagram into a Diagram object.
new LoadOptions()
Initializes a new instance of this class with default values. Default file format is set as LoadFileFormat.
Methods
| Name | Description |
|---|---|
| constructor_overload$1(format) | Initializes a new instance of this class with the format specified. |
| getFontConfigs() | Gets and sets individual font configs. Only works for the Diagram which uses this LoadOptions to load. |
| getInterruptMonitor() | Gets and sets the interrupt monitor. |
| getLoadFilter() | The filter to denote how to load data. |
| getLoadFormat() | Specifies the format of the diagram to be loaded. Default is LoadFileFormat. Read/write LoadFileFormat. The value of the |
| getLocale() | Gets and sets the Locale used for diagram at the time the file was loaded. |
| getPages() | Specifies the index of the pages to be loaded. |
| setFontConfigs() | Gets and sets individual font configs. Only works for the Diagram which uses this LoadOptions to load. |
| setInterruptMonitor() | Gets and sets the interrupt monitor. |
| setLoadFilter() | The filter to denote how to load data. |
| setLoadFormat() | Specifies the format of the diagram to be loaded. Default is LoadFileFormat. Read/write LoadFileFormat. The value of the |
| setLocale() | Gets and sets the Locale used for diagram at the time the file was loaded. |
| setPages() | Specifies the index of the pages to be loaded. |
constructor_overload$1(format)
Initializes a new instance of this class with the format specified.
| Parameter | Type | Description |
|---|---|---|
| format | Number | LoadFileFormat |
getFontConfigs()
Gets and sets individual font configs. Only works for the Diagram which uses this LoadOptions to load.
getInterruptMonitor()
Gets and sets the interrupt monitor.
getLoadFilter()
The filter to denote how to load data.
getLoadFormat()
Specifies the format of the diagram to be loaded. Default is LoadFileFormat. Read/write LoadFileFormat. The value of the property is LoadFileFormat integer constant.
getLocale()
Gets and sets the Locale used for diagram at the time the file was loaded.
getPages()
Specifies the index of the pages to be loaded.
setFontConfigs()
Gets and sets individual font configs. Only works for the Diagram which uses this LoadOptions to load.
setInterruptMonitor()
Gets and sets the interrupt monitor.
setLoadFilter()
The filter to denote how to load data.
setLoadFormat()
Specifies the format of the diagram to be loaded. Default is LoadFileFormat. Read/write LoadFileFormat. The value of the property is LoadFileFormat integer constant.
setLocale()
Gets and sets the Locale used for diagram at the time the file was loaded.
setPages()
Specifies the index of the pages to be loaded.