|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cete.dynamicpdf.SectionList
public class SectionList
For more details on sections take a look at the Document Sectioning topic.
Licensing:
This class is a DynamicPDF Generator Community Edition feature.
Method Summary | |
---|---|
Section |
begin()
Begins a section in the document. |
Section |
begin(NumberingStyle numberingStyle)
Begins a section in the document. |
Section |
begin(NumberingStyle numberingStyle,
java.lang.String prefix)
Begins a section in the document. |
Section |
begin(NumberingStyle numberingStyle,
java.lang.String prefix,
Template template)
Begins a section in the document. |
Section |
begin(NumberingStyle numberingStyle,
Template template)
Begins a section in the document. |
Section |
begin(java.lang.String prefix)
Begins a section in the document. |
Section |
begin(java.lang.String prefix,
Template template)
Begins a section in the document. |
Section |
begin(Template template)
Begins a section in the document. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Section begin()
Section
public Section begin(NumberingStyle numberingStyle)
numberingStyle
- The NumberingStyle to use for the section.
NumberingStyle
,
Section
public Section begin(java.lang.String prefix)
prefix
- The prefix to use for the section.
Section
public Section begin(Template template)
template
- The Template to use for the section.
Template
,
Section
public Section begin(NumberingStyle numberingStyle, java.lang.String prefix)
numberingStyle
- The NumberingStyle to use for the section.prefix
- The prefix to use for the section.
NumberingStyle
,
Section
public Section begin(NumberingStyle numberingStyle, Template template)
numberingStyle
- The NumberingStyle to use for the section.template
- The Template to use for the section.
NumberingStyle
,
Template
,
Section
public Section begin(java.lang.String prefix, Template template)
prefix
- The prefix to use for the section.template
- The Template to use for the section.
Template
,
Section
public Section begin(NumberingStyle numberingStyle, java.lang.String prefix, Template template)
numberingStyle
- The NumberingStyle to use for the section.prefix
- The prefix to use for the section.template
- The Template to use for the section.
NumberingStyle
,
Template
,
Section
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |