Package org.apache.poi.hwpf.converter
Class WordToHtmlUtils
java.lang.Object
org.apache.poi.hwpf.converter.AbstractWordUtils
org.apache.poi.hwpf.converter.WordToHtmlUtils
-
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 voidaddBold(boolean bold, StringBuilder style) static voidaddBorder(BorderCode borderCode, String where, StringBuilder style) static voidaddCharactersProperties(CharacterRun characterRun, StringBuilder style) static voidaddFontFamily(String fontFamily, StringBuilder style) static voidaddFontSize(int fontSize, StringBuilder style) static voidaddIndent(Paragraph paragraph, StringBuilder style) static voidaddJustification(Paragraph paragraph, StringBuilder style) static voidaddParagraphProperties(Paragraph paragraph, StringBuilder style) static voidaddTableCellProperties(TableRow tableRow, TableCell tableCell, boolean toppest, boolean bottomest, boolean leftest, boolean rightest, StringBuilder style) static voidaddTableRowProperties(TableRow tableRow, StringBuilder style) 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
-
WordToHtmlUtils
public WordToHtmlUtils()
-
-
Method Details
-
addBold
-
addBorder
-
addCharactersProperties
-
addFontFamily
-
addFontSize
-
addIndent
-
addJustification
-
addParagraphProperties
-
addTableCellProperties
public static void addTableCellProperties(TableRow tableRow, TableCell tableCell, boolean toppest, boolean bottomest, boolean leftest, boolean rightest, StringBuilder style) -
addTableRowProperties
-