Package | Description |
---|---|
org.apache.poi.hslf.model | |
org.apache.poi.hslf.record |
Modifier and Type | Method | Description |
---|---|---|
protected PPDrawing |
Sheet.getPPDrawing() |
Fetch the PPDrawing from the underlying record
|
Modifier and Type | Method | Description |
---|---|---|
static TextRun[] |
Sheet.findTextRuns(PPDrawing ppdrawing) |
For a given PPDrawing, grab all the TextRuns
|
Modifier and Type | Method | Description |
---|---|---|
PPDrawing |
MainMaster.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
|
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
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.