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

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

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.
 

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

Methods in org.apache.poi.hslf.usermodel that return EscherTextboxWrapper
protected  EscherTextboxWrapper HSLFTextShape.getEscherTextboxWrapper()
           
 EscherTextboxWrapper HSLFTextParagraph.getTextboxWrapper()
           
 EscherTextboxWrapper[] HSLFSlide.getTextboxWrappers()
           
 

Methods in org.apache.poi.hslf.usermodel with parameters of type EscherTextboxWrapper
protected static java.util.List<HSLFTextParagraph> HSLFTextParagraph.findTextParagraphs(EscherTextboxWrapper wrapper, HSLFSheet sheet)
          Scans through the supplied record array, looking for a TextHeaderAtom followed by one of a TextBytesAtom or a TextCharsAtom.
 



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