org.apache.poi.hwpf.converter
Class AbstractWordUtils
java.lang.Object
org.apache.poi.hwpf.converter.AbstractWordUtils
- Direct Known Subclasses:
- WordToFoUtils, WordToHtmlUtils
@Beta
public class AbstractWordUtils
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TWIPS_PER_INCH
public static final float TWIPS_PER_INCH
- See Also:
- Constant Field Values
TWIPS_PER_PT
public static final int TWIPS_PER_PT
- See Also:
- Constant Field Values
AbstractWordUtils
public AbstractWordUtils()
getBorderType
public static java.lang.String getBorderType(BorderCode borderCode)
getBorderWidth
public static java.lang.String getBorderWidth(BorderCode borderCode)
getBulletText
public static java.lang.String getBulletText(ListTables listTables,
Paragraph paragraph,
int listId)
getColor
public static java.lang.String getColor(int ico)
getOpacity
public static java.lang.String getOpacity(int argbValue)
getColor24
public static java.lang.String getColor24(int argbValue)
getJustification
public static java.lang.String getJustification(int js)
getLanguage
public static java.lang.String getLanguage(int languageCode)
getListItemNumberLabel
public static java.lang.String getListItemNumberLabel(int number,
int format)
loadDoc
public static HWPFDocumentCore loadDoc(DirectoryNode root)
throws java.io.IOException
- Throws:
java.io.IOException
loadDoc
public static HWPFDocumentCore loadDoc(java.io.File docFile)
throws java.io.IOException
- Throws:
java.io.IOException
loadDoc
public static HWPFDocumentCore loadDoc(java.io.InputStream inputStream)
throws java.io.IOException
- Throws:
java.io.IOException
loadDoc
public static HWPFDocumentCore loadDoc(POIFSFileSystem poifsFileSystem)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright 2012 The Apache Software Foundation or
its licensors, as applicable.