MsoDrawingType

Inheritance: java.lang.Object

public final class MsoDrawingType

Represents office drawing objects type.

Fields

FieldDescription
ARCArc
BUTTONButton
CELLS_DRAWINGOnly for preserving the drawing object in the template file.
CHARTChart
CHECK_BOXCheckBox
COMBO_BOXComboBox
COMMENTComment
CUSTOM_XMLCustom xml shape ,such as Ink.
DIALOG_BOXDialogBox
GROUPGroup
GROUP_BOXGroupBox
LABELLabel
LINELine
LIST_BOXListBox
MODEL_3_D3D Model
OLE_OBJECTOleObject
OVALOval
PICTUREPicture
POLYGONPolygon
RADIO_BUTTONRadioButton
RECTANGLERectangle
SCROLL_BARScrollBar
SLICERSlicer
SMART_ARTSmart Art
SPINNERSpinner
TEXT_BOXTextBox
TIMELINETimeline
UNKNOWNOnly for preserving the drawing object in the xlsx file.
WEB_EXTENSIONWeb extension

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int