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 StringgetBorderType(BorderCode borderCode) static StringgetBorderWidth(BorderCode borderCode) static StringgetBulletText(AbstractWordUtils.NumberingState numberingState, HWPFList list, char level) static StringgetColor(int ico) static StringgetColor24(int argbValue) static StringgetJustification(int js) static StringgetLanguage(int languageCode) static StringgetListItemNumberLabel(int number, int format) static StringgetOpacity(int argbValue) static HWPFDocumentCorestatic HWPFDocumentCoreloadDoc(InputStream inputStream) static HWPFDocumentCoreloadDoc(DirectoryNode root) static HWPFDocumentCoreloadDoc(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
-