Help
Inheritance: java.lang.Object
public class Help
Contains elements specifying the Shape element’s Help file topic and copyright information.
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getCopyright() | Contains a string representing a human-readable copyright statement. |
| getDel() | A flag indicating whether the element has been deleted locally. |
| getHelpTopic() | Specifies the Shape element’s Help topic ID. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setDel(int value) | For the description of this property, please see getDel() |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
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
getCopyright()
public Str2Value getCopyright()
Contains a string representing a human-readable copyright statement.
Returns: Str2Value
getDel()
public int getDel()
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
Returns: int
getHelpTopic()
public Str2Value getHelpTopic()
Specifies the Shape element’s Help topic ID.
Returns: Str2Value
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setDel(int value)
public void setDel(int value)
For the description of this property, please see getDel()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
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 |