The SignatureField object represents a rectangle that can be filled with text by an end-user and can be edited like the main text.

Syntax

SignatureField

Introduced: 31.0.

Methods

Method Description
changeZOrder Changes the frame's z-order.
(Inherited from FrameBase)
getAlignment Gets the frame's horizontal alignment when it is anchored to a paragraph.
(Inherited from FrameBase)
getBounds Gets the frame's bounding rectangle relative to the upper left corner of the document.
(Inherited from FrameBase)
getID Gets an identifier for the frame.
(Inherited from FrameBase)
getInsertionMode Gets a value determining whether the frame is treated as a single character or the document's text either flows around or overwrites the frame.
(Inherited from FrameBase)
getLocation Gets, in twips, the frame's current location.
(Inherited from FrameBase)
getMoveable Gets whether a frame can be moved in the document at run time with the built-in mouse interface.
(Inherited from FrameBase)
getName Gets the name for the frame.
(Inherited from FrameBase)
getSignerData Gets the signer data of the signature field.
getSize Gets the frame's size in twips.
(Inherited from FrameBase)
getSizeable Gets whether the frame can be resized at run time with the built-in mouse interface.
(Inherited from FrameBase)
getTextDistances Gets the distances, in twips, between the frame and the document's text.
(Inherited from FrameBase)
getTextPosition Gets the frame's character position in the document's text (one-based).
(Inherited from FrameBase)
setAlignment Sets the frame's horizontal alignment when it is anchored to a paragraph.
(Inherited from FrameBase)
setID Sets an identifier for the frame.
(Inherited from FrameBase)
setImage Sets the signature field's image.
setInsertionMode Sets a value determining whether the frame is treated as a single character or the document's text either flows around or overwrites the frame.
(Inherited from FrameBase)
setLocation Sets, in twips, the frame's current location.
(Inherited from FrameBase)
setMoveable Sets whether a frame can be moved in the document at run time with the built-in mouse interface.
(Inherited from FrameBase)
setName Sets a name for the frame.
(Inherited from FrameBase)
setSignerData Sets the signer data of the signature field.
setSize Sets the frame's size in twips.
(Inherited from FrameBase)
setSizeable Sets whether the frame can be resized at run time with the built-in mouse interface.
(Inherited from FrameBase)
setTextDistances Sets the distances, in twips, between the frame and the document's text.
(Inherited from FrameBase)

Properties

Property Description
image The signature field's image.