GridMsoDrawingType
Contents
[
Hide
]Inheritance: java.lang.Object
public final class GridMsoDrawingType
Represents office drawing objects type.
Fields
Field | Description |
---|---|
ARC | |
BUTTON | |
CELLS_DRAWING | Only for preserving the drawing object in the template file. |
CHART | |
CHECK_BOX | |
COMBO_BOX | |
COMMENT | |
DIALOG_BOX | |
GROUP | |
GROUP_BOX | |
LABEL | |
LINE | |
LIST_BOX | |
OLE_OBJECT | |
OVAL | |
PICTURE | |
POLYGON | |
RADIO_BUTTON | |
RECTANGLE | |
SCROLL_BAR | |
SPINNER | |
TEXT_BOX | |
UNKNOWN | Only for preserving the drawing object in the xlsx file. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
hashCode() | |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
ARC
public static final int ARC
BUTTON
public static final int BUTTON
CELLS_DRAWING
public static final int CELLS_DRAWING
Only for preserving the drawing object in the template file.
CHART
public static final int CHART
CHECK_BOX
public static final int CHECK_BOX
COMBO_BOX
public static final int COMBO_BOX
COMMENT
public static final int COMMENT
DIALOG_BOX
public static final int DIALOG_BOX
GROUP
public static final int GROUP
GROUP_BOX
public static final int GROUP_BOX
LABEL
public static final int LABEL
LINE
public static final int LINE
LIST_BOX
public static final int LIST_BOX
OLE_OBJECT
public static final int OLE_OBJECT
OVAL
public static final int OVAL
PICTURE
public static final int PICTURE
POLYGON
public static final int POLYGON
RADIO_BUTTON
public static final int RADIO_BUTTON
RECTANGLE
public static final int RECTANGLE
SCROLL_BAR
public static final int SCROLL_BAR
SPINNER
public static final int SPINNER
TEXT_BOX
public static final int TEXT_BOX
UNKNOWN
public static final int UNKNOWN
Only for preserving the drawing object in the xlsx file.
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
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
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 |