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 PPDrawing
MainMaster. getPPDrawing()
Returns the PPDrawing of this Slide, which has all the interesting data in itPPDrawing
Notes. getPPDrawing()
Returns the PPDrawing of this Notes, which has all the interesting data in itabstract PPDrawing
SheetContainer. getPPDrawing()
Returns the PPDrawing of this sheet, which has all the interesting data in itPPDrawing
Slide. 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 PPDrawing
HSLFSheet. 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 java.util.List<java.util.List<HSLFTextParagraph>>
HSLFTextParagraph. findTextParagraphs(PPDrawing ppdrawing, HSLFSheet sheet)
For a given PPDrawing, grab all the TextRuns
-