Uses of Class
org.apache.poi.hslf.record.EscherTextboxWrapper
-
Packages that use EscherTextboxWrapper Package Description 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 Modifier and Type Method Description EscherTextboxWrapper[]
PPDrawing. getTextboxWrappers()
Get access to the atoms inside TextboxesMethods in org.apache.poi.hslf.record with parameters of type EscherTextboxWrapper Modifier and Type Method Description void
PPDrawing. addTextboxWrapper(EscherTextboxWrapper txtbox)
Add a new EscherTextboxWrapper to thisPPDrawing
. -
Uses of EscherTextboxWrapper in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return EscherTextboxWrapper Modifier and Type Method Description protected EscherTextboxWrapper
HSLFTextShape. getEscherTextboxWrapper()
EscherTextboxWrapper
HSLFTextParagraph. getTextboxWrapper()
EscherTextboxWrapper[]
HSLFSlide. getTextboxWrappers()
Methods in org.apache.poi.hslf.usermodel with parameters of type EscherTextboxWrapper Modifier and Type Method Description 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.
-