aspose.diagram
Class IssueTarget

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.

Constructor Summary
IssueTarget(pageID, shapeID)
           Constructor.
 
Property Getters/Setters Summary
functiongetPageId()
functionsetPageId(value)
           Specifies the unique identifier of the page that is associated with the parent validation issue. If the target is the document, the PageID value can be 0xFFFFFFFF.
functiongetShapeId()
functionsetShapeId(value)
           Specifies the unique identifier of the shape that is associated with the parent validation issue. If the target is the document or a page, the ShapeID value can be 0xFFFFFFFF.
 

Constructor Detail

IssueTarget

function IssueTarget(pageID, shapeID)
Constructor.
Parameters:
pageID: long -
shapeID: long -

Property Getters/Setters Detail

getPageId/setPageId : long 

function getPageId() / function setPageId(value)
Specifies the unique identifier of the page that is associated with the parent validation issue. If the target is the document, the PageID value can be 0xFFFFFFFF.

getShapeId/setShapeId : long 

function getShapeId() / function setShapeId(value)
Specifies the unique identifier of the shape that is associated with the parent validation issue. If the target is the document or a page, the ShapeID value can be 0xFFFFFFFF.

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