Uses of Interface
org.apache.poi.sl.usermodel.TextShape
Packages that use TextShape
Package
Description
-
Uses of TextShape in org.apache.poi.hslf.model
Classes in org.apache.poi.hslf.model that implement TextShape -
Uses of TextShape in org.apache.poi.hslf.usermodel
Classes in org.apache.poi.hslf.usermodel that implement TextShapeModifier and TypeClassDescriptionclass
Represents an AutoShape.final class
A "Freeform" shape.final class
Represents a line in a PowerPoint drawingfinal class
Represents a Placeholder in PowerPoint.final class
Represents a cell in a ppt tableclass
Represents a TextFrame shape in PowerPoint.class
A common superclass of all shapes that can hold text.Methods in org.apache.poi.hslf.usermodel that return TextShapeModifier and TypeMethodDescriptionTextShape<?,
? 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 TextShapeModifier and TypeMethodDescriptionprotected 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 TextShapeConstructors in org.apache.poi.sl.draw with parameters of type TextShape -
Uses of TextShape in org.apache.poi.sl.usermodel
Subinterfaces of TextShape in org.apache.poi.sl.usermodelModifier and TypeInterfaceDescriptioninterface
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 -
Uses of TextShape in org.apache.poi.xslf.usermodel
Classes in org.apache.poi.xslf.usermodel that implement TextShapeModifier and TypeClassDescriptionclass
Represents a shape with a preset geometry.class
Represents a custom geometric shape.class
Represents a cell of a table in a .pptx presentationclass
class
Represents a shape that can hold text.