Package | Description |
---|---|
org.apache.poi.hslf.model | |
org.apache.poi.hslf.usermodel | |
org.apache.poi.sl.draw | |
org.apache.poi.sl.extractor | |
org.apache.poi.sl.usermodel | |
org.apache.poi.xslf.usermodel |
Modifier and Type | Class and Description |
---|---|
class |
HSLFMetroShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
Experimental class for metro blobs, i.e.
|
Modifier and Type | Class and Description |
---|---|
class |
HSLFTextRun
Represents a run of text, all with the same style
|
Modifier and Type | Method and Description |
---|---|
<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> |
HSLFTextShape.getMetroShape()
Get alternative representation of text shape stored as metro blob escher property.
|
Modifier and Type | Method and Description |
---|---|
protected TextShape<?,? extends TextParagraph<?,?,? extends TextRun>> |
DrawTextShape.getShape() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
DrawTextParagraph.getRenderableText(java.awt.Graphics2D graphics,
TextRun tr) |
java.lang.String |
DrawTextParagraph.getRenderableText(TextRun tr) |
Modifier and Type | Class and Description |
---|---|
class |
SlideShowExtractor<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
Common SlideShow extractor
|
Modifier and Type | Interface and Description |
---|---|
interface |
AutoShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> |
interface |
Background<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> |
interface |
ConnectorShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> |
interface |
FreeformShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> |
interface |
GraphicalFrame<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> |
interface |
GroupShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> |
interface |
Hyperlink<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
A PowerPoint hyperlink
|
interface |
Line<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
Interface for Lines ...
|
interface |
MasterSheet<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> |
interface |
Notes<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> |
interface |
ObjectShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
An shape which references an embedded OLE object
|
interface |
PictureShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> |
interface |
PlaceableShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> |
interface |
Shadow<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> |
interface |
Shape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> |
interface |
ShapeContainer<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> |
interface |
Sheet<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
Common parent of Slides, Notes and Masters
|
interface |
SimpleShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> |
interface |
Slide<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> |
interface |
SlideShow<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> |
interface |
SlideShowProvider<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> |
interface |
TableCell<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> |
interface |
TableShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> |
interface |
TextBox<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
Represents a TextFrame shape in PowerPoint.
|
interface |
TextParagraph<S extends Shape<S,P>,P extends TextParagraph<S,P,T>,T extends TextRun> |
interface |
TextShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> |
Modifier and Type | Method and Description |
---|---|
TextRun |
TextShape.appendText(java.lang.String text,
boolean newParagraph)
Adds the supplied text onto the end of the TextParagraphs,
creating a new RichTextRun for it to sit in.
|
TextRun |
TextShape.setText(java.lang.String text)
Sets (overwrites) the current text.
|
Modifier and Type | Class and Description |
---|---|
class |
XSLFTextRun
Represents a run of text within the containing text body.
|
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.