Uses of Interface
org.apache.poi.xddf.usermodel.text.TextContainer
Packages that use TextContainer
Package
Description
-
Uses of TextContainer in org.apache.poi.xddf.usermodel.chart
Classes in org.apache.poi.xddf.usermodel.chart that implement TextContainerModifier and TypeClassDescriptionclass
final class
Represents a DrawingML chart legendclass
Constructors in org.apache.poi.xddf.usermodel.chart with parameters of type TextContainerModifierConstructorDescriptionXDDFTitle
(TextContainer parent, org.openxmlformats.schemas.drawingml.x2006.chart.CTTitle title) -
Uses of TextContainer in org.apache.poi.xddf.usermodel.text
Methods in org.apache.poi.xddf.usermodel.text that return TextContainerConstructors in org.apache.poi.xddf.usermodel.text with parameters of type TextContainerModifierConstructorDescriptionXDDFTextBody
(TextContainer parent) XDDFTextBody
(TextContainer parent, org.openxmlformats.schemas.drawingml.x2006.main.CTTextBody body) -
Uses of TextContainer in org.apache.poi.xslf.usermodel
Classes in org.apache.poi.xslf.usermodel that implement TextContainerModifier and TypeClassDescriptionclass
Represents a shape with a preset geometry.final class
Represents a Chart in a .pptx presentationclass
Represents a custom geometric shape.class
Represents a cell of a table in a .pptx presentationclass
class
Represents a shape that can hold text. -
Uses of TextContainer in org.apache.poi.xssf.usermodel
Classes in org.apache.poi.xssf.usermodel that implement TextContainerModifier and TypeClassDescriptionfinal class
Represents a SpreadsheetML Chartclass
Represents binary object (i.e.class
Represents a shape with a predefined geometry in a SpreadsheetML drawing.final class
Represents a text box in a SpreadsheetML drawing. -
Uses of TextContainer in org.apache.poi.xwpf.usermodel
Classes in org.apache.poi.xwpf.usermodel that implement TextContainer