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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

Paragraph()
Constructs a Paragraph.
Paragraph(float leading)
Constructs a Paragraph with a certain leading.
Paragraph(Chunk chunk)
Constructs a Paragraph with a certain Chunk.
Paragraph(String string)
Constructs a Paragraph with a certain String.
Paragraph(Phrase phrase)
Constructs a Paragraph with a certain Phrase.
Paragraph(float leading, Chunk chunk)
Constructs a Paragraph with a certain Chunk and a certain leading.
Paragraph(String string, Font font)
Constructs a Paragraph with a certain String and a certain Font.
Paragraph(float leading, String string)
Constructs a Paragraph with a certain String and a certain leading.
Paragraph(float leading, String string, Font font)
Constructs a Paragraph with a certain leading, String and Font.

Method

booleanadd(Object o)
Adds an Object to the Paragraph.
floatgetFirstLineIndent()
Getter for property firstLineIndent.
floatgetIndentationLeft()
Gets the indentation of this paragraph on the left side.
floatgetIndentationRight()
Gets the indentation of this paragraph on the right side.
floatgetSpacingAfter()
Gets the spacing after this paragraph.
floatgetSpacingBefore()
Gets the spacing before this paragraph.
voidsetAlignment(int alignment)
Sets the alignment of this paragraph.
voidsetAlignment(String alignment)
Sets the alignment of this paragraph.
voidsetExtraParagraphSpace(float extraParagraphSpace)
Setter for property extraParagraphSpace.
voidsetFirstLineIndent(float firstLineIndent)
Setter for property firstLineIndent.
voidsetIndentationLeft(float indentation)
Sets the indentation of this paragraph on the left side.
voidsetIndentationRight(float indentation)
Sets the indentation of this paragraph on the right side.
voidsetKeepTogether(boolean keeptogether)
Indicates that the paragraph has to be kept together on one page.
voidsetLeading(float fixedLeading)
voidsetLeading(float fixedLeading, float multipliedLeading)
Sets the leading fixed and variable.
voidsetMultipliedLeading(float multipliedLeading)
Sets the variable leading.
voidsetSpacingAfter(float spacing)
Sets the spacing after this paragraph.
voidsetSpacingBefore(float spacing)
Sets the spacing before this paragraph.