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

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

Introduction

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

The text is from its open source code.

Field

intLAYOUT_LABEL_ONLY
A layout option
intLAYOUT_ICON_ONLY
A layout option
intLAYOUT_LABEL_TOP_ICON_BOTTOM
A layout option
intSCALE_ICON_ALWAYS
An icon scaling option

Constructor

Method

PdfFormFieldgetField()
Gets the pushbutton field.
voidsetAlignment(int alignment)
Sets the text horizontal alignment.
voidsetBackgroundColor(Color backgroundColor)
Sets the background color.
voidsetBorderColor(Color borderColor)
Sets the border color.
voidsetBorderStyle(int borderStyle)
Sets the border style.
voidsetBorderWidth(float borderWidth)
Sets the border width in points.
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.
voidsetScaleIcon(int scaleIcon)
Sets the way the icon will be scaled.
voidsetTemplate(PdfTemplate template)
Sets the icon as a template.
voidsetText(String text)
Sets the text for text fields.
voidsetTextColor(Color textColor)
Sets the text color.