com.lowagie.text.pdf
public static class PdfDocument.Indentation extends Object
Since: 2.0.8 (PdfDocument was package-private before)
| Field Summary | |
|---|---|
| float | imageIndentLeft This is the indentation caused by an image on the left. |
| float | imageIndentRight This is the indentation caused by an image on the right. |
| float | indentBottom This represents the current indentation of the PDF Elements on the bottom side. |
| float | indentLeft This represents the current indentation of the PDF Elements on the left side. |
| float | indentRight This represents the current indentation of the PDF Elements on the right side. |
| float | indentTop This represents the current indentation of the PDF Elements on the top side. |
| float | listIndentLeft This represents the current indentation of the PDF Elements on the left side. |
| float | sectionIndentLeft Indentation to the left caused by a section. |
| float | sectionIndentRight Indentation to the right caused by a section. |