static PdfFormAnnotation |
PdfFormCreator.createFormAnnotation(PdfWidgetAnnotation widget,
PdfDocument document) |
|
static PdfFormAnnotation |
PdfFormCreator.createFormAnnotation(PdfDictionary dictionary) |
Creates a form field annotation as a wrapper object around a PdfDictionary using provided factory.
|
PdfFormAnnotation |
PdfFormFactory.createFormAnnotation(PdfWidgetAnnotation widget,
PdfDocument document) |
|
PdfFormAnnotation |
PdfFormFactory.createFormAnnotation(PdfDictionary dictionary) |
Creates a form field annotation as a wrapper object around a PdfDictionary .
|
PdfFormAnnotation |
RadioFormFieldBuilder.createRadioButton(java.lang.String appearanceName,
Rectangle rectangle) |
Creates radio button form field instance based on provided parameters.
|
PdfFormAnnotation |
PdfFormField.getFirstFormAnnotation() |
|
static PdfFormAnnotation |
PdfFormAnnotation.makeFormAnnotation(PdfObject pdfObject,
PdfDocument document) |
|
PdfFormAnnotation |
PdfFormAnnotation.setAction(PdfAction action) |
Sets the action on widget of this annotation form field.
|
PdfFormAnnotation |
PdfFormAnnotation.setAppearance(PdfName appearanceType,
java.lang.String appearanceState,
PdfStream appearanceStream) |
Sets an appearance for (the widgets related to) the form field.
|
PdfFormAnnotation |
PdfFormAnnotation.setBackgroundColor(Color backgroundColor) |
Basic setter for the backgroundColor property.
|
PdfFormAnnotation |
PdfFormAnnotation.setBorderColor(Color color) |
Sets the Border Color.
|
PdfFormAnnotation |
PdfFormAnnotation.setBorderStyle(PdfDictionary style) |
Sets the border style for the field.
|
PdfFormAnnotation |
PdfFormAnnotation.setBorderWidth(float borderWidth) |
Sets the border width for the field.
|
PdfFormAnnotation |
PdfFormAnnotation.setCaption(java.lang.String caption) |
Basic setter for the push button caption.
|
PdfFormAnnotation |
PdfFormAnnotation.setCaption(java.lang.String caption,
boolean regenerateField) |
Basic setter for the push button caption.
|
PdfFormAnnotation |
PdfFormAnnotation.setCheckBoxAppearanceOnStateName(java.lang.String onStateName) |
Sets on state name for the checkbox annotation normal appearance and regenerates widget.
|
PdfFormAnnotation |
PdfFormAnnotation.setFormFieldElement(IFormField element) |
This method sets the model element associated with the current annotation and can be useful to take into account
when drawing those properties that the annotation does not have.
|
PdfFormAnnotation |
PdfFormAnnotation.setPage(int pageNum) |
Specifies on which page the form field's widget must be shown.
|
PdfFormAnnotation |
PdfFormAnnotation.setRotation(int degRotation) |
Basic setter for the degRotation property.
|
PdfFormAnnotation |
PdfFormAnnotation.setVisibility(int visibility) |
Set the visibility flags of the form field annotation.
|