Java com.lowagie.text Section fields, constructors, methods, implement or subclass

Example usage for Java com.lowagie.text Section fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.lowagie.text Section.

The text is from its open source code.

Subclass

com.lowagie.text.Section has subclasses.
Click this link to see all its subclasses.

Method

booleanadd(Object o)
Adds a Paragraph, List, Table or another Section to this Section.
SectionaddSection(float indentation, Paragraph title)
Creates a Section, adds it to this Section and returns it.
SectionaddSection(Paragraph title, int numberDepth)
Creates a Section, add it to this Section and returns it.
SectionaddSection(String title, int numberDepth)
Adds a Section to this Section and returns it.
SectionaddSection(float indentation, String title)
Adds a Section to this Section and returns it.
SectionaddSection(Paragraph title)
Creates a Section, adds it to this Section and returns it.
SectionaddSection(String title)
Adds a Section to this Section and returns it.
voidsetComplete(boolean complete)
voidsetIndentation(float indentation)
Sets the indentation of the content of this Section.
voidsetIndentationLeft(float indentation)
Sets the indentation of this Section on the left side.
voidsetIndentationRight(float indentation)
Sets the indentation of this Section on the right side.
voidsetNumberDepth(int numberDepth)
Sets the depth of the sectionnumbers that will be shown preceding the title.