Package | Description |
---|---|
org.apache.poi.hslf.model | |
org.apache.poi.hslf.usermodel |
Modifier and Type | Method and Description |
---|---|
protected void |
ActiveXShape.afterInsert(HSLFSheet sheet) |
Constructor and Description |
---|
HeadersFooters(HSLFSheet sheet,
short headerFooterType) |
Modifier and Type | Class and Description |
---|---|
class |
HSLFMasterSheet
The superclass of all master sheets - Slide masters, Notes masters, etc.
|
class |
HSLFNotes
This class represents a slide's notes in a PowerPoint Document.
|
class |
HSLFSlide
This class represents a slide in a PowerPoint Document.
|
class |
HSLFSlideMaster
SlideMaster determines the graphics, layout, and formatting for all the slides in a given presentation.
|
class |
HSLFTitleMaster
Title masters define the design template for slides with a Title Slide layout.
|
Modifier and Type | Method and Description |
---|---|
HSLFSheet |
HSLFTextParagraph.getSheet() |
HSLFSheet |
HSLFShape.getSheet() |
Modifier and Type | Method and Description |
---|---|
protected void |
HSLFFill.afterInsert(HSLFSheet sh) |
protected void |
HSLFShape.afterInsert(HSLFSheet sh)
Event which fires when a shape is inserted in the sheet.
|
protected void |
HSLFPictureShape.afterInsert(HSLFSheet sh)
By default set the orininal image size
|
protected void |
HSLFTable.afterInsert(HSLFSheet sh) |
protected void |
HSLFTextShape.afterInsert(HSLFSheet sh)
When a textbox is added to a sheet we need to tell upper-level
PPDrawing about it. |
protected static java.util.List<HSLFTextParagraph> |
HSLFTextParagraph.findTextParagraphs(EscherTextboxWrapper wrapper,
HSLFSheet sheet)
Scans through the supplied record array, looking for
a TextHeaderAtom followed by one of a TextBytesAtom or
a TextCharsAtom.
|
static java.util.List<java.util.List<HSLFTextParagraph>> |
HSLFTextParagraph.findTextParagraphs(PPDrawing ppdrawing,
HSLFSheet sheet)
For a given PPDrawing, grab all the TextRuns
|
protected static java.awt.Color |
HSLFTextParagraph.getColorFromColorIndexStruct(int rgb,
HSLFSheet sheet) |
void |
HSLFShape.setSheet(HSLFSheet sheet)
Assign the
SlideShow this shape belongs to |
void |
HSLFTable.setSheet(HSLFSheet sheet)
Assign the
SlideShow this shape belongs to |
void |
HSLFTextShape.setSheet(HSLFSheet sheet) |
static void |
HSLFTextParagraph.supplySheet(java.util.List<HSLFTextParagraph> paragraphs,
HSLFSheet sheet)
Supply the Sheet we belong to, which might have an assigned SlideShow
Also passes it on to our child RichTextRuns
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.