public class ExtendedChapter
extends com.lowagie.text.Chapter
addedCompletely, bookmarkOpen, bookmarkTitle, complete, indentation, indentationLeft, indentationRight, notAddedYet, numberDepth, numbers, numberStyle, NUMBERSTYLE_DOTTED, NUMBERSTYLE_DOTTED_WITHOUT_FINAL_DOT, subsections, title, triggerNewPagemodCountALIGN_BASELINE, ALIGN_BOTTOM, ALIGN_CENTER, ALIGN_JUSTIFIED, ALIGN_JUSTIFIED_ALL, ALIGN_LEFT, ALIGN_MIDDLE, ALIGN_RIGHT, ALIGN_TOP, ALIGN_UNDEFINED, ANCHOR, ANNOTATION, AUTHOR, CCITT_BLACKIS1, CCITT_ENCODEDBYTEALIGN, CCITT_ENDOFBLOCK, CCITT_ENDOFLINE, CCITTG3_1D, CCITTG3_2D, CCITTG4, CELL, CHAPTER, CHUNK, CREATIONDATE, CREATOR, HEADER, IMGRAW, IMGTEMPLATE, JBIG2, JPEG, JPEG2000, KEYWORDS, LIST, LISTITEM, MARKED, MULTI_COLUMN_TEXT, PARAGRAPH, PHRASE, PRODUCER, PTABLE, RECTANGLE, ROW, SECTION, SUBJECT, TABLE, TITLE, YMARK| Constructor and Description |
|---|
ExtendedChapter(int number) |
ExtendedChapter(com.lowagie.text.Paragraph title,
int number) |
ExtendedChapter(String title,
int number)
Constructs a new
Chapter. |
| Modifier and Type | Method and Description |
|---|---|
com.lowagie.text.MarkedSection |
addMarkedSection() |
com.lowagie.text.Section |
addSection(float indentation,
com.lowagie.text.Paragraph title,
int numberDepth) |
com.lowagie.text.Paragraph |
getBookmarkTitle() |
protected IParagraphFactory |
getParagraphFactory() |
com.lowagie.text.pdf.PdfPCell |
getPdfPCell() |
com.lowagie.text.Paragraph |
getTitle() |
add, add, addAll, addSection, addSection, addSection, addSection, addSection, addSection, addSection, constructTitle, flushContent, getChunks, getDepth, getIndentation, getIndentationLeft, getIndentationRight, getNumberDepth, getNumberStyle, isAddedCompletely, isBookmarkOpen, isChapter, isComplete, isContent, isNotAddedYet, isSection, isTriggerNewPage, newPage, process, setAddedCompletely, setBookmarkOpen, setBookmarkTitle, setChapterNumber, setComplete, setIndentation, setIndentationLeft, setIndentationRight, setNotAddedYet, setNumberDepth, setNumberStyle, setTitle, setTriggerNewPageaddAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodepublic ExtendedChapter(int number)
public ExtendedChapter(com.lowagie.text.Paragraph title,
int number)
public ExtendedChapter(String title, int number)
Chapter.title - the Chapter title (as a String)number - the Chapter numberpublic com.lowagie.text.Paragraph getTitle()
getTitle in class com.lowagie.text.Sectionpublic com.lowagie.text.Paragraph getBookmarkTitle()
getBookmarkTitle in class com.lowagie.text.Sectionpublic com.lowagie.text.Section addSection(float indentation,
com.lowagie.text.Paragraph title,
int numberDepth)
addSection in class com.lowagie.text.Sectionpublic com.lowagie.text.MarkedSection addMarkedSection()
addMarkedSection in class com.lowagie.text.Sectionpublic com.lowagie.text.pdf.PdfPCell getPdfPCell()
protected IParagraphFactory getParagraphFactory()
Copyright © 2017. All Rights Reserved.