| Package | Description | 
|---|---|
| com.itextpdf.text | 
| Modifier and Type | Class and Description | 
|---|---|
class  |  
          Chapter 
           
             A   Chapter is a special Section. 
            |  
         
class  |  
          ChapterAutoNumber 
           
             Chapter with auto numbering. 
              |  
         
| Modifier and Type | Method and Description | 
|---|---|
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, String title) 
           
             Adds a   Section to this Section and returns it. 
            |  
         
Section |  
          Section.addSection(float indentation, 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 |  
          ChapterAutoNumber.addSection(Paragraph title) 
           
             Create a new section for this chapter and add it. 
              |  
         
Section |  
          Section.addSection(Paragraph title, int numberDepth) 
           
             Creates a   Section, add it to this Section and returns it. 
            |  
         
Section |  
          Section.addSection(String title) 
           
             Adds a   Section to this Section and returns it. 
            |  
         
Section |  
          ChapterAutoNumber.addSection(String title) 
           
             Create a new section for this chapter and ad it. 
              |  
         
Section |  
          Section.addSection(String title, int numberDepth) 
           
             Adds a   Section to this Section and returns it. 
            |  
         
| Constructor and Description | 
|---|
MarkedSection(Section section) 
            Deprecated.  
             
           
             Creates a MarkedObject with a Section or Chapter object. 
              |  
         
Copyright © 1998–2019. All rights reserved.