org.apache.poi.ss.usermodel
Interface SimpleShape

All Superinterfaces:
Shape
All Known Subinterfaces:
ObjectData
All Known Implementing Classes:
HSSFCombobox, HSSFComment, HSSFObjectData, HSSFPicture, HSSFPolygon, HSSFSimpleShape, HSSFTextbox, XSSFObjectData, XSSFSimpleShape, XSSFTextBox

public interface SimpleShape
extends Shape

A common interface for simple shapes. (Currently the HSSF and XSSF classes don't share common method signatures ...)

Since:
POI 3.16-beta2

Method Summary
 
Methods inherited from interface org.apache.poi.ss.usermodel.Shape
getAnchor, getParent, getShapeName, isNoFill, setFillColor, setLineStyleColor, setNoFill
 



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