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 void
WordToHtmlUtils.addIndent
(Paragraph paragraph, StringBuilder style) static void
WordToHtmlUtils.addJustification
(Paragraph paragraph, StringBuilder style) static void
WordToHtmlUtils.addParagraphProperties
(Paragraph paragraph, StringBuilder style) protected abstract void
AbstractWordConverter.processParagraph
(HWPFDocumentCore wordDocument, Element parentElement, int currentTableLevel, Paragraph paragraph, String bulletText) protected void
WordToFoConverter.processParagraph
(HWPFDocumentCore hwpfDocument, Element parentFopElement, int currentTableLevel, Paragraph paragraph, String bulletText) protected void
WordToHtmlConverter.processParagraph
(HWPFDocumentCore hwpfDocument, Element parentElement, int currentTableLevel, Paragraph paragraph, String bulletText) protected void
WordToTextConverter.processParagraph
(HWPFDocumentCore wordDocument, Element parentElement, int currentTableLevel, Paragraph paragraph, String bulletText) static void
static void
WordToFoUtils.setJustification
(Paragraph paragraph, Element element) static void
WordToFoUtils.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 Paragraph
Paragraph.newParagraph
(Range parent, PAPX papx) Methods in org.apache.poi.hwpf.usermodel with parameters of type Paragraph