LoadOptions
Inheritance: java.lang.Object
public class LoadOptions
Allows to specify additional options when loading a diagram into a Diagram object.
Constructors
Constructor | Description |
---|---|
LoadOptions() | Initializes a new instance of this class with default values. |
LoadOptions(int format) | Initializes a new instance of this class with the format specified. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getInterruptMonitor() | the interrupt monitor. |
getLoadFormat() | Specifies the format of the diagram to be loaded. |
getLocale() | the Locale used for diagram at the time the file was loaded. |
getPages() | Specifies the index of the pages to be loaded. |
hashCode() | |
notify() | |
notifyAll() | |
setInterruptMonitor(AbstractInterruptMonitor value) | For the description of this property, please see getInterruptMonitor() |
setLoadFormat(int value) | For the description of this property, please see getLoadFormat() |
setLocale(Locale value) | For the description of this property, please see getLocale() |
setPages(ArrayList value) | For the description of this property, please see getPages() |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
LoadOptions()
public LoadOptions()
Initializes a new instance of this class with default values. Default file format is set as Aspose.Diagram.LoadFileFormat.
LoadOptions(int format)
public LoadOptions(int format)
Initializes a new instance of this class with the format specified.
Parameters:
Parameter | Type | Description |
---|---|---|
format | int | Aspose.Diagram.LoadFileFormat load file format. |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class>
getInterruptMonitor()
public AbstractInterruptMonitor getInterruptMonitor()
the interrupt monitor.
Returns: AbstractInterruptMonitor
getLoadFormat()
public int getLoadFormat()
Specifies the format of the diagram to be loaded. Default is Aspose.Diagram.LoadFileFormat. Read/write Aspose.Diagram.LoadFileFormat.
Returns: int
getLocale()
public Locale getLocale()
the Locale used for diagram at the time the file was loaded.
Returns: java.util.Locale
getPages()
public ArrayList getPages()
Specifies the index of the pages to be loaded.
Returns: java.util.ArrayList
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setInterruptMonitor(AbstractInterruptMonitor value)
public void setInterruptMonitor(AbstractInterruptMonitor value)
For the description of this property, please see getInterruptMonitor()
Parameters:
Parameter | Type | Description |
---|---|---|
value | AbstractInterruptMonitor |
setLoadFormat(int value)
public void setLoadFormat(int value)
For the description of this property, please see getLoadFormat()
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setLocale(Locale value)
public void setLocale(Locale value)
For the description of this property, please see getLocale()
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.util.Locale |
setPages(ArrayList value)
public void setPages(ArrayList value)
For the description of this property, please see getPages()
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.util.ArrayList |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |