Uses of Interface
org.apache.poi.xddf.usermodel.text.TextContainer
-
Packages that use TextContainer Package Description org.apache.poi.xddf.usermodel.chart org.apache.poi.xddf.usermodel.text org.apache.poi.xslf.usermodel org.apache.poi.xssf.usermodel org.apache.poi.xwpf.usermodel -
-
Uses of TextContainer in org.apache.poi.xddf.usermodel.chart
Classes in org.apache.poi.xddf.usermodel.chart that implement TextContainer Modifier and Type Class Description class
XDDFChart
class
XDDFChartLegend
Represents a DrawingML chart legendclass
XDDFLegendEntry
Constructors in org.apache.poi.xddf.usermodel.chart with parameters of type TextContainer Constructor Description XDDFTitle(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 TextContainer Modifier and Type Method Description TextContainer
XDDFTextBody. getParentShape()
Constructors in org.apache.poi.xddf.usermodel.text with parameters of type TextContainer Constructor Description XDDFTextBody(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 TextContainer Modifier and Type Class Description class
XSLFAutoShape
Represents a shape with a preset geometry.class
XSLFChart
Represents a Chart in a .pptx presentationclass
XSLFFreeformShape
Represents a custom geometric shape.class
XSLFTableCell
Represents a cell of a table in a .pptx presentationclass
XSLFTextBox
class
XSLFTextShape
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 TextContainer Modifier and Type Class Description class
XSSFChart
Represents a SpreadsheetML Chartclass
XSSFObjectData
Represents binary object (i.e.class
XSSFSimpleShape
Represents a shape with a predefined geometry in a SpreadsheetML drawing.class
XSSFTextBox
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 Modifier and Type Class Description class
XWPFChart
Represents a Chart in a .docx file
-