Example:
var aspose = aspose || {};
aspose.diagram = require("aspose.diagram");
loadOptions = new aspose.diagram.LoadOptions(aspose.diagram.LoadFileFormat.VSX);
vsxDiagram = new aspose.diagram.Diagram("LoadSaveConvert.vsx", loadOptions);
| Constructor Summary |
|---|
LoadOptions()
Initializes a new instance of this class with default values. |
LoadOptions(format)
Initializes a new instance of this class with the format specified. |
| Property Getters/Setters Summary | ||
|---|---|---|
method | getFontConfigs() | |
method | setFontConfigs(value) | |
|
Gets and sets individual font configs.
Only works for the |
||
method | getInterruptMonitor() | |
method | setInterruptMonitor(value) | |
| Gets and sets the interrupt monitor. | ||
method | getLoadFilter() | |
method | setLoadFilter(value) | |
| The filter to denote how to load data. | ||
method | getLoadFormat() | |
method | setLoadFormat(value) | |
|
Specifies the format of the diagram to be loaded. Default is |
||
method | getLocale() | |
method | setLocale(value) | |
| Gets and sets the Locale used for diagram at the time the file was loaded. | ||
method | getPages() | |
method | setPages(value) | |
| Specifies the index of the pages to be loaded. | ||
LoadOptions()
LoadOptions(format)
format: int - A int getLoadFormat() / setLoadFormat(value)
ArrayList getPages() / setPages(value)
LoadFilter getLoadFilter() / setLoadFilter(value)
AbstractInterruptMonitor getInterruptMonitor() / setInterruptMonitor(value)
IndividualFontConfigs getFontConfigs() / setFontConfigs(value)
Locale getLocale() / setLocale(value)