com.aspose.diagram

  • java.lang.Object
    • 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()
void
setDel(intvalue)
           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.