Uses of Class
org.apache.poi.hssf.usermodel.HSSFTextbox
-
Packages that use HSSFTextbox Package Description org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet model -
-
Uses of HSSFTextbox in org.apache.poi.hssf.usermodel
Subclasses of HSSFTextbox in org.apache.poi.hssf.usermodel Modifier and Type Class Description class
HSSFComment
Represents a cell comment - a sticky note associated with a cell.Methods in org.apache.poi.hssf.usermodel that return HSSFTextbox Modifier and Type Method Description HSSFTextbox
HSSFPatriarch. createTextbox(HSSFClientAnchor anchor)
Constructs a textbox under the patriarch.HSSFTextbox
HSSFShapeGroup. createTextbox(HSSFChildAnchor anchor)
Create a new textbox under this group.
-