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 TableWidthTypeXWPFTable. 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 valueTableWidthTypeXWPFTableCell. getWidthType()Get the width type for the table, as anSTTblWidth.Enumvalue.static TableWidthTypeTableWidthType. valueOf(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 voidXWPFTable. 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.
-