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

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

Introduction

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

The text is from its open source code.

Field

floatBORDER_WIDTH_THIN
A thin border with 1 point width.
floatBORDER_WIDTH_THICK
A thick border with 3 point width.

Method

voidsetBackgroundColor(BaseColor backgroundColor)
Sets the background color.
voidsetBorderColor(BaseColor borderColor)
Sets the border color.
voidsetBorderStyle(int borderStyle)
Sets the border style.
voidsetBorderWidth(float borderWidth)
Sets the border width in points.
voidsetFont(BaseFont font)
Sets the text font.
voidsetFontSize(float fontSize)
Sets the font size.
voidsetTextColor(BaseColor textColor)
Sets the text color.