public final class HtmlElementSizeOutputMode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ALL
All element sizes, both in absolute and relative units, specified in the document are exported.
|
static int |
length |
static int |
NONE
Element sizes are not exported.
|
static int |
RELATIVE_ONLY
Element sizes are exported only if they are specified in relative units in the document.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String htmlElementSizeOutputModeName) |
static java.lang.String |
getName(int htmlElementSizeOutputMode) |
static int[] |
getValues() |
static java.lang.String |
toString(int htmlElementSizeOutputMode) |
public static final int ALL
public static final int RELATIVE_ONLY
public static final int NONE
public static final int length