Package org.apache.poi.hwpf.converter
Class AbstractWordUtils
java.lang.Object
org.apache.poi.hwpf.converter.AbstractWordUtils
- Direct Known Subclasses:
WordToFoUtils
,WordToHtmlUtils
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
getBorderType
(BorderCode borderCode) static String
getBorderWidth
(BorderCode borderCode) static String
getBulletText
(AbstractWordUtils.NumberingState numberingState, HWPFList list, char level) static String
getColor
(int ico) static String
getColor24
(int argbValue) static String
getJustification
(int js) static String
getLanguage
(int languageCode) static String
getListItemNumberLabel
(int number, int format) static String
getOpacity
(int argbValue) static HWPFDocumentCore
static HWPFDocumentCore
loadDoc
(InputStream inputStream) static HWPFDocumentCore
loadDoc
(DirectoryNode root) static HWPFDocumentCore
loadDoc
(POIFSFileSystem poifsFileSystem)
-
Field Details
-
TWIPS_PER_INCH
public static final float TWIPS_PER_INCH- See Also:
-
TWIPS_PER_PT
public static final int TWIPS_PER_PT- See Also:
-
-
Constructor Details
-
AbstractWordUtils
public AbstractWordUtils()
-
-
Method Details
-
getBorderType
-
getBorderWidth
-
getBulletText
public static String getBulletText(AbstractWordUtils.NumberingState numberingState, HWPFList list, char level) -
getColor
-
getOpacity
-
getColor24
-
getJustification
-
getLanguage
-
getListItemNumberLabel
-
loadDoc
- Throws:
IOException
-
loadDoc
- Throws:
IOException
-
loadDoc
- Throws:
IOException
-
loadDoc
- Throws:
IOException
-