Uses of Class
org.apache.poi.xwpf.usermodel.XWPFTable.XWPFBorderType
-
Packages that use XWPFTable.XWPFBorderType Package Description 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 Modifier and Type Method Description XWPFTable.XWPFBorderType
XWPFTable. getBottomBorderType()
Get bottom border typeXWPFTable.XWPFBorderType
XWPFTable. getInsideHBorderType()
Get inside horizontal border typeXWPFTable.XWPFBorderType
XWPFTable. getInsideVBorderType()
Get inside vertical border typeXWPFTable.XWPFBorderType
XWPFTable. getLeftBorderType()
Get Left border typeXWPFTable.XWPFBorderType
XWPFTable. getRightBorderType()
Get Right border typeXWPFTable.XWPFBorderType
XWPFTable. getTopBorderType()
Get top border typestatic 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 Modifier and Type Method Description void
XWPFTable. setBottomBorder(XWPFTable.XWPFBorderType type, int size, int space, java.lang.String rgbColor)
Set Bottom borders for tablevoid
XWPFTable. setInsideHBorder(XWPFTable.XWPFBorderType type, int size, int space, java.lang.String rgbColor)
Set Inside horizontal borders for a tablevoid
XWPFTable. setInsideVBorder(XWPFTable.XWPFBorderType type, int size, int space, java.lang.String rgbColor)
Set Inside Vertical borders for tablevoid
XWPFTable. setLeftBorder(XWPFTable.XWPFBorderType type, int size, int space, java.lang.String rgbColor)
Set Left borders for tablevoid
XWPFTable. setRightBorder(XWPFTable.XWPFBorderType type, int size, int space, java.lang.String rgbColor)
Set Right borders for tablevoid
XWPFTable. setTopBorder(XWPFTable.XWPFBorderType type, int size, int space, java.lang.String rgbColor)
Set Top borders for table
-