Package com.pspdfkit.forms
Class SignatureFormConfiguration.Builder
-
- All Implemented Interfaces:
public class SignatureFormConfiguration.Builder extends FormElementConfiguration.BaseBuilder<V, B>
Builder used to construct SignatureFormConfiguration instance.
-
-
Constructor Summary
Constructors Constructor Description SignatureFormConfiguration.Builder(int pageIndex, RectF boundingBox)
Creates a new SignatureFormConfiguration builder.
-
Method Summary
Modifier and Type Method Description SignatureFormConfiguration
build()
Creates a SignatureFormConfiguration with the arguments supplied to this builder. -
-
Constructor Detail
-
SignatureFormConfiguration.Builder
SignatureFormConfiguration.Builder(int pageIndex, RectF boundingBox)
Creates a new SignatureFormConfiguration builder.- Parameters:
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.
-
-
Method Detail
-
build
@NonNull() SignatureFormConfiguration build()
Creates a SignatureFormConfiguration with the arguments supplied to this builder.
- Returns:
Newly created configuration.
-
-
-
-