Package | Description |
---|---|
org.zkoss.poi.hwpf.converter | |
org.zkoss.poi.hwpf.usermodel |
Modifier and Type | Method and Description |
---|---|
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) |
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) |
Modifier and Type | Class and Description |
---|---|
class |
ListEntry |
Modifier and Type | Method and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
Table |
Range.getTable(Paragraph paragraph)
Gets the table that starts with paragraph.
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.