Issue class
Issue class
Represents a single validation issue in the document.
The Issue type exposes the following members:
Constructors
Constructor | Description |
---|---|
Issue() | Constructor |
Properties
Property | Description |
---|---|
id | Specifies the unique identifier of the validation issue. |
ignored | Specifies whether the validation issue is currently ignored. The default is False. |
issue_target | 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. |
rule_info | Specifies information about the validation rule that the parent validation issue pertains to. |
See Also
- module aspose.diagram