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

Packages that use XWPFTable.XWPFBorderType
org.apache.poi.xwpf.usermodel   
 

Uses of XWPFTable.XWPFBorderType in org.apache.poi.xwpf.usermodel
 

Fields in org.apache.poi.xwpf.usermodel declared as XWPFTable.XWPFBorderType
static XWPFTable.XWPFBorderType XWPFTable.XWPFBorderType.DASHED
           
static XWPFTable.XWPFBorderType XWPFTable.XWPFBorderType.DOT_DASH
           
static XWPFTable.XWPFBorderType XWPFTable.XWPFBorderType.DOTTED
           
static XWPFTable.XWPFBorderType XWPFTable.XWPFBorderType.DOUBLE
           
static XWPFTable.XWPFBorderType XWPFTable.XWPFBorderType.NIL
           
static XWPFTable.XWPFBorderType XWPFTable.XWPFBorderType.NONE
           
static XWPFTable.XWPFBorderType XWPFTable.XWPFBorderType.SINGLE
           
static XWPFTable.XWPFBorderType XWPFTable.XWPFBorderType.THICK
           
 

Methods in org.apache.poi.xwpf.usermodel that return XWPFTable.XWPFBorderType
 XWPFTable.XWPFBorderType XWPFTable.getInsideHBorderType()
           
 XWPFTable.XWPFBorderType XWPFTable.getInsideVBorderType()
           
 

Methods in org.apache.poi.xwpf.usermodel with parameters of type XWPFTable.XWPFBorderType
 void XWPFTable.setInsideHBorder(XWPFTable.XWPFBorderType type, int size, int space, java.lang.String rgbColor)
           
 void XWPFTable.setInsideVBorder(XWPFTable.XWPFBorderType type, int size, int space, java.lang.String rgbColor)