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

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

Introduction

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

The text is from its open source code.

Method

PdfAppearancecreateAppearance(PdfWriter writer, float width, float height)
Creates a new appearance to be used with form fields.
voidrectangle(final float x, final float y, final float w, final float h)
Adds a rectangle to the current path.
voidsetFontAndSize(BaseFont bf, float size)
Set the font and the size for the subsequent text writing.
voidstroke()
Strokes the path.