public class Issue
Constructor Summary |
---|
Issue()
Constructor |
Property Getters/Setters Summary | ||
---|---|---|
long | getID() | |
void | setID(longvalue) | |
Specifies the unique identifier of the validation issue. | ||
int | getIgnored() | |
void | setIgnored(intvalue) | |
Specifies whether the validation issue is currently ignored. The default is False. The value of the property is BOOL integer constant. | ||
IssueTarget | getIssueTarget() | |
Depending on the target of the parent validation issue, specifies either the page, or both the page and the shape, that the parent validation issue is associated with. If the target of the parent validation issue is a document, IssueTarget specifes neither a page nor a shape.
|
||
RuleInfo | getRuleInfo() | |
Specifies information about the validation rule that the parent validation issue pertains to.
|
public long getID() / public void setID(long value)
public int getIgnored() / public void setIgnored(int value)
public IssueTarget getIssueTarget()
public RuleInfo getRuleInfo()