org.apache.poi.xwpf.usermodel
Class XWPFTable.XWPFBorderType
java.lang.Object
org.apache.poi.xwpf.usermodel.XWPFTable.XWPFBorderType
- Enclosing class:
- XWPFTable
public static class XWPFTable.XWPFBorderType
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NIL
public static final XWPFTable.XWPFBorderType NIL
NONE
public static final XWPFTable.XWPFBorderType NONE
SINGLE
public static final XWPFTable.XWPFBorderType SINGLE
THICK
public static final XWPFTable.XWPFBorderType THICK
DOUBLE
public static final XWPFTable.XWPFBorderType DOUBLE
DOTTED
public static final XWPFTable.XWPFBorderType DOTTED
DASHED
public static final XWPFTable.XWPFBorderType DASHED
DOT_DASH
public static final XWPFTable.XWPFBorderType DOT_DASH
XWPFTable.XWPFBorderType
public XWPFTable.XWPFBorderType()