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 DrawTextShapeDrawFactory. 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 interfaceAutoShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>interfaceFreeformShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>interfaceLine<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>Interface for Lines ...interfaceTableCell<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>interfaceTextBox<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()
-