|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cete.dynamicpdf.PageElement com.cete.dynamicpdf.pageelements.TaggablePageElement com.cete.dynamicpdf.pageelements.forms.FormElement com.cete.dynamicpdf.pageelements.forms.Signature
public class Signature
Represents a Signature form field. View Example
Licensing:
This class is a DynamicPDF Generator Enterprise Edition
feature. One of the following licenses is required for non-evaluation usage:
Constructor Summary | |
---|---|
Signature(java.lang.String name,
float x,
float y,
float width,
float height)
Intializes a new instance of the signature. |
Method Summary | |
---|---|
void |
draw(PageWriter writer)
Draws the signature to the given PageWriter object. |
Font |
getFont()
Gets FormFont . |
SignaturePanel |
getFullPanel()
Gets the SignaturePanel for the full panel. |
SignaturePanel |
getLeftPanel()
Gets the SignaturePanel for the left panel. |
java.lang.String |
getLocation()
Gets a value indicating the location of signing. |
SignaturePanelLayout |
getPanelLayout()
Gets the SignaturePanelLayout specifying how the panels should be laidout. |
java.lang.String |
getReason()
Gets a value indicating the reason of signing the document. |
SignaturePanel |
getRightPanel()
Gets the SignaturePanel for the right panel. |
void |
hideAllText()
Hides all text visibility in all the panels. |
void |
setFont(FormFont value)
Sets FormFont . |
void |
setLocation(java.lang.String value)
Sets a value indicating the location of signing. |
void |
setPanelLayout(SignaturePanelLayout value)
Sets the SignaturePanelLayout specifying how the panels should be laidout. |
void |
setReason(java.lang.String value)
Sets a value indicating the reason of signing the document. |
Methods inherited from class com.cete.dynamicpdf.pageelements.forms.FormElement |
---|
getBackgroundColor, getBorderColor, getBorderStyle, getHeight, getMappingName, getName, getOutput, getReaderEvents, getRotate, getTextColor, getToolTip, getWidth, getX, getY, isPrintable, isReadOnly, isVisible, setBackgroundColor, setBorderColor, setBorderStyle, setHeight, setMappingName, setName, setOutput, setPrintable, setReadOnly, setRotate, setTag, setTextColor, setToolTip, setVisible, setWidth, setX, setY |
Methods inherited from class com.cete.dynamicpdf.pageelements.TaggablePageElement |
---|
getTag, getTagOrder, setTagOrder |
Methods inherited from class com.cete.dynamicpdf.PageElement |
---|
getRequiredLicenseLevel, getStrID, setRequiredLicenseLevel, setStrID |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Signature(java.lang.String name, float x, float y, float width, float height)
name
- Name of a signature field.x
- X coordinate of a signature.y
- Y coordinate of a signature.width
- Widht of a signature.height
- Height of a signature.Method Detail |
---|
public void draw(PageWriter writer)
PageWriter
object.
draw
in class TaggablePageElement
writer
- PageWriter
object to receive the signature's output.PageWriter
public void hideAllText()
public SignaturePanelLayout getPanelLayout()
SignaturePanelLayout
specifying how the panels should be laidout.
SignaturePanelLayout
public void setPanelLayout(SignaturePanelLayout value)
SignaturePanelLayout
specifying how the panels should be laidout.
value
- instance of SignaturePanelLayout.SignaturePanelLayout
public SignaturePanel getLeftPanel()
SignaturePanel
for the left panel.
SignaturePanel
public SignaturePanel getRightPanel()
SignaturePanel
for the right panel.
SignaturePanel
public SignaturePanel getFullPanel()
SignaturePanel
for the full panel.
SignaturePanel
public java.lang.String getReason()
public void setReason(java.lang.String value)
value
- A string value specifying the reason of signing the document.public java.lang.String getLocation()
public void setLocation(java.lang.String value)
value
- A string value specifying the location of signing.public Font getFont()
FormFont
.
FormFont
public void setFont(FormFont value)
FormFont
.
value
- instance of FormFont.FormFont
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |