com.aspose.diagram

  • java.lang.Object
    • com.aspose.diagram.User
  • All Implemented Interfaces:
    com.aspose.diagram.b.a.i, java.lang.Cloneable
    public class User 
    extends java.lang.Object

Contains a work area for entering formulas in user-specific elements that are referred to by other elements and add-on tools.

Constructor Summary
User()
Constructor.
 
Property Getters/Setters Summary
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.
intgetID()
void
setID(intvalue)
           The unique ID of the element within its parent element.
java.lang.StringgetName()
void
setName(java.lang.Stringvalue)
           The name of the element.
java.lang.StringgetNameU()
void
setNameU(java.lang.Stringvalue)
           The universal name of the element.
Str2ValuegetPrompt()
void
           It specifies a descriptive prompt or comment for the user-defined element.
ValuegetValue()
void
setValue(Value value)
           Contains solution-specific, well-formed XML data that is prefixed in an explicit namespace and is stored with a document.
 
Method Summary
java.lang.ObjectdeepClone()
Creates deep copy of this instance.
 

    • Constructor Detail

      • User

        public User()
        Constructor.
    • Property Getters/Setters Detail

      • getValue/setValue

        public Value getValue() / public void setValue(Value value)
        
        Contains solution-specific, well-formed XML data that is prefixed in an explicit namespace and is stored with a document.
      • getName/setName

        public java.lang.String getName() / public void setName(java.lang.String value)
        
        The name of the element.
      • getNameU/setNameU

        public java.lang.String getNameU() / public void setNameU(java.lang.String value)
        
        The universal name of the element.
      • getID/setID

        public int getID() / public void setID(int value)
        
        The unique ID of the element within its parent element.
      • 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.
      • getPrompt/setPrompt

        public Str2Value getPrompt() / public void setPrompt(Str2Value value)
        
        It specifies a descriptive prompt or comment for the user-defined element.
    • Method Detail

      • deepClone

        public java.lang.Object deepClone()
                        throws java.lang.Exception
        Creates deep copy of this instance.
        Returns: