Example usage for com.itextpdf.text Chapter subclass-usage

List of usage examples for com.itextpdf.text Chapter subclass-usage

Introduction

In this page you can find the example usage for com.itextpdf.text Chapter subclass-usage.

Usage

From source file pdf.AcademicSection.java

/**
 *
 * @author azc
 */
public class AcademicSection extends Chapter {
    private final List<Academic> achievements;

From source file pdf.ProfessionalSection.java

/**
 *
 * @author azc
 */
public class ProfessionalSection extends Chapter {
    private final List<Professional> achievements;