Package | Description |
---|---|
org.apache.poi.hslf.model | |
org.apache.poi.hslf.usermodel |
Modifier and Type | Class and Description |
---|---|
class |
ActiveXShape
Represents an ActiveX control in a PowerPoint document.
|
class |
MovieShape
Represents a movie in a PowerPoint document.
|
class |
Polygon
A simple closed polygon shape
|
Constructor and Description |
---|
HSLFMetroShape(HSLFShape shape) |
Constructor and Description |
---|
ActiveXShape(EscherContainerRecord escherRecord,
ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
Create a
Picture object |
MovieShape(EscherContainerRecord escherRecord,
ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
Create a
Picture object |
MovieShape(int movieIdx,
HSLFPictureData pictureData,
ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
Create a new
Picture |
Polygon(EscherContainerRecord escherRecord,
ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
Create a Polygon object and initialize it from the supplied Record container.
|
Polygon(ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
Create a new Polygon.
|
Modifier and Type | Class and Description |
---|---|
class |
HSLFAutoShape
Represents an AutoShape.
|
class |
HSLFBackground
Background shape
|
class |
HSLFConnectorShape
Specifies a connection shape.
|
class |
HSLFFreeformShape
A "Freeform" shape.
|
class |
HSLFGroupShape
Represents a group of shapes.
|
class |
HSLFLine
Represents a line in a PowerPoint drawing
|
class |
HSLFObjectShape
A shape representing embedded OLE object.
|
class |
HSLFPictureShape
Represents a picture in a PowerPoint document.
|
class |
HSLFPlaceholder
Represents a Placeholder in PowerPoint.
|
class |
HSLFSimpleShape
An abstract simple (non-group) shape.
|
class |
HSLFTable
Represents a table in a PowerPoint presentation
|
class |
HSLFTableCell
Represents a cell in a ppt table
|
class |
HSLFTextBox
Represents a TextFrame shape in PowerPoint.
|
class |
HSLFTextShape
A common superclass of all shapes that can hold text.
|
Modifier and Type | Method and Description |
---|---|
static HSLFShape |
HSLFShapeFactory.createShape(EscherContainerRecord spContainer,
ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
Create a new shape from the data provided.
|
static HSLFShape |
HSLFShapeFactory.createSimpleShape(EscherContainerRecord spContainer,
ShapeContainer<HSLFShape,HSLFTextParagraph> parent) |
Modifier and Type | Method and Description |
---|---|
MasterSheet<HSLFShape,HSLFTextParagraph> |
HSLFSlideShow.createMasterSheet() |
ShapeContainer<HSLFShape,HSLFTextParagraph> |
HSLFShape.getParent() |
Shadow<HSLFShape,HSLFTextParagraph> |
HSLFSimpleShape.getShadow() |
java.util.List<HSLFShape> |
HSLFGroupShape.getShapes() |
java.util.List<HSLFShape> |
HSLFSheet.getShapes()
Returns all shapes contained in this Sheet
|
java.util.Iterator<HSLFShape> |
HSLFGroupShape.iterator() |
java.util.Iterator<HSLFShape> |
HSLFSheet.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
HSLFGroupShape.addShape(HSLFShape shape)
Add a shape to this group.
|
void |
HSLFSheet.addShape(HSLFShape shape)
Add a new Shape to this Slide
|
protected static HSLFHyperlink |
HSLFHyperlink.find(HSLFShape shape)
Find hyperlink assigned to the supplied shape
|
boolean |
HSLFGroupShape.removeShape(HSLFShape shape) |
boolean |
HSLFSheet.removeShape(HSLFShape shape)
Removes the specified shape from this sheet.
|
Modifier and Type | Method and Description |
---|---|
static HSLFShape |
HSLFShapeFactory.createShape(EscherContainerRecord spContainer,
ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
Create a new shape from the data provided.
|
static HSLFGroupShape |
HSLFShapeFactory.createShapeGroup(EscherContainerRecord spContainer,
ShapeContainer<HSLFShape,HSLFTextParagraph> parent) |
static HSLFShape |
HSLFShapeFactory.createSimpleShape(EscherContainerRecord spContainer,
ShapeContainer<HSLFShape,HSLFTextParagraph> parent) |
void |
HSLFHyperlink.linkToSlide(Slide<HSLFShape,HSLFTextParagraph> slide) |
void |
HSLFSlide.setNotes(Notes<HSLFShape,HSLFTextParagraph> notes)
Sets the Notes that are associated with this.
|
Constructor and Description |
---|
HSLFFill(HSLFShape shape)
Construct a
Fill object for a shape. |
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.