Package | Description |
---|---|
org.apache.poi.hslf.model | |
org.apache.poi.hslf.usermodel |
Modifier and Type | Class and Description |
---|---|
class |
Polygon
A simple closed polygon shape
|
Modifier and Type | Class and Description |
---|---|
class |
HSLFAutoShape
Represents an AutoShape.
|
class |
HSLFFreeformShape
A "Freeform" shape.
|
class |
HSLFLine
Represents a line in a PowerPoint drawing
|
class |
HSLFPlaceholder
Represents a Placeholder in PowerPoint.
|
class |
HSLFTableCell
Represents a cell in a ppt table
|
class |
HSLFTextBox
Represents a TextFrame shape in PowerPoint.
|
Modifier and Type | Field and Description |
---|---|
protected HSLFTextShape |
HSLFTextParagraph._parentShape |
Modifier and Type | Method and Description |
---|---|
HSLFTextShape |
HSLFTextParagraph.getParentShape() |
HSLFTextShape |
HSLFSheet.getPlaceholderByTextType(int type)
Return placeholder by text type
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<HSLFHyperlink> |
HSLFHyperlink.find(HSLFTextShape shape)
Find hyperlinks in a text shape
|
protected void |
HSLFSlideMaster.onAddTextShape(HSLFTextShape shape) |
protected void |
HSLFSheet.onAddTextShape(HSLFTextShape shape)
Subclasses should call this method and update the array of text runs
when a text shape is added
|
protected void |
HSLFSlide.onAddTextShape(HSLFTextShape shape) |
void |
HSLFTextParagraph.setParentShape(HSLFTextShape parentShape) |
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.