public class ExtendedSection
extends com.lowagie.text.Section
addedCompletely, bookmarkOpen, bookmarkTitle, complete, indentation, indentationLeft, indentationRight, notAddedYet, numberDepth, numbers, numberStyle, NUMBERSTYLE_DOTTED, NUMBERSTYLE_DOTTED_WITHOUT_FINAL_DOT, subsections, title, triggerNewPageALIGN_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 |
|---|
ExtendedSection(com.lowagie.text.Paragraph title,
int numberDepth) |
| 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) |
static com.lowagie.text.Paragraph |
ancestorConstructTitle(IParagraphFactory factory,
com.lowagie.text.Paragraph title,
java.util.ArrayList numbers,
int numberDepth,
int numberStyle)
Constructs a Paragraph that will be used as title for a Section or Chapter.
|
static com.lowagie.text.Paragraph |
constructTitle(IParagraphFactory factory,
com.lowagie.text.Paragraph ancestorTitle,
java.util.ArrayList numbers,
int numberDepth,
int numberStyle,
com.lowagie.text.pdf.PdfPCell cell) |
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, isNestable, isNotAddedYet, isSection, isTriggerNewPage, newPage, process, setAddedCompletely, setBookmarkOpen, setBookmarkTitle, setChapterNumber, setComplete, setIndentation, setIndentationLeft, setIndentationRight, setNotAddedYet, setNumberDepth, setNumberStyle, setTitle, setTriggerNewPage, typeaddAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizepublic ExtendedSection(com.lowagie.text.Paragraph title,
int numberDepth)
public 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 static com.lowagie.text.Paragraph constructTitle(IParagraphFactory factory, com.lowagie.text.Paragraph ancestorTitle, java.util.ArrayList numbers, int numberDepth, int numberStyle, com.lowagie.text.pdf.PdfPCell cell)
public static com.lowagie.text.Paragraph ancestorConstructTitle(IParagraphFactory factory, com.lowagie.text.Paragraph title, java.util.ArrayList numbers, int numberDepth, int numberStyle)
title - the title of the sectionnumbers - a list of sectionnumbersnumberDepth - how many numbers have to be shownnumberStyle - the numbering stylepublic com.lowagie.text.pdf.PdfPCell getPdfPCell()
protected IParagraphFactory getParagraphFactory()
Copyright © 2022. All Rights Reserved.