List of usage examples for com.itextpdf.text Chapter subclass-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;