Uses of Enum Class
org.apache.poi.xwpf.usermodel.XWPFTable.XWPFBorderType
Packages that use XWPFTable.XWPFBorderType
-
Uses of XWPFTable.XWPFBorderType in org.apache.poi.xwpf.usermodel
Methods in org.apache.poi.xwpf.usermodel that return XWPFTable.XWPFBorderTypeModifier and TypeMethodDescriptionXWPFTable.getBottomBorderType()
Get bottom border typeXWPFTable.getInsideHBorderType()
Get inside horizontal border typeXWPFTable.getInsideVBorderType()
Get inside vertical border typeXWPFTable.getLeftBorderType()
Get Left border typeXWPFTable.getRightBorderType()
Get Right border typeXWPFTable.getTopBorderType()
Get top border typestatic XWPFTable.XWPFBorderType
Returns the enum constant of this class with the specified name.static XWPFTable.XWPFBorderType[]
XWPFTable.XWPFBorderType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.xwpf.usermodel with parameters of type XWPFTable.XWPFBorderTypeModifier and TypeMethodDescriptionvoid
XWPFTable.setBottomBorder
(XWPFTable.XWPFBorderType type, int size, int space, String rgbColor) Set Bottom borders for tablevoid
XWPFTable.setInsideHBorder
(XWPFTable.XWPFBorderType type, int size, int space, String rgbColor) Set Inside horizontal borders for a tablevoid
XWPFTable.setInsideVBorder
(XWPFTable.XWPFBorderType type, int size, int space, String rgbColor) Set Inside Vertical borders for tablevoid
XWPFTable.setLeftBorder
(XWPFTable.XWPFBorderType type, int size, int space, String rgbColor) Set Left borders for tablevoid
XWPFTable.setRightBorder
(XWPFTable.XWPFBorderType type, int size, int space, String rgbColor) Set Right borders for tablevoid
XWPFTable.setTopBorder
(XWPFTable.XWPFBorderType type, int size, int space, String rgbColor) Set Top borders for table