Uses of Class
org.apache.poi.hslf.model.TextShape

Packages that use TextShape
org.apache.poi.hslf.model   
 

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

Subclasses of TextShape in org.apache.poi.hslf.model
 class AutoShape
          Represents an AutoShape.
 class Freeform
          A "Freeform" shape.
 class Placeholder
          Represents a Placeholder in PowerPoint.
 class Polygon
          A simple closed polygon shape
 class TableCell
          Represents a cell in a ppt table
 class TextBox
          Represents a TextFrame shape in PowerPoint.
 

Methods in org.apache.poi.hslf.model that return TextShape
 TextShape Sheet.getPlaceholder(int type)
          Search text placeholer by its type
 TextShape Sheet.getPlaceholderByTextType(int type)
          Return placeholder by text type
 

Constructors in org.apache.poi.hslf.model with parameters of type TextShape
TextPainter(TextShape shape)