Uses of Interface
org.apache.poi.sl.usermodel.TextBox

Packages that use TextBox
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
 class HSLFPlaceholder
          Represents a Placeholder in PowerPoint.
 class HSLFTableCell
          Represents a cell in a ppt table
 class 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
 DrawTextBox DrawFactory.getDrawable(TextBox<?,?> shape)
           
 

Constructors in org.apache.poi.sl.draw with parameters of type TextBox
DrawTextBox(TextBox<?,?> shape)
           
 

Uses of TextBox in org.apache.poi.sl.usermodel
 

Methods in org.apache.poi.sl.usermodel that return TextBox
 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
 class XSLFTextBox
           
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.