Java com.itextpdf.text.pdf PushbuttonField fields, constructors, methods, implement or subclass

Example usage for Java com.itextpdf.text.pdf PushbuttonField fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.itextpdf.text.pdf PushbuttonField.

The text is from its open source code.

Field

intLAYOUT_ICON_ONLY
A layout option

Constructor

Method

PdfFormFieldgetField()
Gets the pushbutton field.
voidsetBackgroundColor(BaseColor backgroundColor)
Sets the background color.
voidsetBorderStyle(int borderStyle)
Sets the border style.
voidsetImage(Image image)
Sets the icon as an image.
voidsetLayout(int layout)
Sets the icon and label layout.
voidsetOptions(int options)
Sets the option flags.
voidsetProportionalIcon(boolean proportionalIcon)
Sets the way the icon is scaled.
voidsetText(String text)
Sets the text for text fields.
voidsetVisibility(int visibility)
Sets the field visibility flag.