com.aspose.diagram
Class Help

java.lang.Object
    extended by com.aspose.diagram.Help

public class Help 
extends java.lang.Object

Contains elements specifying the Shape element's Help file topic and copyright information.


Property Getters/Setters Summary
Str2ValuegetCopyright()
           Contains a string representing a human-readable copyright statement.
intgetDel()
voidsetDel(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.
Str2ValuegetHelpTopic()
           Specifies the Shape element's Help topic ID.
 

Property Getters/Setters Detail

getDel/setDel

public int getDel() / public void setDel(int value)
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.

getHelpTopic

public Str2Value getHelpTopic()
Specifies the Shape element's Help topic ID.

getCopyright

public Str2Value getCopyright()
Contains a string representing a human-readable copyright statement.

See Also:
          Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
          Aspose.Diagram Support Forum - our preferred method of support.