Package | Description |
---|---|
org.apache.poi.xwpf.usermodel |
Modifier and Type | Method and Description |
---|---|
XWPFTable.XWPFBorderType |
XWPFTable.getBottomBorderType()
Get bottom border type
|
XWPFTable.XWPFBorderType |
XWPFTable.getInsideHBorderType()
Get inside horizontal border type
|
XWPFTable.XWPFBorderType |
XWPFTable.getInsideVBorderType()
Get inside vertical border type
|
XWPFTable.XWPFBorderType |
XWPFTable.getLeftBorderType()
Get Left border type
|
XWPFTable.XWPFBorderType |
XWPFTable.getRightBorderType()
Get Right border type
|
XWPFTable.XWPFBorderType |
XWPFTable.getTopBorderType()
Get top border type
|
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 and Description |
---|---|
void |
XWPFTable.setBottomBorder(XWPFTable.XWPFBorderType type,
int size,
int space,
java.lang.String rgbColor)
Set Bottom borders for table
|
void |
XWPFTable.setInsideHBorder(XWPFTable.XWPFBorderType type,
int size,
int space,
java.lang.String rgbColor)
Set Inside horizontal borders for a table
|
void |
XWPFTable.setInsideVBorder(XWPFTable.XWPFBorderType type,
int size,
int space,
java.lang.String rgbColor)
Set Inside Vertical borders for table
|
void |
XWPFTable.setLeftBorder(XWPFTable.XWPFBorderType type,
int size,
int space,
java.lang.String rgbColor)
Set Left borders for table
|
void |
XWPFTable.setRightBorder(XWPFTable.XWPFBorderType type,
int size,
int space,
java.lang.String rgbColor)
Set Right borders for table
|
void |
XWPFTable.setTopBorder(XWPFTable.XWPFBorderType type,
int size,
int space,
java.lang.String rgbColor)
Set Top borders for table
|
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.