Uses of Class
org.apache.poi.xwpf.usermodel.TableWidthType
-
Packages that use TableWidthType Package Description org.apache.poi.xwpf.usermodel -
-
Uses of TableWidthType in org.apache.poi.xwpf.usermodel
Methods in org.apache.poi.xwpf.usermodel that return TableWidthType Modifier and Type Method Description TableWidthType
XWPFTable. getWidthType()
Get the width type for the table, as anSTTblWidth.Enum
value.protected static TableWidthType
XWPFTable. getWidthType(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblWidth ctWidth)
Get the width type from the width valueTableWidthType
XWPFTableCell. getWidthType()
Get the width type for the table, as anSTTblWidth.Enum
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.Methods in org.apache.poi.xwpf.usermodel with parameters of type TableWidthType Modifier and Type Method Description void
XWPFTable. 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 typevoid
XWPFTableCell. setWidthType(TableWidthType widthType)
Set the width value type for the table.
-