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 classXDDFChartclassXDDFChartLegendRepresents a DrawingML chart legendclassXDDFLegendEntryConstructors 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 TextContainerXDDFTextBody. 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 classXSLFAutoShapeRepresents a shape with a preset geometry.classXSLFChartRepresents a Chart in a .pptx presentationclassXSLFFreeformShapeRepresents a custom geometric shape.classXSLFTableCellRepresents a cell of a table in a .pptx presentationclassXSLFTextBoxclassXSLFTextShapeRepresents 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 classXSSFChartRepresents a SpreadsheetML ChartclassXSSFObjectDataRepresents binary object (i.e.classXSSFSimpleShapeRepresents a shape with a predefined geometry in a SpreadsheetML drawing.classXSSFTextBoxRepresents 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 classXWPFChartRepresents a Chart in a .docx file
-