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

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

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

Fields in org.apache.poi.hslf.model declared as EscherTextboxWrapper
protected  EscherTextboxWrapper TextBox._txtbox
          Escher container which holds text attributes such as TextHeaderAtom, TextBytesAtom ot TextCharsAtom, StyleTextPropAtom etc.
 

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.
 



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