Uses of Interface
org.apache.poi.sl.usermodel.TextBox
-
Packages that use TextBox Package Description org.apache.poi.sl.draw org.apache.poi.sl.usermodel -
-
Uses of TextBox in org.apache.poi.sl.draw
Methods in org.apache.poi.sl.draw with parameters of type TextBox Modifier and Type Method Description DrawTextBoxDrawFactory. getDrawable(TextBox<?,?> shape)Constructors in org.apache.poi.sl.draw with parameters of type TextBox Constructor Description DrawTextBox(TextBox<?,?> shape) -
Uses of TextBox in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return TextBox Modifier and Type Method Description TextBox<S,P>ShapeContainer. createTextBox()create a text box
-