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.XWPFBorderTypeXWPFTable. getBottomBorderType()Get bottom border typeXWPFTable.XWPFBorderTypeXWPFTable. getInsideHBorderType()Get inside horizontal border typeXWPFTable.XWPFBorderTypeXWPFTable. getInsideVBorderType()Get inside vertical border typeXWPFTable.XWPFBorderTypeXWPFTable. getLeftBorderType()Get Left border typeXWPFTable.XWPFBorderTypeXWPFTable. getRightBorderType()Get Right border typeXWPFTable.XWPFBorderTypeXWPFTable. getTopBorderType()Get top border typestatic XWPFTable.XWPFBorderTypeXWPFTable.XWPFBorderType. valueOf(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 voidXWPFTable. setBottomBorder(XWPFTable.XWPFBorderType type, int size, int space, String rgbColor)Set Bottom borders for tablevoidXWPFTable. setInsideHBorder(XWPFTable.XWPFBorderType type, int size, int space, String rgbColor)Set Inside horizontal borders for a tablevoidXWPFTable. setInsideVBorder(XWPFTable.XWPFBorderType type, int size, int space, String rgbColor)Set Inside Vertical borders for tablevoidXWPFTable. setLeftBorder(XWPFTable.XWPFBorderType type, int size, int space, String rgbColor)Set Left borders for tablevoidXWPFTable. setRightBorder(XWPFTable.XWPFBorderType type, int size, int space, String rgbColor)Set Right borders for tablevoidXWPFTable. setTopBorder(XWPFTable.XWPFBorderType type, int size, int space, String rgbColor)Set Top borders for table
-