Uses of Class
org.apache.poi.hslf.usermodel.HSLFTextParagraph

Packages that use HSLFTextParagraph
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
ActiveXShape(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
          Create a Picture object
MovieShape(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
          Create a Picture object
MovieShape(int movieIdx, HSLFPictureData pictureData, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
          Create a new Picture
OLEShape(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
          Create a OLEShape object
OLEShape(HSLFPictureData data, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
          Create a new OLEShape
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 HSLFTextParagraph
 HSLFTextParagraph HSLFTextRun.getTextParagraph()
           
 

Methods in org.apache.poi.hslf.usermodel that return types with arguments of type HSLFTextParagraph
 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>> HSLFTitleMaster.getTextParagraphs()
          Returns an array of all the TextRuns 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<java.util.List<HSLFTextParagraph>> HSLFSlideMaster.getTextParagraphs()
          Returns an array of all the TextRuns found
 java.util.List<java.util.List<HSLFTextParagraph>> HSLFNotes.getTextParagraphs()
          Returns an array of all the TextParagraphs found
 java.util.List<HSLFTextParagraph> HSLFTextShape.getTextParagraphs()
           
 java.util.Iterator<HSLFTextParagraph> HSLFTextShape.iterator()
           
 

Methods in org.apache.poi.hslf.usermodel with parameters of type HSLFTextParagraph
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
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 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 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 RichTextRuns
 

Constructors in org.apache.poi.hslf.usermodel with parameters of type HSLFTextParagraph
HSLFTextRun(HSLFTextParagraph parentParagraph)
          Create a new wrapper around a rich text string
 

Constructor parameters in org.apache.poi.hslf.usermodel with type arguments of type HSLFTextParagraph
HSLFAutoShape(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
           
HSLFAutoShape(ShapeType type, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
           
HSLFBackground(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
           
HSLFConnectorShape(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
          Create a ConnectorShape object and initialize it from the supplied Record container.
HSLFConnectorShape(ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
          Create a new ConnectorShape.
HSLFFreeformShape(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
          Create a Freeform object and initialize it from the supplied Record container.
HSLFFreeformShape(ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
          Create a new Freeform.
HSLFGroupShape(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
          Create a ShapeGroup object and initialize it from the supplied Record container.
HSLFGroupShape(ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
          Create a new ShapeGroup.
HSLFLine(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
           
HSLFLine(ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
           
HSLFPictureShape(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
          Create a Picture object
HSLFPictureShape(HSLFPictureData data, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
          Create a new Picture
HSLFPlaceholder(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
           
HSLFPlaceholder(ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
           
HSLFShape(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
          Create a Shape object.
HSLFSimpleShape(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
          Create a SimpleShape object and initialize it from the supplied Record container.
HSLFTable(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
          Create a Table object and initialize it from the supplied Record container.
HSLFTable(int numRows, int numCols, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
          Create a new Table of the given number of rows and columns
HSLFTextBox(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
          Create a TextBox object and initialize it from the supplied Record container.
HSLFTextBox(ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
          Create a new TextBox.
HSLFTextShape(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
          Create a TextBox object and initialize it from the supplied Record container.
HSLFTextShape(ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
          Create a new TextBox.
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.