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

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

Introduction

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

The text is from its open source code.

Field

floatBORDER_WIDTH_THIN
A thin border with 1 point width.
intREAD_ONLY
The user may not change the value of the field.

Method

voidsetAlignment(int alignment)
Sets the text horizontal alignment.
voidsetBackgroundColor(Color backgroundColor)
Sets the background color.
voidsetBorderColor(Color borderColor)
Sets the border color.
voidsetBorderWidth(float borderWidth)
Sets the border width in points.
voidsetFont(BaseFont font)
Sets the text font.
voidsetFontSize(float fontSize)
Sets the font size.
voidsetTextColor(Color textColor)
Sets the text color.