|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |