Uses of Enum Class
org.apache.poi.xwpf.usermodel.TableWidthType
Packages that use TableWidthType
-
Uses of TableWidthType in org.apache.poi.xwpf.usermodel
Methods in org.apache.poi.xwpf.usermodel that return TableWidthTypeModifier and TypeMethodDescriptionXWPFTable.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 valueXWPFTableCell.getWidthType()
Get the width type for the table, as anSTTblWidth.Enum
value.static TableWidthType
Returns the enum constant of this class with the specified name.static TableWidthType[]
TableWidthType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.xwpf.usermodel with parameters of type TableWidthTypeModifier and TypeMethodDescriptionvoid
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.