Uses of Class
org.apache.poi.ddf.EscherTextboxRecord

Packages that use EscherTextboxRecord
org.apache.poi.ddf This package contains classes for decoding the Microsoft Office Drawing format otherwise known as escher henceforth known in POI as the Dreadful Drawing Format. 
org.apache.poi.hslf.record   
 

Uses of EscherTextboxRecord in org.apache.poi.ddf
 

Methods in org.apache.poi.ddf that return EscherTextboxRecord
 EscherTextboxRecord EscherTextboxRecord.clone()
           
 

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

Methods in org.apache.poi.hslf.record that return EscherTextboxRecord
 EscherTextboxRecord EscherTextboxWrapper.getEscherRecord()
          Returns the underlying DDF Escher Record
 

Constructors in org.apache.poi.hslf.record with parameters of type EscherTextboxRecord
EscherTextboxWrapper(EscherTextboxRecord textbox)
          Creates the wrapper for the given DDF Escher Record and children
 



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