com.lowagie.text.pdf
public static class PdfDocument.Indentation extends Object
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 | paragraph Indentation to the left caused by a paragraph. |
float | sectionIndentLeft Indentation to the left caused by a section. |
float | sectionIndentRight Indentation to the right caused by a section. |