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
 

Methods in org.apache.poi.xwpf.usermodel that return XWPFTable.XWPFBorderType
 XWPFTable.XWPFBorderType XWPFTable.getInsideHBorderType()
           
 XWPFTable.XWPFBorderType XWPFTable.getInsideVBorderType()
           
static XWPFTable.XWPFBorderType XWPFTable.XWPFBorderType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XWPFTable.XWPFBorderType[] XWPFTable.XWPFBorderType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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)
           
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.