DynamicPDF by ceTe Software

com.cete.dynamicpdf
Class SectionList

java.lang.Object
  extended by com.cete.dynamicpdf.SectionList

public class SectionList
extends java.lang.Object

For more details on sections take a look at the Document Sectioning topic.

Licensing:
This class is a DynamicPDF Generator Community Edition feature.

View Example


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

begin

public Section begin()
Begins a section in the document.

Returns:
The Section object that was begun.
See Also:
Section

begin

public Section begin(NumberingStyle numberingStyle)
Begins a section in the document.

Parameters:
numberingStyle - The NumberingStyle to use for the section.
Returns:
The Section object that was begun.
See Also:
NumberingStyle, Section

begin

public Section begin(java.lang.String prefix)
Begins a section in the document.

Parameters:
prefix - The prefix to use for the section.
Returns:
The Section object that was begun.
See Also:
Section

begin

public Section begin(Template template)
Begins a section in the document.

Parameters:
template - The Template to use for the section.
Returns:
The Section object that was begun.
See Also:
Template, Section

begin

public Section begin(NumberingStyle numberingStyle,
                     java.lang.String prefix)
Begins a section in the document.

Parameters:
numberingStyle - The NumberingStyle to use for the section.
prefix - The prefix to use for the section.
Returns:
The Section object that was begun.
See Also:
NumberingStyle, Section

begin

public Section begin(NumberingStyle numberingStyle,
                     Template template)
Begins a section in the document.

Parameters:
numberingStyle - The NumberingStyle to use for the section.
template - The Template to use for the section.
Returns:
The Section object that was begun.
See Also:
NumberingStyle, Template, Section

begin

public Section begin(java.lang.String prefix,
                     Template template)
Begins a section in the document.

Parameters:
prefix - The prefix to use for the section.
template - The Template to use for the section.
Returns:
The Section object that was begun.
See Also:
Template, Section

begin

public Section begin(NumberingStyle numberingStyle,
                     java.lang.String prefix,
                     Template template)
Begins a section in the document.

Parameters:
numberingStyle - The NumberingStyle to use for the section.
prefix - The prefix to use for the section.
template - The Template to use for the section.
Returns:
The Section object that was begun.
See Also:
NumberingStyle, Template, Section

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software