Uses of Class
org.apache.poi.hwpf.usermodel.Paragraph

Packages that use Paragraph
org.apache.poi.hwpf.usermodel   
 

Uses of Paragraph in org.apache.poi.hwpf.usermodel
 

Subclasses of Paragraph in org.apache.poi.hwpf.usermodel
 class ListEntry
           
 class TableRow
           
 

Methods in org.apache.poi.hwpf.usermodel that return Paragraph
 Paragraph Range.getParagraph(int index)
          Gets the paragraph at index.
 Paragraph Range.insertAfter(ParagraphProperties props, int styleIndex)
          Inserts and empty paragraph into the end of this range.
protected  Paragraph Range.insertAfter(ParagraphProperties props, int styleIndex, java.lang.String text)
          Inserts a paragraph into the end of this range.
 Paragraph Range.insertBefore(ParagraphProperties props, int styleIndex)
          Inserts and empty paragraph into the front of this range.
protected  Paragraph Range.insertBefore(ParagraphProperties props, int styleIndex, java.lang.String text)
          Inserts a paragraph into the front of this range.
 

Methods in org.apache.poi.hwpf.usermodel with parameters of type Paragraph
 Table Range.getTable(Paragraph paragraph)
          Gets the table that starts with paragraph.
 



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