fr.opensagres.xdocreport.itext.extension
Class ExtendedChapterAutoNumber

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList
              extended by com.lowagie.text.Section
                  extended by com.lowagie.text.Chapter
                      extended by com.lowagie.text.ChapterAutoNumber
                          extended by fr.opensagres.xdocreport.itext.extension.ExtendedChapterAutoNumber
All Implemented Interfaces:
com.lowagie.text.Element, com.lowagie.text.LargeElement, com.lowagie.text.TextElementArray, Serializable, Cloneable, Iterable, Collection, List, RandomAccess

public class ExtendedChapterAutoNumber
extends com.lowagie.text.ChapterAutoNumber

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.lowagie.text.ChapterAutoNumber
numberSet
 
Fields inherited from class com.lowagie.text.Section
addedCompletely, bookmarkOpen, bookmarkTitle, complete, indentation, indentationLeft, indentationRight, notAddedYet, numberDepth, numbers, numberStyle, NUMBERSTYLE_DOTTED, NUMBERSTYLE_DOTTED_WITHOUT_FINAL_DOT, subsections, title, triggerNewPage
 
Fields inherited from class java.util.AbstractList
modCount
 
Fields inherited from interface com.lowagie.text.Element
ALIGN_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 Summary
ExtendedChapterAutoNumber(com.lowagie.text.Paragraph para)
           
ExtendedChapterAutoNumber(String title)
           
 
Method Summary
 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()
           
 
Methods inherited from class com.lowagie.text.ChapterAutoNumber
addSection, addSection, setAutomaticNumber
 
Methods inherited from class com.lowagie.text.Chapter
isNestable, type
 
Methods inherited from class com.lowagie.text.Section
add, add, addAll, 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, setTriggerNewPage
 
Methods inherited from class java.util.ArrayList
addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.lowagie.text.Element
toString
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
 

Constructor Detail

ExtendedChapterAutoNumber

public ExtendedChapterAutoNumber(com.lowagie.text.Paragraph para)

ExtendedChapterAutoNumber

public ExtendedChapterAutoNumber(String title)
Method Detail

getTitle

public com.lowagie.text.Paragraph getTitle()
Overrides:
getTitle in class com.lowagie.text.Section

getBookmarkTitle

public com.lowagie.text.Paragraph getBookmarkTitle()
Overrides:
getBookmarkTitle in class com.lowagie.text.Section

addSection

public com.lowagie.text.Section addSection(float indentation,
                                           com.lowagie.text.Paragraph title,
                                           int numberDepth)
Overrides:
addSection in class com.lowagie.text.Section

addMarkedSection

public com.lowagie.text.MarkedSection addMarkedSection()
Overrides:
addMarkedSection in class com.lowagie.text.Section

getPdfPCell

public com.lowagie.text.pdf.PdfPCell getPdfPCell()

getParagraphFactory

protected IParagraphFactory getParagraphFactory()


Copyright © 2013. All rights reserved.