aspose.diagram
Class Issue

Represents a single validation issue in the document.

Constructor Summary
Issue()
           Constructor
 
Property Getters/Setters Summary
functiongetID()
functionsetID(value)
           Specifies the unique identifier of the validation issue.
functiongetIgnored()
functionsetIgnored(value)
           Specifies whether the validation issue is currently ignored. The default is False. The value of the property is BOOL integer constant.
functiongetIssueTarget()
           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.
functiongetRuleInfo()
           Specifies information about the validation rule that the parent validation issue pertains to.
 

Constructor Detail

Issue

function Issue()
Constructor

Property Getters/Setters Detail

getID/setID : long 

function getID() / function setID(value)
Specifies the unique identifier of the validation issue.

getIgnored/setIgnored : Number 

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.

getIssueTarget : IssueTarget 

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.

getRuleInfo : RuleInfo 

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

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