Example usage for com.lowagie.text.pdf PdfStream interface-usage

List of usage examples for com.lowagie.text.pdf PdfStream interface-usage

Introduction

In this page you can find the example usage for com.lowagie.text.pdf PdfStream interface-usage.

Usage

From source file org.kuali.kfs.module.tem.pdf.Coversheet.java

/**
 * Class representing a PDF Coversheet of the {@link TravelReimbursementDocument}.
 */
public class Coversheet implements PdfStream {
    private static final int ALIGNMENT_MARK_HEIGHT = 8;
    private static final int ALIGNMENT_MARK_WIDTH = 10;