Section |
ChapterAutoNumber.addSection(Paragraph title) |
Create a new section for this chapter and add it.
|
Section |
ChapterAutoNumber.addSection(java.lang.String title) |
Create a new section for this chapter and ad it.
|
Section |
Section.addSection(float indentation,
Paragraph title) |
Creates a Section , adds it to this Section and returns it.
|
Section |
Section.addSection(float indentation,
Paragraph title,
int numberDepth) |
Creates a Section , adds it to this Section and returns it.
|
Section |
Section.addSection(float indentation,
java.lang.String title) |
Adds a Section to this Section and returns it.
|
Section |
Section.addSection(float indentation,
java.lang.String title,
int numberDepth) |
Adds a Section to this Section and returns it.
|
Section |
Section.addSection(Paragraph title) |
Creates a Section , adds it to this Section and returns it.
|
Section |
Section.addSection(Paragraph title,
int numberDepth) |
Creates a Section , add it to this Section and returns it.
|
Section |
Section.addSection(java.lang.String title) |
Adds a Section to this Section and returns it.
|
Section |
Section.addSection(java.lang.String title,
int numberDepth) |
Adds a Section to this Section and returns it.
|