MsoDrawingType
Contents
[
Hide
]Inheritance: java.lang.Object
public final class MsoDrawingType
Represents office drawing objects type.
Fields
Field | Description |
---|---|
ARC | Arc |
BUTTON | Button |
CELLS_DRAWING | Only for preserving the drawing object in the template file. |
CHART | Chart |
CHECK_BOX | CheckBox |
COMBO_BOX | ComboBox |
COMMENT | Comment |
CUSTOM_XML | Custom xml shape ,such as Ink. |
DIALOG_BOX | DialogBox |
GROUP | Group |
GROUP_BOX | GroupBox |
LABEL | Label |
LINE | Line |
LIST_BOX | ListBox |
MODEL_3_D | 3D Model |
OLE_OBJECT | OleObject |
OVAL | Oval |
PICTURE | Picture |
POLYGON | Polygon |
RADIO_BUTTON | RadioButton |
RECTANGLE | Rectangle |
SCROLL_BAR | ScrollBar |
SLICER | Slicer |
SMART_ART | Smart Art |
SPINNER | Spinner |
TEXT_BOX | TextBox |
TIMELINE | Timeline |
UNKNOWN | Only for preserving the drawing object in the xlsx file. |
WEB_EXTENSION | Web extension |
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
Arc
BUTTON
public static final int BUTTON
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
Chart
CHECK_BOX
public static final int CHECK_BOX
CheckBox
COMBO_BOX
public static final int COMBO_BOX
ComboBox
COMMENT
public static final int COMMENT
Comment
CUSTOM_XML
public static final int CUSTOM_XML
Custom xml shape ,such as Ink.
DIALOG_BOX
public static final int DIALOG_BOX
DialogBox
GROUP
public static final int GROUP
Group
GROUP_BOX
public static final int GROUP_BOX
GroupBox
LABEL
public static final int LABEL
Label
LINE
public static final int LINE
Line
LIST_BOX
public static final int LIST_BOX
ListBox
MODEL_3_D
public static final int MODEL_3_D
3D Model
OLE_OBJECT
public static final int OLE_OBJECT
OleObject
OVAL
public static final int OVAL
Oval
PICTURE
public static final int PICTURE
Picture
POLYGON
public static final int POLYGON
Polygon
RADIO_BUTTON
public static final int RADIO_BUTTON
RadioButton
RECTANGLE
public static final int RECTANGLE
Rectangle
SCROLL_BAR
public static final int SCROLL_BAR
ScrollBar
SLICER
public static final int SLICER
Slicer
SMART_ART
public static final int SMART_ART
Smart Art
SPINNER
public static final int SPINNER
Spinner
TEXT_BOX
public static final int TEXT_BOX
TextBox
TIMELINE
public static final int TIMELINE
Timeline
UNKNOWN
public static final int UNKNOWN
Only for preserving the drawing object in the xlsx file.
WEB_EXTENSION
public static final int WEB_EXTENSION
Web extension
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 |