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 HSLFTextParagraphModifierConstructorDescriptionprotected
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
objectprotected
Polygon
(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 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 HSLFTextParagraphModifier and TypeMethodDescriptionprotected static HSLFTextRun
HSLFTextParagraph.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 void
HSLFTextParagraph.applyCharacterStyles
(List<HSLFTextParagraph> paragraphs, List<TextPropCollection> charStyles) protected static void
HSLFTextParagraph.applyHyperlinks
(List<HSLFTextParagraph> paragraphs) protected static void
HSLFTextParagraph.applyParagraphIndents
(List<HSLFTextParagraph> paragraphs, List<IndentProp> paraStyles) protected static void
HSLFTextParagraph.applyParagraphStyles
(List<HSLFTextParagraph> paragraphs, 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 List<HSLFHyperlink>
HSLFHyperlink.find
(List<HSLFTextParagraph> paragraphs) Find hyperlinks in a text paragraphprotected static void
HSLFTextParagraph.fixLineEndings
(List<HSLFTextParagraph> paragraphs) Check and add linebreaks to text runs leading other paragraphsstatic String
HSLFTextParagraph.getRawText
(List<HSLFTextParagraph> paragraphs) static String
HSLFTextParagraph.getText
(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
(List<HSLFTextParagraph> paragraphs, String text) Sets (overwrites) the current text.protected static void
HSLFTextParagraph.storeText
(List<HSLFTextParagraph> paragraphs) Saves the modified paragraphs/textrun to the records.static void
HSLFTextParagraph.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 HSLFTextParagraphModifierConstructorDescriptionprotected
HSLFAutoShape
(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) HSLFAutoShape
(ShapeType type, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) protected
HSLFBackground
(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) protected
HSLFConnectorShape
(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a ConnectorShape object and initialize it from the supplied Record container.Create a new ConnectorShape.protected
HSLFFreeformShape
(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a Freeform object and initialize it from the supplied Record container.Create a new Freeform.protected
HSLFGroupShape
(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 aOLEShape
objectHSLFObjectShape
(HSLFPictureData data, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a newOLEShape
protected
HSLFPictureShape
(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create aPicture
objectHSLFPictureShape
(HSLFPictureData data, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a newPicture
protected
HSLFPlaceholder
(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) protected
HSLFShape
(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a Shape object.protected
HSLFSimpleShape
(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a SimpleShape object and initialize it from the supplied Record container.protected
HSLFTable
(int numRows, int numCols, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a new Table of the given number of rows and columnsprotected
HSLFTable
(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a Table object and initialize it from the supplied Record container.protected
HSLFTextBox
(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a TextBox object and initialize it from the supplied Record container.Create a new TextBox.protected
HSLFTextShape
(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a TextBox object and initialize it from the supplied Record container.Create a new TextBox.