Package com.itextpdf.text

Examples of com.itextpdf.text.ChapterAutoNumber


   * Creates a ChapterAutoNumber object based on a list of properties.
   * @param attributes
   * @return a Chapter
   */
  public static ChapterAutoNumber getChapter(Properties attributes) {
    ChapterAutoNumber chapter = new ChapterAutoNumber("");
    setSectionParameters(chapter, attributes);
    return chapter;
  }
View Full Code Here

TOP

Related Classes of com.itextpdf.text.ChapterAutoNumber

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.