Issue
Contents
[
Hide
]Issue class
Represents a single validation issue in the document.
Constructors
| Name | Description |
|---|---|
| Issue | Constructor |
Properties
| Name | Type | Description |
|---|---|---|
| ID | long | Specifies the unique identifier of the validation issue. |
| Ignored | int | Specifies whether the validation issue is currently ignored. The default is False. The value of the property is BOOL int |
| IssueTarget | IssueTarget | Depending on the target of the parent validation issue, specifies either the page, or both the page and the shape, that |
| RuleInfo | RuleInfo | Specifies information about the validation rule that the parent validation issue pertains to. |
Issue()
Constructor
Issue.ID property
Specifies the unique identifier of the validation issue.
Type: long
Issue.Ignored property
Specifies whether the validation issue is currently ignored. The default is False. The value of the property is BOOL integer constant.
Type: int
Issue.IssueTarget property
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 specifies neither a page nor a shape.
Type: IssueTarget
Issue.RuleInfo property
Specifies information about the validation rule that the parent validation issue pertains to.
Type: RuleInfo