new module:model/UserSignatureDefinition()
- Source:
Constructs a new UserSignatureDefinition
.
Members
(inner) dateStampProperties :module:model/DateStampProperties
- Source:
Specifies the area in which a date stamp is placed. This parameter uses pixel positioning to draw a rectangle at the center of the stamp area. The stamp is superimposed on top of this central area. This property contains the following information about the central rectangle: - DateAreaX
: The X axis position of the top-left corner. - DateAreaY
: The Y axis position of the top-left corner. - DateAreaWidth
: The width of the rectangle. - DateAreaHeight
: The height of the rectangle.
Type:
(inner) disallowUserResizeStamp :String
- Source:
Type:
- String
(inner) externalID :String
- Source:
Type:
- String
(inner) imageType :String
- Source:
Type:
- String
(inner) isDefault :String
- Source:
Type:
- String
(inner) nrdsId :String
- Source:
Type:
- String
(inner) nrdsLastName :String
- Source:
Type:
- String
(inner) phoneticName :String
- Source:
Type:
- String
(inner) signatureFont :String
- Source:
Type:
- String
(inner) signatureId :String
- Source:
Specifies the signature ID associated with the signature name. You can use the signature ID in the URI in place of the signature name, and the value stored in the signatureName
property in the body is used. This allows the use of special characters (such as "&", "<", ">") in a the signature name. Note that with each update to signatures, the returned signature ID might change, so the caller will need to trigger off the signature name to get the new signature ID.
Type:
- String
(inner) signatureInitials :String
- Source:
Type:
- String
(inner) signatureName :String
- Source:
Specifies the user signature name.
Type:
- String
(inner) signatureType :String
- Source:
Type:
- String
(inner) stampFormat :String
- Source:
Type:
- String
(inner) stampSizeMM :String
- Source:
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/UserSignatureDefinition}
- Source:
Constructs a UserSignatureDefinition
from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data
to obj
if supplied or a new instance if not.
Parameters:
Name | Type | Description |
---|---|---|
data |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/UserSignatureDefinition | Optional instance to populate. |
Returns:
The populated UserSignatureDefinition
instance.