Uses of Class
org.apache.poi.hslf.usermodel.HSLFSimpleShape

Packages that use HSLFSimpleShape
org.apache.poi.hslf.model   
org.apache.poi.hslf.usermodel   
 

Uses of HSLFSimpleShape in org.apache.poi.hslf.model
 

Subclasses of HSLFSimpleShape in org.apache.poi.hslf.model
 class ActiveXShape
          Represents an ActiveX control in a PowerPoint document.
 class MovieShape
          Represents a movie in a PowerPoint document.
 class OLEShape
          A shape representing embedded OLE obejct.
 class Polygon
          A simple closed polygon shape
 

Methods in org.apache.poi.hslf.model with parameters of type HSLFSimpleShape
protected  void PPGraphics2D.applyPaint(HSLFSimpleShape shape)
           
protected  void PPGraphics2D.applyStroke(HSLFSimpleShape shape)
           
 

Uses of HSLFSimpleShape in org.apache.poi.hslf.usermodel
 

Subclasses of HSLFSimpleShape in org.apache.poi.hslf.usermodel
 class HSLFAutoShape
          Represents an AutoShape.
 class HSLFConnectorShape
          Specifies a connection shape.
 class HSLFFreeformShape
          A "Freeform" shape.
 class HSLFLine
          Represents a line in a PowerPoint drawing
 class HSLFPictureShape
          Represents a picture in a PowerPoint document.
 class HSLFPlaceholder
          Represents a Placeholder in PowerPoint.
 class HSLFTableCell
          Represents a cell in a ppt table
 class HSLFTextBox
          Represents a TextFrame shape in PowerPoint.
 class HSLFTextShape
          A common superclass of all shapes that can hold text.
 

Methods in org.apache.poi.hslf.usermodel that return HSLFSimpleShape
 HSLFSimpleShape HSLFSheet.getPlaceholder(Placeholder type)
          Search placeholder by its type
 



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