Uses of Class
org.apache.poi.xddf.usermodel.text.XDDFTextBody
Packages that use XDDFTextBody
Package
Description
-
Uses of XDDFTextBody in org.apache.poi.xddf.usermodel.chart
Methods in org.apache.poi.xddf.usermodel.chart that return XDDFTextBodyModifier and TypeMethodDescriptionXDDFTitle.getBody()
XDDFChart.getFormattedTitle()
Get the chart title body if there is one, i.e.XDDFChartLegend.getTextBody()
XDDFLegendEntry.getTextBody()
Methods in org.apache.poi.xddf.usermodel.chart with parameters of type XDDFTextBodyModifier and TypeMethodDescriptionvoid
XDDFChartLegend.setTextBody
(XDDFTextBody body) void
XDDFLegendEntry.setTextBody
(XDDFTextBody body) -
Uses of XDDFTextBody in org.apache.poi.xddf.usermodel.text
Methods in org.apache.poi.xddf.usermodel.text that return XDDFTextBodyConstructors in org.apache.poi.xddf.usermodel.text with parameters of type XDDFTextBodyModifierConstructorDescriptionprotected
XDDFTextParagraph
(org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraph paragraph, XDDFTextBody parent) -
Uses of XDDFTextBody in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return XDDFTextBodyMethods in org.apache.poi.xslf.usermodel with parameters of type XDDFTextBodyModifier and TypeMethodDescriptionprotected static void
XSLFTextShape.initTextBody
(XDDFTextBody body) -
Uses of XDDFTextBody in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return XDDFTextBody