User

User class

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

new User()

Constructor.

Methods

NameDescription
deepClone()Creates deep copy of this instance.
getDel()A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca
getID()The unique ID of the element within its parent element.
getName()The name of the element.
getNameU()The universal name of the element.
getPrompt()It specifies a descriptive prompt or comment for the user-defined element.
getValue()Contains solution-specific, well-formed XML data that is prefixed in an explicit namespace and is stored with a document
setDel()A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca
setID()The unique ID of the element within its parent element.
setName()The name of the element.
setNameU()The universal name of the element.
setPrompt()It specifies a descriptive prompt or comment for the user-defined element.
setValue()Contains solution-specific, well-formed XML data that is prefixed in an explicit namespace and is stored with a document

deepClone()

Creates deep copy of this instance.

Returns: Object — Object

getDel()

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.

getID()

The unique ID of the element within its parent element.

getName()

The name of the element.

getNameU()

The universal name of the element.

getPrompt()

It specifies a descriptive prompt or comment for the user-defined element.

getValue()

Contains solution-specific, well-formed XML data that is prefixed in an explicit namespace and is stored with a document.

setDel()

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.

setID()

The unique ID of the element within its parent element.

setName()

The name of the element.

setNameU()

The universal name of the element.

setPrompt()

It specifies a descriptive prompt or comment for the user-defined element.

setValue()

Contains solution-specific, well-formed XML data that is prefixed in an explicit namespace and is stored with a document.