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 void
addBold
(boolean bold, StringBuilder style) static void
addBorder
(BorderCode borderCode, String where, StringBuilder style) static void
addCharactersProperties
(CharacterRun characterRun, StringBuilder style) static void
addFontFamily
(String fontFamily, StringBuilder style) static void
addFontSize
(int fontSize, StringBuilder style) static void
addIndent
(Paragraph paragraph, StringBuilder style) static void
addJustification
(Paragraph paragraph, StringBuilder style) static void
addParagraphProperties
(Paragraph paragraph, StringBuilder style) static void
addTableCellProperties
(TableRow tableRow, TableCell tableCell, boolean toppest, boolean bottomest, boolean leftest, boolean rightest, StringBuilder style) static void
addTableRowProperties
(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
-