| |
|
| com.lowagie.text.Section com.lowagie.text.Chapter com.lowagie.text.ChapterAutoNumber
ChapterAutoNumber | public class ChapterAutoNumber extends Chapter (Code) | | Chapter with auto numbering.
author: Michael Niedermair |
ChapterAutoNumber | public ChapterAutoNumber(Paragraph para)(Code) | | Create a new object.
Parameters: para - the Chapter title (as a Paragraph ) |
ChapterAutoNumber | public ChapterAutoNumber(String title)(Code) | | Create a new objet.
Parameters: title - the Chapter title (as a String ) |
addSection | public Section addSection(String title)(Code) | | Create a new section for this chapter and ad it.
Parameters: title - the Section title (as a String ) Returns the new section. |
addSection | public Section addSection(Paragraph title)(Code) | | Create a new section for this chapter and add it.
Parameters: title - the Section title (as a Paragraph ) Returns the new section. |
Methods inherited from com.lowagie.text.Chapter | public int type()(Code)(Java Doc)
|
|
|
|