public enum TableWidthType extends Enum<TableWidthType>
| Modifier and Type | Method and Description |
|---|---|
STTblWidth.Enum |
getStWidthType()
Get the underlying STTblWidth enum value.
|
static TableWidthType |
valueOf(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(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null@Internal public STTblWidth.Enum getStWidthType()
Copyright © 2010 - 2020 Adobe. All Rights Reserved