com.aspose.diagram
Class Issue

java.lang.Object
    extended by com.aspose.diagram.Issue

public class Issue 
extends java.lang.Object

Represents a single validation issue in the document.


Constructor Summary
Issue()
           Constructor
 
Property Getters/Setters Summary
longgetID()
voidsetID(long)
           Specifies the unique identifier of the validation issue.
intgetIgnored()
voidsetIgnored(int)
           Specifies whether the validation issue is currently ignored. The default is False. The value of the property is BOOL integer constant.
IssueTargetgetIssueTarget()
           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.
RuleInfogetRuleInfo()
           Specifies information about the validation rule that the parent validation issue pertains to.
 

Constructor Detail

Issue

public Issue()
Constructor

Property Getters/Setters Detail

getID/setID

public long getID() / public void setID(long value)
Specifies the unique identifier of the validation issue.

getIgnored/setIgnored

public int getIgnored() / public void setIgnored(int value)
Specifies whether the validation issue is currently ignored. The default is False. The value of the property is BOOL integer constant.

getIssueTarget

public 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 specifies neither a page nor a shape.

getRuleInfo

public RuleInfo getRuleInfo()
Specifies information about the validation rule that the parent validation issue pertains to.

See Also:
          Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
          Aspose.Diagram Support Forum - our preferred method of support.