List of usage examples for com.lowagie.text Paragraph getIndentationLeft
public float getIndentationLeft()
From source file:fr.opensagres.xdocreport.itext.extension.ExtendedParagraph.java
License:Open Source License
public void setIndentation(Paragraph paragraph) { setIndentationLeft(paragraph.getIndentationLeft()); setIndentationRight(paragraph.getIndentationRight()); }