|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Paragraph | |
---|---|
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 | |
---|---|
static void |
WordToHtmlUtils.addIndent(Paragraph paragraph,
java.lang.StringBuilder style)
|
static void |
WordToHtmlUtils.addJustification(Paragraph paragraph,
java.lang.StringBuilder style)
|
static void |
WordToHtmlUtils.addParagraphProperties(Paragraph paragraph,
java.lang.StringBuilder style)
|
static java.lang.String |
AbstractWordUtils.getBulletText(ListTables listTables,
Paragraph paragraph,
int listId)
|
protected void |
WordToTextConverter.processParagraph(HWPFDocumentCore wordDocument,
org.w3c.dom.Element parentElement,
int currentTableLevel,
Paragraph paragraph,
java.lang.String bulletText)
|
protected void |
WordToHtmlConverter.processParagraph(HWPFDocumentCore hwpfDocument,
org.w3c.dom.Element parentElement,
int currentTableLevel,
Paragraph paragraph,
java.lang.String bulletText)
|
protected void |
WordToFoConverter.processParagraph(HWPFDocumentCore hwpfDocument,
org.w3c.dom.Element parentFopElement,
int currentTableLevel,
Paragraph paragraph,
java.lang.String bulletText)
|
protected abstract void |
AbstractWordConverter.processParagraph(HWPFDocumentCore wordDocument,
org.w3c.dom.Element parentElement,
int currentTableLevel,
Paragraph paragraph,
java.lang.String bulletText)
|
static void |
WordToFoUtils.setIndent(Paragraph paragraph,
org.w3c.dom.Element block)
|
static void |
WordToFoUtils.setJustification(Paragraph paragraph,
org.w3c.dom.Element element)
|
static void |
WordToFoUtils.setParagraphProperties(Paragraph paragraph,
org.w3c.dom.Element block)
|
Uses of Paragraph in org.apache.poi.hwpf.usermodel |
---|
Subclasses of Paragraph in org.apache.poi.hwpf.usermodel | |
---|---|
class |
ListEntry
|
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)
Deprecated. Use code shall not work with ParagraphProperties |
protected Paragraph |
Range.insertAfter(ParagraphProperties props,
int styleIndex,
java.lang.String text)
Deprecated. Use code shall not work with ParagraphProperties |
Paragraph |
Range.insertBefore(ParagraphProperties props,
int styleIndex)
Deprecated. Use code shall not work with ParagraphProperties |
protected Paragraph |
Range.insertBefore(ParagraphProperties props,
int styleIndex,
java.lang.String text)
Deprecated. Use code shall not work with ParagraphProperties |
Methods in org.apache.poi.hwpf.usermodel with parameters of type Paragraph | |
---|---|
Table |
Range.getTable(Paragraph paragraph)
Gets the table that starts with paragraph. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |