Uses of Class
org.apache.poi.xssf.usermodel.XSSFTextBox
-
Packages that use XSSFTextBox Package Description org.apache.poi.xssf.usermodel -
-
Uses of XSSFTextBox in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return XSSFTextBox Modifier and Type Method Description XSSFTextBox
XSSFDrawing. createTextbox(XSSFClientAnchor anchor)
Constructs a textbox under the drawing.XSSFTextBox
XSSFShapeGroup. createTextbox(XSSFChildAnchor anchor)
Constructs a textbox.
-