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 TypeClassDescriptionclassRepresents an AutoShape.final classA "Freeform" shape.final classRepresents a line in a PowerPoint drawingfinal classRepresents a Placeholder in PowerPoint.final classRepresents a cell in a ppt tableclassRepresents a TextFrame shape in PowerPoint.classA 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 TypeInterfaceDescriptioninterfaceAutoShape<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 -
Uses of TextShape in org.apache.poi.xslf.usermodel
Classes in org.apache.poi.xslf.usermodel that implement TextShapeModifier and TypeClassDescriptionclassRepresents a shape with a preset geometry.classRepresents a custom geometric shape.classRepresents a cell of a table in a .pptx presentationclassclassRepresents a shape that can hold text.