Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Class MsoDrawingType

java.lang.Object
  extended by com.aspose.cells.MsoDrawingType

public class MsoDrawingType
extends java.lang.Object

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

GROUP

public static final short GROUP
Reprents the GroupShape.

See Also:
Constant Field Values

LINE

public static final short LINE
Reprents the line shape type.

See Also:
Constant Field Values

RECTANGLE

public static final short RECTANGLE
Reprents the rectangle shape type.

See Also:
Constant Field Values

OVAL

public static final short OVAL
Reprents the oval shape type

See Also:
Constant Field Values

ARC

public static final short ARC
Reprents the oval shape type

See Also:
Constant Field Values

CHART

public static final short CHART
Reprents the Chart shape.

See Also:
Constant Field Values

TEXT_BOX

public static final short TEXT_BOX
Reprents the textbox.

See Also:
Constant Field Values

BUTTON

public static final short BUTTON
Reprents the Button.

See Also:
Constant Field Values

PICTURE

public static final short PICTURE
Reprents the picture.

See Also:
Constant Field Values

CHECK_BOX

public static final short CHECK_BOX
Reprents the checkbox.

See Also:
Constant Field Values

RADIO_BUTTON

public static final short RADIO_BUTTON
Reprents the RadioButton.

See Also:
Constant Field Values

LABEL

public static final short LABEL
Reprents the Label.

See Also:
Constant Field Values

SPINNER

public static final short SPINNER
Reprents the Spinner.

See Also:
Constant Field Values

SCROLL_BAR

public static final short SCROLL_BAR
Reprents the ScrollBar.

See Also:
Constant Field Values

LIST_BOX

public static final short LIST_BOX
Reprents the ListBox.

See Also:
Constant Field Values

GROUP_BOX

public static final short GROUP_BOX
Reprents the GroupBox.

See Also:
Constant Field Values

COMBO_BOX

public static final short COMBO_BOX
Reprents the combo_box.

See Also:
Constant Field Values

OLE_OBJECT

public static final short OLE_OBJECT
Reprents the Ole object.

See Also:
Constant Field Values

COMMENT

public static final short COMMENT
Reprents the comment.

See Also:
Constant Field Values

UNKNOWN

public static final short UNKNOWN
Unknown type, commonly it represents a shape that is not supported currently.

See Also:
Constant Field Values
Constructor Detail

MsoDrawingType

public MsoDrawingType()