public class CPDFSignatureWidgetAttr extends CPDFWidgetAttr implements IAttributeCallback
The attribute was used when creating the Signature form
Constructor and Description |
---|
CPDFSignatureWidgetAttr(java.lang.String moduleName) |
Modifier and Type | Method and Description |
---|---|
CPDFWidget.BorderStyle |
getBorderStyle()
Gets the style of Signature form
|
void |
onload()
Loads the attribute of Signature form, this method does not need to be called by user.
|
void |
onstore()
Saves the attribute of Signature form, this method does not need to be called by user.
|
void |
setBorderStyle(CPDFWidget.BorderStyle borderStyle)
Sets the style of Signature form
|
getBorderColor, getBorderWidth, getFieldName, getFillColor, setAttributeDataFetcher, setBorderColor, setBorderWidth, setFillColor, setiAttributeUpdateCallback
public CPDFSignatureWidgetAttr(java.lang.String moduleName)
public CPDFWidget.BorderStyle getBorderStyle()
public void setBorderStyle(CPDFWidget.BorderStyle borderStyle)
borderStyle
- Border color stylepublic void onload()
onload
in interface IAttributeCallback
public void onstore()
onstore
in interface IAttributeCallback