Example usage for com.lowagie.text Paragraph getSpacingAfter

List of usage examples for com.lowagie.text Paragraph getSpacingAfter

Introduction

In this page you can find the example usage for com.lowagie.text Paragraph getSpacingAfter.

Prototype

public float getSpacingAfter() 

Source Link

Document

Gets the spacing after this paragraph.

Usage

From source file:fr.opensagres.xdocreport.itext.extension.ExtendedParagraph.java

License:Open Source License

public void setSpacingAfter(Paragraph paragraph) {
    setSpacingAfter(paragraph.getSpacingAfter());
}