public class IssueTarget
Constructor Summary |
---|
IssueTarget(longpageID, longshapeID)
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
long | getPageId() | |
void | setPageId(longvalue) | |
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. | ||
long | getShapeId() | |
void | setShapeId(longvalue) | |
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. |
public IssueTarget(long pageID, long shapeID)
pageID
- shapeID
- public long getPageId() / public void setPageId(long value)
public long getShapeId() / public void setShapeId(long value)