Constructor Summary |
---|
IssueTarget(pageID, shapeID)
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
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. | ||
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. |
Constructor Detail |
---|
function IssueTarget(pageID, shapeID)
pageID: long
- shapeID: long
- Property Getters/Setters Detail |
---|
getPageId/setPageId : long | |
function getPageId() / function setPageId(value) |
getShapeId/setShapeId : long | |
function getShapeId() / function setShapeId(value) |