Uses of Interface
org.apache.poi.sl.usermodel.TextBox
-
Packages that use TextBox Package Description org.apache.poi.hslf.usermodel org.apache.poi.sl.draw org.apache.poi.sl.usermodel org.apache.poi.xslf.usermodel -
-
Uses of TextBox in org.apache.poi.hslf.usermodel
Classes in org.apache.poi.hslf.usermodel that implement TextBox Modifier and Type Class Description class
HSLFPlaceholder
Represents a Placeholder in PowerPoint.class
HSLFTableCell
Represents a cell in a ppt tableclass
HSLFTextBox
Represents a TextFrame shape in PowerPoint. -
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 DrawTextBox
DrawFactory. 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 -
Uses of TextBox in org.apache.poi.xslf.usermodel
Classes in org.apache.poi.xslf.usermodel that implement TextBox Modifier and Type Class Description class
XSLFTextBox
-