com.aspose.cells

Class MsoDrawingType

  • java.lang.Object
    • com.aspose.cells.MsoDrawingType
public class MsoDrawingType 
extends java.lang.Object

Utility class containing constants. Represents office drawing objects type.

Field Summary
static final intGROUP
Group
static final intLINE
Line
static final intRECTANGLE
Rectangle
static final intOVAL
Oval
static final intARC
Arc
static final intCHART
Chart
static final intTEXT_BOX
TextBox
static final intBUTTON
Button
static final intPICTURE
Picture
static final intPOLYGON
Polygon
static final intCHECK_BOX
CheckBox
static final intRADIO_BUTTON
RadioButton
static final intLABEL
Label
static final intDIALOG_BOX
DialogBox
static final intSPINNER
Spinner
static final intSCROLL_BAR
ScrollBar
static final intLIST_BOX
ListBox
static final intGROUP_BOX
GroupBox
static final intCOMBO_BOX
ComboBox
static final intCOMMENT
Comment
static final intOLE_OBJECT
OleObject
static final intCELLS_DRAWING
Only for preserving the drawing object in the template file.
static final intUNKNOWN
Only for preserving the drawing object in the xlsx file.
static final intSLICER
Slicer
static final intWEB_EXTENSION
Web extension
static final intSMART_ART
Smart Art
static final intCUSTOM_XML
Custom xml shape ,such as Ink.
static final intMODEL_3_D
3D Model
 

    • Field Detail

      • GROUP

        public static final int GROUP
        Group
      • LINE

        public static final int LINE
        Line
      • RECTANGLE

        public static final int RECTANGLE
        Rectangle
      • OVAL

        public static final int OVAL
        Oval
      • ARC

        public static final int ARC
        Arc
      • CHART

        public static final int CHART
        Chart
      • TEXT_BOX

        public static final int TEXT_BOX
        TextBox
      • BUTTON

        public static final int BUTTON
        Button
      • PICTURE

        public static final int PICTURE
        Picture
      • POLYGON

        public static final int POLYGON
        Polygon
      • CHECK_BOX

        public static final int CHECK_BOX
        CheckBox
      • RADIO_BUTTON

        public static final int RADIO_BUTTON
        RadioButton
      • LABEL

        public static final int LABEL
        Label
      • DIALOG_BOX

        public static final int DIALOG_BOX
        DialogBox
      • SPINNER

        public static final int SPINNER
        Spinner
      • SCROLL_BAR

        public static final int SCROLL_BAR
        ScrollBar
      • LIST_BOX

        public static final int LIST_BOX
        ListBox
      • GROUP_BOX

        public static final int GROUP_BOX
        GroupBox
      • COMBO_BOX

        public static final int COMBO_BOX
        ComboBox
      • COMMENT

        public static final int COMMENT
        Comment
      • OLE_OBJECT

        public static final int OLE_OBJECT
        OleObject
      • CELLS_DRAWING

        public static final int CELLS_DRAWING
        Only for preserving the drawing object in the template file.
      • UNKNOWN

        public static final int UNKNOWN
        Only for preserving the drawing object in the xlsx file.
      • SLICER

        public static final int SLICER
        Slicer
      • WEB_EXTENSION

        public static final int WEB_EXTENSION
        Web extension
      • SMART_ART

        public static final int SMART_ART
        Smart Art
      • CUSTOM_XML

        public static final int CUSTOM_XML
        Custom xml shape ,such as Ink.
      • MODEL_3_D

        public static final int MODEL_3_D
        3D Model