Constructor Summary |
---|
Issue()
Constructor |
Property Getters/Setters Summary | ||
---|---|---|
function | getID() | |
function | setID(value) | |
Specifies the unique identifier of the validation issue. | ||
function | getIgnored() | |
function | setIgnored(value) | |
Specifies whether the validation issue is currently ignored. The default is False. The value of the property is BOOL integer constant. | ||
function | 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. | ||
function | getRuleInfo() | |
Specifies information about the validation rule that the parent validation issue pertains to. |
Constructor Detail |
---|
function Issue()
Property Getters/Setters Detail |
---|
getID/setID : long | |
function getID() / function setID(value) |
getIgnored/setIgnored : Number | |
function getIgnored() / function setIgnored(value) |
getIssueTarget : IssueTarget | |
function getIssueTarget() |
getRuleInfo : RuleInfo | |
function getRuleInfo() |