com.spire.xls
Enum ExcelShapeType

java.lang.Object
  extended by java.lang.Enum<ExcelShapeType>
      extended by com.spire.xls.ExcelShapeType
All Implemented Interfaces:
java.lang.Comparable<ExcelShapeType>

public enum ExcelShapeType
extends java.lang.Enum<ExcelShapeType>

Excel shapes.


Enum Constant Summary
Arc
          Arc
Button
          Button
CellsDrawing
          Only for preserving the drawing object in the template file.
Chart
          Chart
CheckBox
          Check box
ComboBox
          Combo box
Comment
          Comment
DialogBox
          Dialog box
FormControl
          Form control
Group
          Group
GroupBox
          Group box
Label
          Label
Line
          Line
ListBox
          List box
OleObject
          Ole object
Oval
          Oval
Picture
          Picture
Polygon
          Polygon
PrstGomShape
          Prst gom shape
RadioButton
          Radio button
Rectangle
          Rectangle
ScrollBar
          Scroll bar
Spinner
          Spinner
TextBox
          Text box
Unknown
          Only for preserving the drawing object in the xlsx file.
 

Enum Constant Detail

Group

public static final ExcelShapeType Group
Group


Line

public static final ExcelShapeType Line
Line


Rectangle

public static final ExcelShapeType Rectangle
Rectangle


Oval

public static final ExcelShapeType Oval
Oval


Arc

public static final ExcelShapeType Arc
Arc


Chart

public static final ExcelShapeType Chart
Chart


TextBox

public static final ExcelShapeType TextBox
Text box


Button

public static final ExcelShapeType Button
Button


Picture

public static final ExcelShapeType Picture
Picture


Polygon

public static final ExcelShapeType Polygon
Polygon


CheckBox

public static final ExcelShapeType CheckBox
Check box


RadioButton

public static final ExcelShapeType RadioButton
Radio button


Label

public static final ExcelShapeType Label
Label


DialogBox

public static final ExcelShapeType DialogBox
Dialog box


Spinner

public static final ExcelShapeType Spinner
Spinner


ScrollBar

public static final ExcelShapeType ScrollBar
Scroll bar


ListBox

public static final ExcelShapeType ListBox
List box


GroupBox

public static final ExcelShapeType GroupBox
Group box


ComboBox

public static final ExcelShapeType ComboBox
Combo box


Comment

public static final ExcelShapeType Comment
Comment


OleObject

public static final ExcelShapeType OleObject
Ole object


CellsDrawing

public static final ExcelShapeType CellsDrawing
Only for preserving the drawing object in the template file.


Unknown

public static final ExcelShapeType Unknown
Only for preserving the drawing object in the xlsx file.


PrstGomShape

public static final ExcelShapeType PrstGomShape
Prst gom shape


FormControl

public static final ExcelShapeType FormControl
Form control