Uses of Class
org.apache.poi.hslf.record.PPDrawing
-
Packages that use PPDrawing Package Description org.apache.poi.hslf.record org.apache.poi.hslf.usermodel -
-
Uses of PPDrawing in org.apache.poi.hslf.record
Methods in org.apache.poi.hslf.record that return PPDrawing Modifier and Type Method Description PPDrawingMainMaster. getPPDrawing()Returns the PPDrawing of this Slide, which has all the interesting data in itPPDrawingNotes. getPPDrawing()Returns the PPDrawing of this Notes, which has all the interesting data in itabstract PPDrawingSheetContainer. getPPDrawing()Returns the PPDrawing of this sheet, which has all the interesting data in itPPDrawingSlide. getPPDrawing()Returns the PPDrawing of this Slide, which has all the interesting data in it -
Uses of PPDrawing in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return PPDrawing Modifier and Type Method Description PPDrawingHSLFSheet. getPPDrawing()Fetch the PPDrawing from the underlying recordMethods in org.apache.poi.hslf.usermodel with parameters of type PPDrawing Modifier and Type Method Description static List<List<HSLFTextParagraph>>HSLFTextParagraph. findTextParagraphs(PPDrawing ppdrawing, HSLFSheet sheet)For a given PPDrawing, grab all the TextRuns
-