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 voidstatic voidsetBorder(Element element, BorderCode borderCode, String where) static voidsetCharactersProperties(CharacterRun characterRun, Element inline) static voidsetFontFamily(Element element, String fontFamily) static voidsetFontSize(Element element, int fontSize) static voidstatic voidstatic voidsetJustification(Paragraph paragraph, Element element) static voidsetLanguage(CharacterRun characterRun, Element inline) static voidsetParagraphProperties(Paragraph paragraph, Element block) static voidsetPictureProperties(Picture picture, Element graphicElement) static voidsetTableCellProperties(TableRow tableRow, TableCell tableCell, Element element, boolean toppest, boolean bottomest, boolean leftest, boolean rightest) static voidsetTableRowProperties(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
-