Uses of Class
org.apache.poi.hwpf.usermodel.Paragraph
-
Packages that use Paragraph Package Description org.apache.poi.hwpf.converter org.apache.poi.hwpf.usermodel -
-
Uses of Paragraph in org.apache.poi.hwpf.converter
Methods in org.apache.poi.hwpf.converter with parameters of type Paragraph Modifier and Type Method Description static voidWordToHtmlUtils. addIndent(Paragraph paragraph, StringBuilder style)static voidWordToHtmlUtils. addJustification(Paragraph paragraph, StringBuilder style)static voidWordToHtmlUtils. addParagraphProperties(Paragraph paragraph, StringBuilder style)protected abstract voidAbstractWordConverter. processParagraph(HWPFDocumentCore wordDocument, Element parentElement, int currentTableLevel, Paragraph paragraph, String bulletText)protected voidWordToFoConverter. processParagraph(HWPFDocumentCore hwpfDocument, Element parentFopElement, int currentTableLevel, Paragraph paragraph, String bulletText)protected voidWordToHtmlConverter. processParagraph(HWPFDocumentCore hwpfDocument, Element parentElement, int currentTableLevel, Paragraph paragraph, String bulletText)protected voidWordToTextConverter. processParagraph(HWPFDocumentCore wordDocument, Element parentElement, int currentTableLevel, Paragraph paragraph, String bulletText)static voidWordToFoUtils. setIndent(Paragraph paragraph, Element block)static voidWordToFoUtils. setJustification(Paragraph paragraph, Element element)static voidWordToFoUtils. setParagraphProperties(Paragraph paragraph, Element block) -
Uses of Paragraph in org.apache.poi.hwpf.usermodel
Subclasses of Paragraph in org.apache.poi.hwpf.usermodel Modifier and Type Class Description classListEntryMethods in org.apache.poi.hwpf.usermodel that return Paragraph Modifier and Type Method Description ParagraphParagraph. copy()ParagraphRange. getParagraph(int index)Gets the paragraph at index.static ParagraphParagraph. newParagraph(Range parent, PAPX papx)Methods in org.apache.poi.hwpf.usermodel with parameters of type Paragraph Modifier and Type Method Description TableRange. getTable(Paragraph paragraph)Gets the table that starts with paragraph.
-