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 aPictureobjectMovieShape(int movieIdx, HSLFPictureData pictureData, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)Create a newPictureMovieShape(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)Create aPictureobjectPolygon(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 HSLFTextParagraphHSLFTextRun. getParagraph()HSLFTextParagraphHSLFTextRun. 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 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 List<List<HSLFTextParagraph>>HSLFTextParagraph. findTextParagraphs(PPDrawing ppdrawing, HSLFSheet sheet)For a given PPDrawing, grab all the TextRunsprotected static List<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()List<List<HSLFTextParagraph>>HSLFNotes. getTextParagraphs()Returns an array of all the TextParagraphs foundabstract List<List<HSLFTextParagraph>>HSLFSheet. getTextParagraphs()Returns an array of all the TextRuns in the sheet.List<List<HSLFTextParagraph>>HSLFSlide. getTextParagraphs()Returns an array of all the TextRuns foundList<List<HSLFTextParagraph>>HSLFSlideMaster. getTextParagraphs()Returns an array of all the TextRuns foundList<HSLFTextParagraph>HSLFTextShape. getTextParagraphs()List<List<HSLFTextParagraph>>HSLFTitleMaster. getTextParagraphs()Returns an array of all the TextRuns foundIterator<HSLFTextParagraph>HSLFTextShape. iterator()Spliterator<HSLFTextParagraph>HSLFTextShape. spliterator()Methods in org.apache.poi.hslf.usermodel with parameters of type HSLFTextParagraph Modifier and Type Method Description protected voidHSLFAutoShape. setDefaultTextProperties(HSLFTextParagraph _txtrun)protected voidHSLFTextBox. setDefaultTextProperties(HSLFTextParagraph _txtrun)protected voidHSLFTextShape. 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 HSLFTextRunHSLFTextParagraph. appendText(List<HSLFTextParagraph> paragraphs, 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 voidHSLFTextParagraph. applyCharacterStyles(List<HSLFTextParagraph> paragraphs, List<TextPropCollection> charStyles)protected static voidHSLFTextParagraph. applyHyperlinks(List<HSLFTextParagraph> paragraphs)protected static voidHSLFTextParagraph. applyParagraphIndents(List<HSLFTextParagraph> paragraphs, List<IndentProp> paraStyles)protected static voidHSLFTextParagraph. applyParagraphStyles(List<HSLFTextParagraph> paragraphs, List<TextPropCollection> paraStyles)static HSLFShapeHSLFShapeFactory. createShape(EscherContainerRecord spContainer, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)Create a new shape from the data provided.static HSLFGroupShapeHSLFShapeFactory. createShapeGroup(EscherContainerRecord spContainer, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)static HSLFShapeHSLFShapeFactory. createSimpleShape(EscherContainerRecord spContainer, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)protected static List<HSLFHyperlink>HSLFHyperlink. find(List<HSLFTextParagraph> paragraphs)Find hyperlinks in a text paragraphprotected static voidHSLFTextParagraph. fixLineEndings(List<HSLFTextParagraph> paragraphs)Check and add linebreaks to text runs leading other paragraphsstatic StringHSLFTextParagraph. getRawText(List<HSLFTextParagraph> paragraphs)static StringHSLFTextParagraph. getText(List<HSLFTextParagraph> paragraphs)voidHSLFHyperlink. linkToSlide(Slide<HSLFShape,HSLFTextParagraph> slide)voidHSLFSlide. setNotes(Notes<HSLFShape,HSLFTextParagraph> notes)Sets the Notes that are associated with this.static HSLFTextRunHSLFTextParagraph. setText(List<HSLFTextParagraph> paragraphs, String text)Sets (overwrites) the current text.protected static voidHSLFTextParagraph. storeText(List<HSLFTextParagraph> paragraphs)Saves the modified paragraphs/textrun to the records.static voidHSLFTextParagraph. supplySheet(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
-