Uses of Interface
org.apache.poi.ss.usermodel.SimpleShape

Packages that use SimpleShape
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
org.apache.poi.ss.usermodel   
org.apache.poi.xssf.usermodel   
 

Uses of SimpleShape in org.apache.poi.hssf.usermodel
 

Classes in org.apache.poi.hssf.usermodel that implement SimpleShape
 class HSSFCombobox
           
 class HSSFComment
          Represents a cell comment - a sticky note associated with a cell.
 class HSSFObjectData
          Represents binary object (i.e.
 class HSSFPicture
          Represents a escher picture.
 class HSSFPolygon
           
 class HSSFSimpleShape
          Represents a simple shape such as a line, rectangle or oval.
 class HSSFTextbox
          A textbox is a shape that may hold a rich text string.
 

Uses of SimpleShape in org.apache.poi.ss.usermodel
 

Subinterfaces of SimpleShape in org.apache.poi.ss.usermodel
 interface ObjectData
          Common interface for OLE shapes, i.e.
 

Uses of SimpleShape in org.apache.poi.xssf.usermodel
 

Classes in org.apache.poi.xssf.usermodel that implement SimpleShape
 class XSSFObjectData
          Represents binary object (i.e.
 class XSSFSimpleShape
          Represents a shape with a predefined geometry in a SpreadsheetML drawing.
 class XSSFTextBox
          Represents a text box in a SpreadsheetML drawing.
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.