List of usage examples for com.lowagie.text MarkedSection MarkedSection
public MarkedSection(Section section)
From source file:fr.opensagres.xdocreport.itext.extension.ExtendedChapter.java
License:Open Source License
public MarkedSection addMarkedSection() { MarkedSection section = new MarkedSection(new ExtendedSection(null, numberDepth + 1)); add(section);/*from w w w . j a v a 2 s .c o m*/ return section; }