Package | Description |
---|---|
org.apache.poi.hslf.usermodel | |
org.apache.poi.sl.draw | |
org.apache.poi.sl.usermodel | |
org.apache.poi.xslf.usermodel |
Modifier and Type | Class and Description |
---|---|
class |
HSLFTextRun
Represents a run of text, all with the same style
|
Modifier and Type | Method and Description |
---|---|
TextShape<?,? extends TextParagraph<?,?,? 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() |
protected TextShape<?,? extends TextParagraph<?,?,? extends TextRun>> |
DrawFreeformShape.getShape() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
DrawTextParagraph.getRenderableText(java.awt.Graphics2D graphics,
TextRun tr) |
Modifier and Type | Interface and Description |
---|---|
interface |
TextParagraph<S extends Shape<S,P>,P extends TextParagraph<S,P,T>,T 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 2018 The Apache Software Foundation or its licensors, as applicable.