public static enum Element.ReplaceContent extends Enum<Element.ReplaceContent>
Enum Constant and Description |
---|
AllContent
Remove all XFA and DOM children (e.g.
|
None
Leave existing content untouched and append newly loaded result.
|
XFAContent
Remove any XFA node children and then add newly loaded result.
|
Modifier and Type | Method and Description |
---|---|
static Element.ReplaceContent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Element.ReplaceContent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Element.ReplaceContent None
public static final Element.ReplaceContent XFAContent
public static final Element.ReplaceContent AllContent
public static Element.ReplaceContent[] values()
for (Element.ReplaceContent c : Element.ReplaceContent.values()) System.out.println(c);
public static Element.ReplaceContent 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 nullCopyright © 2010 - 2020 Adobe. All Rights Reserved