public final class PdfCheckboxFormFieldSignature extends FormFieldSignature
Contains check-box input form field signature properties.
Constructor and Description |
---|
PdfCheckboxFormFieldSignature(String name)
Creates PdfCheckboxFormFieldSignature with predefined name.
|
PdfCheckboxFormFieldSignature(String name,
boolean isChecked)
Creates PdfCheckboxFormFieldSignature with predefined name and value
|
Modifier and Type | Method and Description |
---|---|
Object |
deepClone()
Clone FormField Signature instance.
|
boolean |
getChecked()
Get or set checked value of form field check-box input.
|
void |
setChecked(boolean value)
Get or set checked value of form field check-box input.
|
protected void |
setValueObject(Object value)
Sets value of form field signature.
|
getName, getType, getValue, getValueObject, setName, setValue
public PdfCheckboxFormFieldSignature(String name)
Creates PdfCheckboxFormFieldSignature with predefined name.
name
- Name of form field object.public PdfCheckboxFormFieldSignature(String name, boolean isChecked)
Creates PdfCheckboxFormFieldSignature with predefined name and value
name
- Name of form field object.isChecked
- Value if check box is checkedpublic Object deepClone()
Clone FormField Signature instance.
deepClone
in interface com.aspose.ms.System.ICloneable
deepClone
in class FormFieldSignature
public final boolean getChecked()
Get or set checked value of form field check-box input.
public final void setChecked(boolean value)
Get or set checked value of form field check-box input.
protected void setValueObject(Object value)
Sets value of form field signature.
setValueObject
in class FormFieldSignature
Copyright © 2019. All rights reserved.