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.
 

Fields in org.apache.poi.hslf.model declared as TextShape
protected  TextShape TextPainter._shape
           
 

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



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