| Modifier and Type | Method and Description |
|---|---|
com.itextpdf.text.Chapter |
currentChapter() |
com.itextpdf.text.Section |
currentSection() |
void |
leaveSection(int hLevel) |
com.itextpdf.text.Section |
newSection(com.itextpdf.text.Paragraph sectionTitle,
int hLevel) |
com.itextpdf.text.Section |
newSection(com.itextpdf.text.Paragraph sectionTitle,
int hLevel,
boolean numbered) |
com.itextpdf.text.Section |
newSection(String title,
int hLevel) |
com.itextpdf.text.Section |
newSection(String title,
int hLevel,
boolean numbered) |
void |
restoreChapter(com.itextpdf.text.Chapter chapter) |
com.itextpdf.text.Font |
sectionTitlePrimaryFont(int hLevel) |
public Sections(Styles styles)
public com.itextpdf.text.Font sectionTitlePrimaryFont(int hLevel)
public com.itextpdf.text.Section newSection(String title, int hLevel)
public com.itextpdf.text.Section newSection(String title, int hLevel, boolean numbered)
public com.itextpdf.text.Section newSection(com.itextpdf.text.Paragraph sectionTitle,
int hLevel)
public com.itextpdf.text.Section newSection(com.itextpdf.text.Paragraph sectionTitle,
int hLevel,
boolean numbered)
public void leaveSection(int hLevel)
public com.itextpdf.text.Section currentSection()
public void restoreChapter(com.itextpdf.text.Chapter chapter)
public com.itextpdf.text.Chapter currentChapter()
Copyright © 2014. All Rights Reserved.