public enum IsoKey extends Enum<IsoKey>
Enum Constant and Description |
---|
CANVAS_STACK |
DRAWMODE_FILL
Deprecated.
Will be removed in 7.1.0.
|
DRAWMODE_FILL_STROKE
Deprecated.
Will be removed in 7.1.0.
|
DRAWMODE_STROKE
Deprecated.
Will be removed in 7.1.0.
|
EXTENDED_GRAPHICS_STATE |
FILL_COLOR |
GRAPHIC_STATE_ONLY
Deprecated.
Will be removed in 7.1.0.
|
INLINE_IMAGE |
PAGE |
PDF_OBJECT |
RENDERING_INTENT |
STROKE_COLOR |
TAG_STRUCTURE_ELEMENT |
Modifier and Type | Method and Description |
---|---|
static IsoKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IsoKey[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final IsoKey CANVAS_STACK
@Deprecated public static final IsoKey DRAWMODE_FILL
@Deprecated public static final IsoKey DRAWMODE_FILL_STROKE
@Deprecated public static final IsoKey DRAWMODE_STROKE
public static final IsoKey FILL_COLOR
public static final IsoKey EXTENDED_GRAPHICS_STATE
@Deprecated public static final IsoKey GRAPHIC_STATE_ONLY
public static final IsoKey INLINE_IMAGE
public static final IsoKey PAGE
public static final IsoKey PDF_OBJECT
public static final IsoKey RENDERING_INTENT
public static final IsoKey STROKE_COLOR
public static final IsoKey TAG_STRUCTURE_ELEMENT
public static IsoKey[] values()
for (IsoKey c : IsoKey.values()) System.out.println(c);
public static IsoKey valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant with the specified name
NullPointerException
- if the argument is null
Copyright © 1998–2018 iText Group NV. All rights reserved.