java.lang.Object
com.aspose.diagram.Help
public class Help
| Property Getters/Setters Summary | ||
|---|---|---|
Str2Value | getCopyright() | |
| Contains a string representing a human-readable copyright statement. | ||
int | getDel() | |
void | setDel(int) | |
| A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant. | ||
Str2Value | getHelpTopic() | |
| Specifies the Shape element's Help topic ID. | ||
| Property Getters/Setters Detail |
|---|
getDel/setDel | |
public int getDel() / public void setDel(int value) | |
getHelpTopic | |
public Str2Value getHelpTopic() | |
getCopyright | |
public Str2Value getCopyright() | |