Uses of Class
org.apache.poi.hwpf.usermodel.Paragraph
Packages that use Paragraph
-
Uses of Paragraph in org.apache.poi.hwpf.converter
Methods in org.apache.poi.hwpf.converter with parameters of type ParagraphModifier and TypeMethodDescriptionstatic 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 voidstatic 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.usermodelMethods in org.apache.poi.hwpf.usermodel that return ParagraphModifier and TypeMethodDescriptionRange.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