Uses of Interface
org.apache.poi.sl.usermodel.TextShape
-
Packages that use TextShape Package Description org.apache.poi.sl.draw org.apache.poi.sl.usermodel -
-
Uses of TextShape in org.apache.poi.sl.draw
Methods in org.apache.poi.sl.draw that return TextShape Modifier and Type Method Description protected TextShape<?,? extends TextParagraph<?,?,? extends TextRun>>
DrawTextShape. getShape()
Methods in org.apache.poi.sl.draw with parameters of type TextShape Modifier and Type Method Description DrawTextShape
DrawFactory. getDrawable(TextShape<?,?> shape)
Constructors in org.apache.poi.sl.draw with parameters of type TextShape Constructor Description DrawTextShape(TextShape<?,?> shape)
-
Uses of TextShape in org.apache.poi.sl.usermodel
Subinterfaces of TextShape in org.apache.poi.sl.usermodel Modifier and Type Interface Description interface
AutoShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
interface
FreeformShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
interface
Line<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
Interface for Lines ...interface
TableCell<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
interface
TextBox<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
Represents a TextFrame shape in PowerPoint.Methods in org.apache.poi.sl.usermodel that return TextShape Modifier and Type Method Description TextShape<S,P>
TextParagraph. getParentShape()
-