Package com.aowagie.text.pdf
Class PdfDocument.Indentation
- java.lang.Object
-
- com.aowagie.text.pdf.PdfDocument.Indentation
-
- Enclosing class:
- PdfDocument
private static class PdfDocument.Indentation extends java.lang.Object
- Since:
- 2.0.8 (PdfDocument was package-private before)
-
-
Field Summary
Fields Modifier and Type Field Description private float
imageIndentLeft
This is the indentation caused by an image on the left.private float
imageIndentRight
This is the indentation caused by an image on the right.private float
indentBottom
This represents the current indentation of the PDF Elements on the bottom side.private float
indentLeft
This represents the current indentation of the PDF Elements on the left side.private float
indentRight
This represents the current indentation of the PDF Elements on the right side.private float
indentTop
This represents the current indentation of the PDF Elements on the top side.private float
listIndentLeft
This represents the current indentation of the PDF Elements on the left side.private float
sectionIndentLeft
Indentation to the left caused by a section.private float
sectionIndentRight
Indentation to the right caused by a section.
-
Constructor Summary
Constructors Modifier Constructor Description private
Indentation()
-
-
-
Field Detail
-
indentLeft
private float indentLeft
This represents the current indentation of the PDF Elements on the left side.
-
sectionIndentLeft
private float sectionIndentLeft
Indentation to the left caused by a section.
-
listIndentLeft
private float listIndentLeft
This represents the current indentation of the PDF Elements on the left side.
-
imageIndentLeft
private float imageIndentLeft
This is the indentation caused by an image on the left.
-
indentRight
private float indentRight
This represents the current indentation of the PDF Elements on the right side.
-
sectionIndentRight
private float sectionIndentRight
Indentation to the right caused by a section.
-
imageIndentRight
private float imageIndentRight
This is the indentation caused by an image on the right.
-
indentTop
private float indentTop
This represents the current indentation of the PDF Elements on the top side.
-
indentBottom
private float indentBottom
This represents the current indentation of the PDF Elements on the bottom side.
-
-