public enum TableWidthType extends java.lang.Enum<TableWidthType>
Modifier and Type | Method and Description |
---|---|
org.openxmlformats.schemas.wordprocessingml.x2006.main.STTblWidth.Enum |
getStWidthType()
Get the underlying STTblWidth enum value.
|
static TableWidthType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TableWidthType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableWidthType AUTO
public static final TableWidthType DXA
public static final TableWidthType NIL
public static final TableWidthType PCT
public static TableWidthType[] values()
for (TableWidthType c : TableWidthType.values()) System.out.println(c);
public static TableWidthType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null@Internal public org.openxmlformats.schemas.wordprocessingml.x2006.main.STTblWidth.Enum getStWidthType()
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.