Package org.apache.poi.hwpf.converter
Class WordToFoUtils
java.lang.Object
org.apache.poi.hwpf.converter.AbstractWordUtils
org.apache.poi.hwpf.converter.WordToFoUtils
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.poi.hwpf.converter.AbstractWordUtils
AbstractWordUtils.NumberingState
-
Field Summary
Fields inherited from class org.apache.poi.hwpf.converter.AbstractWordUtils
TWIPS_PER_INCH, TWIPS_PER_PT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
setBorder
(Element element, BorderCode borderCode, String where) static void
setCharactersProperties
(CharacterRun characterRun, Element inline) static void
setFontFamily
(Element element, String fontFamily) static void
setFontSize
(Element element, int fontSize) static void
static void
static void
setJustification
(Paragraph paragraph, Element element) static void
setLanguage
(CharacterRun characterRun, Element inline) static void
setParagraphProperties
(Paragraph paragraph, Element block) static void
setPictureProperties
(Picture picture, Element graphicElement) static void
setTableCellProperties
(TableRow tableRow, TableCell tableCell, Element element, boolean toppest, boolean bottomest, boolean leftest, boolean rightest) static void
setTableRowProperties
(TableRow tableRow, Element tableRowElement) Methods inherited from class org.apache.poi.hwpf.converter.AbstractWordUtils
getBorderType, getBorderWidth, getBulletText, getColor, getColor24, getJustification, getLanguage, getListItemNumberLabel, getOpacity, loadDoc, loadDoc, loadDoc, loadDoc
-
Constructor Details
-
WordToFoUtils
public WordToFoUtils()
-
-
Method Details
-
setBold
-
setBorder
-
setCharactersProperties
-
setFontFamily
-
setFontSize
-
setIndent
-
setItalic
-
setJustification
-
setLanguage
-
setParagraphProperties
-
setPictureProperties
-
setTableCellProperties
-
setTableRowProperties
-