com.aspose.diagram
Class IssueTarget

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

public class IssueTarget 
extends java.lang.Object

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.


Constructor Summary
IssueTarget(long pageID, long shapeID)
           Constructor.
 
Property Getters/Setters Summary
longgetPageId()
voidsetPageId(long)
           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.
longgetShapeId()
voidsetShapeId(long)
           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

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

Property Getters/Setters Detail

getPageId/setPageId

public long getPageId() / public void setPageId(long 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

public long getShapeId() / public void setShapeId(long 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.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
          Aspose.Diagram Support Forum - our preferred method of support.