Uses of Class
org.apache.poi.hslf.record.EscherTextboxWrapper

Packages that use EscherTextboxWrapper
org.apache.poi.hslf.record   
 

Uses of EscherTextboxWrapper in org.apache.poi.hslf.record
 

Methods in org.apache.poi.hslf.record that return EscherTextboxWrapper
 EscherTextboxWrapper[] PPDrawing.getTextboxWrappers()
          Get access to the atoms inside Textboxes
 

Methods in org.apache.poi.hslf.record with parameters of type EscherTextboxWrapper
 void PPDrawing.addTextboxWrapper(EscherTextboxWrapper txtbox)
          Add a new EscherTextboxWrapper to this PPDrawing.