Uses of Interface
org.apache.poi.sl.usermodel.TextShape
-
Packages that use TextShape Package Description 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 Modifier and Type Class Description classPolygonA simple closed polygon shape -
Uses of TextShape in org.apache.poi.hslf.usermodel
Classes in org.apache.poi.hslf.usermodel that implement TextShape Modifier and Type Class Description classHSLFAutoShapeRepresents an AutoShape.classHSLFFreeformShapeA "Freeform" shape.classHSLFLineRepresents a line in a PowerPoint drawingclassHSLFPlaceholderRepresents a Placeholder in PowerPoint.classHSLFTableCellRepresents a cell in a ppt tableclassHSLFTextBoxRepresents a TextFrame shape in PowerPoint.classHSLFTextShapeA common superclass of all shapes that can hold text.Methods in org.apache.poi.hslf.usermodel that return TextShape Modifier and Type Method Description 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 Modifier and Type Method Description 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 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() -
Uses of TextShape in org.apache.poi.xslf.usermodel
Classes in org.apache.poi.xslf.usermodel that implement TextShape Modifier and Type Class Description classXSLFAutoShapeRepresents a shape with a preset geometry.classXSLFFreeformShapeRepresents a custom geometric shape.classXSLFTableCellRepresents a cell of a table in a .pptx presentationclassXSLFTextBoxclassXSLFTextShapeRepresents a shape that can hold text.
-