org.apache.poi.sl.usermodel
Interface SimpleShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>

All Superinterfaces:
IAdjustableShape, PlaceableShape<S,P>, Shape<S,P>
All Known Subinterfaces:
AutoShape<S,P>, ConnectorShape<S,P>, FreeformShape<S,P>, Line<S,P>, PictureShape<S,P>, TableCell<S,P>, TextBox<S,P>, TextShape<S,P>
All Known Implementing Classes:
ActiveXShape, HSLFAutoShape, HSLFConnectorShape, HSLFFreeformShape, HSLFLine, HSLFPictureShape, HSLFSimpleShape, HSLFTableCell, HSLFTextBox, HSLFTextShape, MovieShape, OLEShape, Placeholder, Polygon, XSLFAutoShape, XSLFBackground, XSLFConnectorShape, XSLFFreeformShape, XSLFPictureShape, XSLFSimpleShape, XSLFTableCell, XSLFTextBox, XSLFTextShape

public interface SimpleShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
extends Shape<S,P>, IAdjustableShape, PlaceableShape<S,P>


Method Summary
 FillStyle getFillStyle()
           
 CustomGeometry getGeometry()
           
 LineDecoration getLineDecoration()
           
 Shadow<S,P> getShadow()
           
 ShapeType getShapeType()
           
 StrokeStyle getStrokeStyle()
           
 boolean isPlaceholder()
           
 
Methods inherited from interface org.apache.poi.sl.usermodel.Shape
getAnchor, getParent, getSheet
 
Methods inherited from interface org.apache.poi.sl.draw.geom.IAdjustableShape
getAdjustValue
 
Methods inherited from interface org.apache.poi.sl.usermodel.PlaceableShape
getAnchor, getFlipHorizontal, getFlipVertical, getParent, getRotation, setAnchor, setFlipHorizontal, setFlipVertical, setRotation
 

Method Detail

getFillStyle

FillStyle getFillStyle()

getLineDecoration

LineDecoration getLineDecoration()

getStrokeStyle

StrokeStyle getStrokeStyle()

getGeometry

CustomGeometry getGeometry()

getShapeType

ShapeType getShapeType()

isPlaceholder

boolean isPlaceholder()

getShadow

Shadow<S,P> getShadow()


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