public final class NodeValidationInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
aRichText
The invalid attribute or value found within the XFARichTextNode stored in oNode
|
static int |
ATTRIBUTE
The attribute is invalid.
|
static int |
ATTRIBUTEVALUE
The value of attribute is invalid.
|
int |
eAttr
The invalid attribute, may be 0.
|
int |
eCurrentValue
The invalid enumerated value of the attribute
specified by eAttr, may be 0.
|
int |
nAvailability
The availability based on the validation type.
|
static int |
NODE
The node is invalid.
|
int |
nVersionIntro
The version introduced based on the validation type.
|
Node |
oNode
The invalid node.
|
static int |
RICHTEXT
The rich text attribute or style value in aRichText is invalid
|
public static final int NODE
public static final int ATTRIBUTE
public static final int ATTRIBUTEVALUE
public static final int RICHTEXT
public final int eAttr
public final int eCurrentValue
public final String aRichText
public final int nAvailability
public final int nVersionIntro
public final Node oNode
public int getType()
NODE, ATTRIBUTE,
or ATTRIBUTEVALUE.Copyright © 2010 - 2020 Adobe. All Rights Reserved