Example usage for com.lowagie.text PageSize subclass-usage

List of usage examples for com.lowagie.text PageSize subclass-usage

Introduction

In this page you can find the example usage for com.lowagie.text PageSize subclass-usage.

Usage

From source file com.amphisoft.pdf.ITPageSize.java

public class ITPageSize extends com.lowagie.text.PageSize {

    private static final float FOXIT_WIDTH_PT = 255.12F;
    private static final float FOXIT_HEIGHT_PT = 325.98F;

    public static final Rectangle FOXIT_ESLICK = new RectangleReadOnly(FOXIT_WIDTH_PT, FOXIT_HEIGHT_PT);