![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.cells.MsoDrawingType
public class MsoDrawingType
Represents the type of the shape.
Field Summary | |
---|---|
static short |
ARC
Reprents the oval shape type |
static short |
BUTTON
Reprents the Button. |
static short |
CHART
Reprents the Chart shape. |
static short |
CHECK_BOX
Reprents the checkbox. |
static short |
COMBO_BOX
Reprents the combo_box. |
static short |
COMMENT
Reprents the comment. |
static short |
GROUP
Reprents the GroupShape. |
static short |
GROUP_BOX
Reprents the GroupBox. |
static short |
LABEL
Reprents the Label. |
static short |
LINE
Reprents the line shape type. |
static short |
LIST_BOX
Reprents the ListBox. |
static short |
OLE_OBJECT
Reprents the Ole object. |
static short |
OVAL
Reprents the oval shape type |
static short |
PICTURE
Reprents the picture. |
static short |
RADIO_BUTTON
Reprents the RadioButton. |
static short |
RECTANGLE
Reprents the rectangle shape type. |
static short |
SCROLL_BAR
Reprents the ScrollBar. |
static short |
SPINNER
Reprents the Spinner. |
static short |
TEXT_BOX
Reprents the textbox. |
static short |
UNKNOWN
Unknown type, commonly it represents a shape that is not supported currently. |
Constructor Summary | |
---|---|
MsoDrawingType()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final short GROUP
public static final short LINE
public static final short RECTANGLE
public static final short OVAL
public static final short ARC
public static final short CHART
public static final short TEXT_BOX
public static final short BUTTON
public static final short PICTURE
public static final short CHECK_BOX
public static final short RADIO_BUTTON
public static final short LABEL
public static final short SPINNER
public static final short SCROLL_BAR
public static final short LIST_BOX
public static final short GROUP_BOX
public static final short COMBO_BOX
public static final short OLE_OBJECT
public static final short COMMENT
public static final short UNKNOWN
Constructor Detail |
---|
public MsoDrawingType()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |