Uses of Class
org.apache.poi.hslf.record.EscherTextboxWrapper
Packages that use EscherTextboxWrapper
-
Uses of EscherTextboxWrapper in org.apache.poi.hslf.record
Methods in org.apache.poi.hslf.record that return EscherTextboxWrapperModifier and TypeMethodDescriptionPPDrawing.getTextboxWrappers()Get access to the atoms inside TextboxesMethods in org.apache.poi.hslf.record with parameters of type EscherTextboxWrapperModifier and TypeMethodDescriptionvoidPPDrawing.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 EscherTextboxWrapperModifier and TypeMethodDescriptionprotected EscherTextboxWrapperHSLFTextShape.getEscherTextboxWrapper()HSLFTextParagraph.getTextboxWrapper()HSLFSlide.getTextboxWrappers()Methods in org.apache.poi.hslf.usermodel with parameters of type EscherTextboxWrapperModifier and TypeMethodDescriptionprotected static 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.