java.lang.Object | ||
↳ | com.pspdfkit.forms.FormElementConfiguration.BaseBuilder<V extends com.pspdfkit.forms.FormElementConfiguration, B extends com.pspdfkit.forms.FormElementConfiguration.BaseBuilder<V, B>> | |
↳ | com.pspdfkit.forms.SignatureFormConfiguration.Builder |
Builder used to construct SignatureFormConfiguration
instance.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Builder(int pageIndex, RectF boundingBox)
Creates a new
SignatureFormConfiguration builder. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SignatureFormConfiguration |
build()
Creates a
SignatureFormConfiguration with the arguments supplied to this builder. |
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SignatureFormConfiguration.Builder |
getThis()
Returns correct type of this builder.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Creates a new SignatureFormConfiguration
builder.
pageIndex | Page index where the checkbox form element will be attached. |
---|---|
boundingBox | Annotation bounding box of the widget annotation representing the appearance of the checkbox form element. |
Creates a SignatureFormConfiguration
with the arguments supplied to this builder.