Package | Description |
---|---|
org.apache.poi.xwpf.usermodel |
Modifier and Type | Method | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
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 2018 The Apache Software Foundation or its licensors, as applicable.