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
           
 

Methods in org.apache.poi.hslf.model that return TextShape
 TextShape MasterSheet.getPlaceholder(int type)
          Return placeholder by text type
 

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.