Uses of Class
org.apache.poi.hslf.usermodel.HSLFTextParagraph
-
Packages that use HSLFTextParagraph Package Description org.apache.poi.hslf.model org.apache.poi.hslf.usermodel -
-
Uses of HSLFTextParagraph in org.apache.poi.hslf.model
Constructor parameters in org.apache.poi.hslf.model with type arguments of type HSLFTextParagraph Constructor Description ActiveXShape(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
Create aPicture
objectMovieShape(int movieIdx, HSLFPictureData pictureData, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
Create a newPicture
MovieShape(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
Create aPicture
objectPolygon(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. -
Uses of HSLFTextParagraph in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return HSLFTextParagraph Modifier and Type Method Description HSLFTextParagraph
HSLFTextRun. getTextParagraph()
Methods in org.apache.poi.hslf.usermodel that return types with arguments of type HSLFTextParagraph Modifier and Type Method Description 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 TextRunsprotected 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 foundabstract 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 foundjava.util.List<java.util.List<HSLFTextParagraph>>
HSLFSlideMaster. getTextParagraphs()
Returns an array of all the TextRuns foundjava.util.List<HSLFTextParagraph>
HSLFTextShape. getTextParagraphs()
java.util.List<java.util.List<HSLFTextParagraph>>
HSLFTitleMaster. getTextParagraphs()
Returns an array of all the TextRuns foundjava.util.Iterator<HSLFTextParagraph>
HSLFTextShape. iterator()
Methods in org.apache.poi.hslf.usermodel with parameters of type HSLFTextParagraph Modifier and Type Method Description protected void
HSLFAutoShape. setDefaultTextProperties(HSLFTextParagraph _txtrun)
protected void
HSLFTextBox. setDefaultTextProperties(HSLFTextParagraph _txtrun)
protected void
HSLFTextShape. setDefaultTextProperties(HSLFTextParagraph _txtrun)
Set default properties for the TextRun.Method parameters in org.apache.poi.hslf.usermodel with type arguments of type HSLFTextParagraph Modifier and Type Method 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. applyHyperlinks(java.util.List<HSLFTextParagraph> paragraphs)
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)
protected static java.util.List<HSLFHyperlink>
HSLFHyperlink. find(java.util.List<HSLFTextParagraph> paragraphs)
Find hyperlinks in a text paragraphprotected static void
HSLFTextParagraph. fixLineEndings(java.util.List<HSLFTextParagraph> paragraphs)
Check and add linebreaks to text runs leading other paragraphsstatic java.lang.String
HSLFTextParagraph. getRawText(java.util.List<HSLFTextParagraph> paragraphs)
static java.lang.String
HSLFTextParagraph. getText(java.util.List<HSLFTextParagraph> paragraphs)
void
HSLFHyperlink. linkToSlide(Slide<HSLFShape,HSLFTextParagraph> slide)
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.static void
HSLFTextParagraph. supplySheet(java.util.List<HSLFTextParagraph> paragraphs, HSLFSheet sheet)
Supply the Sheet we belong to, which might have an assigned SlideShow Also passes it on to our child RichTextRunsConstructors in org.apache.poi.hslf.usermodel with parameters of type HSLFTextParagraph Constructor Description HSLFTextRun(HSLFTextParagraph parentParagraph)
Create a new wrapper around a rich text string
-