Uses of Class
aspose.pdf.Paragraph

Uses of Paragraph in aspose.pdf
 

Subclasses of Paragraph in aspose.pdf
 class Attachment
           Represents an attachment Paragraph in a Pdf document.
 class Canvas
          Represents a Canvas in a Pdf document.
 class DocumentAttachment
          Represents a set of document level attachment in a Pdf document.
 class FloatingBox
          Represents a FloatingBox Paragraph in a Pdf document.
 class FormField
          Represents a formfield Paragraph in the Pdf document.
 class Graph
          Represents a graph Paragraph.
 class Heading
          Represents a heading in Pdf document.
 class Image
          Represents an image in a Pdf document.
 class RadioButton
          Represents a radiobutton item in a radiobutton field.
 class Table
          Represents a table Paragraph in a Pdf document.
 class Text
          Represents a text Paragraph in a Pdf document.
 

Fields in aspose.pdf declared as Paragraph
 Paragraph Pdf.preParagraph
          Indicates the previous paragraph.
 

Methods in aspose.pdf that return Paragraph
 Paragraph Segment.getInlineParagraph()
          Gets or sets a Paragraph object that indicates the inline paragraph.
 Paragraph Paragraph.getNextParagraphInHeading()
          Gets a Paragraph object that indicates the next paragraph in heading link.
 Paragraph Paragraphs.getParagraph(int index)
          Gets a Paragraph object from the collection according to Paragraph index.
 Paragraph Paragraphs.getParagraph(java.lang.String paragraphID)
          Gets Paragraph object from the collection according to Paragraph ID.
 Paragraph Paragraph.getRefPara()
          Gets a Paragraph object that indicates the ref paragraph.
 Paragraph Paragraphs.nextParagraph(Paragraph paragraph)
          Gets the next Paragraph object of the given one.
 

Methods in aspose.pdf with parameters of type Paragraph
 void Paragraphs.add(Paragraph paragraph)
          Adds a new Paragraph object into the collection.
 void Paragraphs.addHeading(Paragraph paragraph)
          Adds a heading Paragraph to the collection.
 void Paragraphs.addPara(Paragraph paragraph)
          Adds a new Paragraph object into the collection
 void Section.addParagraph(Paragraph para)
          Add a paragraph into the section.
 void Paragraph.copyTo(Paragraph par)
           
 void Paragraphs.copyTo(Paragraph[] paraArray, int index)
          Copies the elements to a Paragraph object array, starting at a specified array index.
 int Paragraphs.indexOf(Paragraph paragraph)
          Gets the index of a specified Paragraph object in the collection.
 void Paragraphs.insert(Paragraph paragraphToInsertAfter, Paragraph newParagraph)
          Inserts a new Paragraph object into the collection after specified Cell object.
 void Paragraphs.insertHeading(int index, Paragraph newParagraph)
          Inserts a heading Paragraph into the given position of the collection.
 void Paragraphs.insertPara(int index, Paragraph paragraph)
          Inserts a new Paragraph object into the collection at specified position.
 void Paragraphs.insertPara(Paragraph paragraphToInsertAfter, Paragraph newParagraph)
          Inserts a new Paragraph object into the collection after specified Cell object.
 void Paragraphs.moveAfter(Paragraph paragraphToMoveAfter, Paragraphs newParagraphs)
          Moves a Paragraph object to end of the collection.
 void Paragraphs.moveAt(Paragraph paragraphToMoveAt, Paragraphs newParagraphs)
          Moves a Paragraph object to the collection.
 Paragraph Paragraphs.nextParagraph(Paragraph paragraph)
          Gets the next Paragraph object of the given one.
 void Paragraphs.remove(Paragraph paragraphToRemove)
          Removes a Paragraph object from the collection.
 void Segment.setInlineParagraph(Paragraph value)
          Gets or sets a Paragraph object that indicates the inline paragraph.
 void Paragraph.setNextParagraphInHeading(Paragraph nextParaInHeading)
          Sets a Paragraph object that indicates the next paragraph in heading link.
 void Paragraphs.setParagraph(int index, Paragraph value)
          Sets a Paragraph object from the collection according to Paragraph index.
 void Paragraphs.setParagraph(java.lang.String paragraphID, Paragraph value)
          Sets Paragraph object from the collection according to Paragraph ID.
 void Paragraph.setRefPara(Paragraph refPara)
          Sets a Paragraph object that indicates the ref paragraph.