Issue

Issue class

Represents a single validation issue in the document.

Constructors

NameDescription
IssueConstructor

Properties

NameTypeDescription
IDlongSpecifies the unique identifier of the validation issue.
IgnoredintSpecifies whether the validation issue is currently ignored. The default is False. The value of the property is BOOL int
IssueTargetIssueTargetDepending on the target of the parent validation issue, specifies either the page, or both the page and the shape, that
RuleInfoRuleInfoSpecifies 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