Package | Description |
---|---|
org.apache.poi.hslf.record | |
org.apache.poi.hslf.usermodel |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
PPDrawing |
HSLFSheet.getPPDrawing()
Fetch the PPDrawing from the underlying record
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.util.List<HSLFTextParagraph>> |
HSLFTextParagraph.findTextParagraphs(PPDrawing ppdrawing,
HSLFSheet sheet)
For a given PPDrawing, grab all the TextRuns
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.