Package | Description |
---|---|
org.apache.poi.xwpf.usermodel |
Modifier and Type | Method and Description |
---|---|
TableWidthType |
XWPFTable.getWidthType()
Get the width type for the table, as an
STTblWidth.Enum value. |
TableWidthType |
XWPFTableCell.getWidthType()
Get the width type for the table, as an
STTblWidth.Enum value. |
protected static TableWidthType |
XWPFTable.getWidthType(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblWidth ctWidth)
Get the width type from the width value
|
static TableWidthType |
TableWidthType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TableWidthType[] |
TableWidthType.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.setWidthType(TableWidthType widthType)
Set the width value type for the table.
|
void |
XWPFTableCell.setWidthType(TableWidthType widthType)
Set the width value type for the table.
|
protected static void |
XWPFTable.setWidthType(TableWidthType widthType,
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblWidth ctWidth)
Set the width type if different from current width type
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.