public class LoadOptions
| Constructor Summary |
|---|
LoadOptions()
Initializes a new instance of this class with default values. |
LoadOptions(intformat)
Initializes a new instance of this class with the format specified. |
| Property Getters/Setters Summary | ||
|---|---|---|
int | getLoadFormat() | |
void | setLoadFormat(intvalue) | |
|
Specifies the format of the diagram to be loaded. Default is |
||
java.util.ArrayList | getPages() | |
void | setPages(java.util.ArrayListvalue) | |
| Specifies the index of the pages to be loaded. | ||
public LoadOptions()
public LoadOptions(int format)
format - A public int getLoadFormat() / public void setLoadFormat(int value)
public java.util.ArrayList getPages() / public void setPages(java.util.ArrayList value)