org.apache.poi.xwpf.usermodel
Class XWPFTable.XWPFBorderType

java.lang.Object
  extended by org.apache.poi.xwpf.usermodel.XWPFTable.XWPFBorderType
Enclosing class:
XWPFTable

public static class XWPFTable.XWPFBorderType
extends java.lang.Object


Field Summary
static XWPFTable.XWPFBorderType DASHED
           
static XWPFTable.XWPFBorderType DOT_DASH
           
static XWPFTable.XWPFBorderType DOTTED
           
static XWPFTable.XWPFBorderType DOUBLE
           
static XWPFTable.XWPFBorderType NIL
           
static XWPFTable.XWPFBorderType NONE
           
static XWPFTable.XWPFBorderType SINGLE
           
static XWPFTable.XWPFBorderType THICK
           
 
Constructor Summary
XWPFTable.XWPFBorderType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

XWPFTable.XWPFBorderType

public XWPFTable.XWPFBorderType()