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

Packages that use PPDrawing
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
abstract  PPDrawing SheetContainer.getPPDrawing()
          Returns the PPDrawing of this sheet, which has all the interesting data in it
 PPDrawing Slide.getPPDrawing()
          Returns the PPDrawing of this Slide, which has all the interesting data in it
 PPDrawing Notes.getPPDrawing()
          Returns the PPDrawing of this Notes, which has all the interesting data in it
 PPDrawing MainMaster.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
 PPDrawing HSLFSheet.getPPDrawing()
          Fetch the PPDrawing from the underlying record
 

Methods in org.apache.poi.hslf.usermodel with parameters of type PPDrawing
static java.util.List<java.util.List<HSLFTextParagraph>> HSLFTextParagraph.findTextParagraphs(PPDrawing ppdrawing, HSLFSheet sheet)
          For a given PPDrawing, grab all the TextRuns
 



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