Package | Description |
---|---|
org.apache.poi.hslf.model | |
org.apache.poi.hslf.usermodel |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<HSLFTextParagraph> |
HSLFTextShape._paragraphs
TextRun object which holds actual text and format data
|
protected ShapeContainer<HSLFShape,HSLFTextParagraph> |
HSLFShape._parent
Parent of this shape.
|
Modifier and Type | Method and Description |
---|---|
HSLFTextParagraph |
HSLFTextRun.getTextParagraph() |
Modifier and Type | Method and Description |
---|---|
protected static java.util.List<HSLFTextParagraph> |
HSLFTextParagraph.createEmptyParagraph() |
protected static java.util.List<HSLFTextParagraph> |
HSLFTextParagraph.createEmptyParagraph(EscherTextboxWrapper wrapper) |
MasterSheet<HSLFShape,HSLFTextParagraph> |
HSLFSlideShow.createMasterSheet() |
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.util.List<java.util.List<HSLFTextParagraph>> |
HSLFTextParagraph.findTextParagraphs(Record[] records)
Scans through the supplied record array, looking for
a TextHeaderAtom followed by one of a TextBytesAtom or
a TextCharsAtom.
|
ShapeContainer<HSLFShape,HSLFTextParagraph> |
HSLFShape.getParent() |
Shadow<HSLFShape,HSLFTextParagraph> |
HSLFSimpleShape.getShadow() |
java.util.List<java.util.List<HSLFTextParagraph>> |
HSLFNotes.getTextParagraphs()
Returns an array of all the TextParagraphs found
|
abstract java.util.List<java.util.List<HSLFTextParagraph>> |
HSLFSheet.getTextParagraphs()
Returns an array of all the TextRuns in the sheet.
|
java.util.List<java.util.List<HSLFTextParagraph>> |
HSLFSlide.getTextParagraphs()
Returns an array of all the TextRuns found
|
java.util.List<HSLFTextParagraph> |
HSLFTextShape.getTextParagraphs() |
java.util.List<java.util.List<HSLFTextParagraph>> |
HSLFSlideMaster.getTextParagraphs()
Returns an array of all the TextRuns found
|
java.util.List<java.util.List<HSLFTextParagraph>> |
HSLFTitleMaster.getTextParagraphs()
Returns an array of all the TextRuns found
|
java.util.Iterator<HSLFTextParagraph> |
HSLFTextShape.iterator() |
Modifier and Type | Method and Description |
---|---|
protected static TextProp |
HSLFTextParagraph.getPropVal(TextPropCollection props,
java.lang.String propName,
HSLFTextParagraph paragraph)
Fetch the value of the given Paragraph related TextProp.
|
protected void |
HSLFAutoShape.setDefaultTextProperties(HSLFTextParagraph _txtrun) |
protected void |
HSLFTextBox.setDefaultTextProperties(HSLFTextParagraph _txtrun) |
protected void |
HSLFTextShape.setDefaultTextProperties(HSLFTextParagraph _txtrun)
Set default properties for the TextRun.
|
Modifier and Type | Method and Description |
---|---|
protected static HSLFTextRun |
HSLFTextParagraph.appendText(java.util.List<HSLFTextParagraph> paragraphs,
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.
|
protected static void |
HSLFTextParagraph.applyCharacterStyles(java.util.List<HSLFTextParagraph> paragraphs,
java.util.List<TextPropCollection> charStyles) |
protected static void |
HSLFTextParagraph.applyParagraphIndents(java.util.List<HSLFTextParagraph> paragraphs,
java.util.List<IndentProp> paraStyles) |
protected static void |
HSLFTextParagraph.applyParagraphStyles(java.util.List<HSLFTextParagraph> paragraphs,
java.util.List<TextPropCollection> paraStyles) |
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) |
static java.util.List<HSLFHyperlink> |
HSLFHyperlink.find(java.util.List<HSLFTextParagraph> paragraphs)
Find hyperlinks in a text paragraph
|
protected static void |
HSLFTextParagraph.fixLineEndings(java.util.List<HSLFTextParagraph> paragraphs)
Check and add linebreaks to text runs leading other paragraphs
|
static java.lang.String |
HSLFTextParagraph.getRawText(java.util.List<HSLFTextParagraph> paragraphs) |
static java.lang.String |
HSLFTextParagraph.getText(java.util.List<HSLFTextParagraph> paragraphs) |
void |
HSLFSlide.setNotes(Notes<HSLFShape,HSLFTextParagraph> notes)
Sets the Notes that are associated with this.
|
static HSLFTextRun |
HSLFTextParagraph.setText(java.util.List<HSLFTextParagraph> paragraphs,
java.lang.String text)
Sets (overwrites) the current text.
|
protected static void |
HSLFTextParagraph.storeText(java.util.List<HSLFTextParagraph> paragraphs)
Saves the modified paragraphs/textrun to the records.
|
Constructor and Description |
---|
HSLFTextRun(HSLFTextParagraph parentParagraph)
Create a new wrapper around a rich text string
|
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.