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.Enumvalue.protected static TableWidthTypeXWPFTable.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.Enumvalue.static TableWidthTypeReturns 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 TypeMethodDescriptionvoidXWPFTable.setWidthType(TableWidthType widthType) Set the width value type for the table.protected static voidXWPFTable.setWidthType(TableWidthType widthType, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblWidth ctWidth) Set the width type if different from current width typevoidXWPFTableCell.setWidthType(TableWidthType widthType) Set the width value type for the table.