IssueTarget
Inheritance: java.lang.Object
public 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 specifies neither a page nor a shape.
Constructors
Constructor | Description |
---|---|
IssueTarget(long pageID, long shapeID) | Constructor. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getPageId() | Specifies the unique identifier of the page that is associated with the parent validation issue. |
getShapeId() | Specifies the unique identifier of the shape that is associated with the parent validation issue. |
hashCode() | |
notify() | |
notifyAll() | |
setPageId(long value) | For the description of this property, please see getPageId() |
setShapeId(long value) | For the description of this property, please see getShapeId() |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
IssueTarget(long pageID, long shapeID)
public IssueTarget(long pageID, long shapeID)
Constructor.
Parameters:
Parameter | Type | Description |
---|---|---|
pageID | long | |
shapeID | long |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class>
getPageId()
public long getPageId()
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.
Returns: long
getShapeId()
public long getShapeId()
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.
Returns: long
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setPageId(long value)
public void setPageId(long value)
For the description of this property, please see getPageId()
Parameters:
Parameter | Type | Description |
---|---|---|
value | long |
setShapeId(long value)
public void setShapeId(long value)
For the description of this property, please see getShapeId()
Parameters:
Parameter | Type | Description |
---|---|---|
value | long |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |