Uses of Interface
org.apache.poi.sl.usermodel.TextShape

Packages that use TextShape
org.apache.poi.hslf.model   
org.apache.poi.hslf.usermodel   
org.apache.poi.sl.draw   
org.apache.poi.sl.usermodel   
org.apache.poi.xslf.usermodel   
 

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

Classes in org.apache.poi.hslf.model that implement TextShape
 class Polygon
          A simple closed polygon shape
 

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

Classes in org.apache.poi.hslf.usermodel that implement TextShape
 class HSLFAutoShape
          Represents an AutoShape.
 class HSLFFreeformShape
          A "Freeform" shape.
 class HSLFLine
          Represents a line in a PowerPoint drawing
 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 TextShape
 TextShape<?,? extends TextParagraph<?,?,? extends TextRun>> HSLFTextShape.getMetroShape()
          Get alternative representation of text shape stored as metro blob escher property.
 

Uses of TextShape in org.apache.poi.sl.draw
 

Methods in org.apache.poi.sl.draw that return TextShape
protected  TextShape<?,? extends TextParagraph<?,?,? extends TextRun>> DrawFreeformShape.getShape()
           
protected  TextShape<?,? extends TextParagraph<?,?,? extends TextRun>> DrawTextShape.getShape()
           
 

Methods in org.apache.poi.sl.draw with parameters of type TextShape
 DrawTextShape DrawFactory.getDrawable(TextShape<?,?> shape)
           
 

Constructors in org.apache.poi.sl.draw with parameters of type TextShape
DrawTextShape(TextShape<?,?> shape)
           
 

Uses of TextShape in org.apache.poi.sl.usermodel
 

Subinterfaces of TextShape in org.apache.poi.sl.usermodel
 interface AutoShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
           
 interface FreeformShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
           
 interface Line<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
          Interface for Lines ...
 interface TableCell<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
           
 interface TextBox<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
          Represents a TextFrame shape in PowerPoint.
 

Methods in org.apache.poi.sl.usermodel that return TextShape
 TextShape<S,P> TextParagraph.getParentShape()
           
 

Uses of TextShape in org.apache.poi.xslf.usermodel
 

Classes in org.apache.poi.xslf.usermodel that implement TextShape
 class XSLFAutoShape
          Represents a shape with a preset geometry.
 class XSLFFreeformShape
          Represents a custom geometric shape.
 class XSLFTableCell
          Represents a cell of a table in a .pptx presentation
 class XSLFTextBox
           
 class XSLFTextShape
          Represents a shape that can hold text.
 



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