Uses of Class
org.apache.poi.hslf.usermodel.HSLFTextParagraph
Packages that use HSLFTextParagraph
-
Uses of HSLFTextParagraph in org.apache.poi.hslf.model
Constructor parameters in org.apache.poi.hslf.model with type arguments of type HSLFTextParagraphModifierConstructorDescriptionprotectedActiveXShape(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 aPictureobjectprotectedPolygon(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 HSLFTextParagraphMethods in org.apache.poi.hslf.usermodel that return types with arguments of type HSLFTextParagraphModifier and TypeMethodDescriptionHSLFSlideShow.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.HSLFShape.getParent()HSLFSimpleShape.getShadow()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.HSLFSlide.getTextParagraphs()Returns an array of all the TextRuns foundHSLFSlideMaster.getTextParagraphs()Returns an array of all the TextRuns foundHSLFTextShape.getTextParagraphs()HSLFTitleMaster.getTextParagraphs()Returns an array of all the TextRuns foundHSLFTextShape.iterator()Methods in org.apache.poi.hslf.usermodel with parameters of type HSLFTextParagraphModifier and TypeMethodDescriptionprotected 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 HSLFTextParagraphModifier and TypeMethodDescriptionprotected 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 HSLFTextParagraphModifierConstructorDescriptionHSLFTextRun(HSLFTextParagraph parentParagraph) Create a new wrapper around a rich text stringConstructor parameters in org.apache.poi.hslf.usermodel with type arguments of type HSLFTextParagraphModifierConstructorDescriptionprotectedHSLFAutoShape(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) HSLFAutoShape(ShapeType type, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) protectedHSLFBackground(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) protectedHSLFConnectorShape(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a ConnectorShape object and initialize it from the supplied Record container.Create a new ConnectorShape.protectedHSLFFreeformShape(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a Freeform object and initialize it from the supplied Record container.Create a new Freeform.protectedHSLFGroupShape(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a ShapeGroup object and initialize it from the supplied Record container.Create a new ShapeGroup.HSLFLine(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) HSLFLine(ShapeContainer<HSLFShape, HSLFTextParagraph> parent) HSLFObjectShape(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create aOLEShapeobjectHSLFObjectShape(HSLFPictureData data, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a newOLEShapeprotectedHSLFPictureShape(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create aPictureobjectHSLFPictureShape(HSLFPictureData data, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a newPictureprotectedHSLFPlaceholder(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) protectedHSLFShape(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a Shape object.protectedHSLFSimpleShape(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a SimpleShape object and initialize it from the supplied Record container.protectedHSLFTable(int numRows, int numCols, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a new Table of the given number of rows and columnsprotectedHSLFTable(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a Table object and initialize it from the supplied Record container.protectedHSLFTextBox(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a TextBox object and initialize it from the supplied Record container.Create a new TextBox.protectedHSLFTextShape(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a TextBox object and initialize it from the supplied Record container.Create a new TextBox.