Uses of Interface
org.apache.poi.xddf.usermodel.text.XDDFAutoFit
-
Packages that use XDDFAutoFit Package Description org.apache.poi.xddf.usermodel.text -
-
Uses of XDDFAutoFit in org.apache.poi.xddf.usermodel.text
Classes in org.apache.poi.xddf.usermodel.text that implement XDDFAutoFit Modifier and Type Class Description class
XDDFNoAutoFit
class
XDDFNormalAutoFit
class
XDDFShapeAutoFit
Methods in org.apache.poi.xddf.usermodel.text that return XDDFAutoFit Modifier and Type Method Description XDDFAutoFit
XDDFBodyProperties. getAutoFit()
Methods in org.apache.poi.xddf.usermodel.text with parameters of type XDDFAutoFit Modifier and Type Method Description void
XDDFBodyProperties. setAutoFit(XDDFAutoFit autofit)
-