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

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

Introduction

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

The text is from its open source code.

Field

intTYPE_CHECK
A field with the symbol check
intTYPE_CIRCLE
A field with the symbol circle
intTYPE_CROSS
A field with the symbol cross

Constructor

Method

PdfFormFieldgetCheckField()
Gets the check field.
PdfFormFieldgetRadioField()
Gets the radio field.
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.
voidsetChecked(boolean checked)
Sets the state of the field to checked or unchecked.
voidsetCheckType(int checkType)
Sets the checked symbol.