Package com.aowagie.text.pdf
Class PdfDocument.Indentation
java.lang.Object
com.aowagie.text.pdf.PdfDocument.Indentation
- Enclosing class:
PdfDocument
- Since:
- 2.0.8 (PdfDocument was package-private before)
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate float
This is the indentation caused by an image on the left.private float
This is the indentation caused by an image on the right.private float
This represents the current indentation of the PDF Elements on the bottom side.private float
This represents the current indentation of the PDF Elements on the left side.private float
This represents the current indentation of the PDF Elements on the right side.private float
This represents the current indentation of the PDF Elements on the top side.private float
This represents the current indentation of the PDF Elements on the left side.private float
Indentation to the left caused by a section.private float
Indentation to the right caused by a section. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
indentLeft
private float indentLeftThis represents the current indentation of the PDF Elements on the left side. -
sectionIndentLeft
private float sectionIndentLeftIndentation to the left caused by a section. -
listIndentLeft
private float listIndentLeftThis represents the current indentation of the PDF Elements on the left side. -
imageIndentLeft
private float imageIndentLeftThis is the indentation caused by an image on the left. -
indentRight
private float indentRightThis represents the current indentation of the PDF Elements on the right side. -
sectionIndentRight
private float sectionIndentRightIndentation to the right caused by a section. -
imageIndentRight
private float imageIndentRightThis is the indentation caused by an image on the right. -
indentTop
private float indentTopThis represents the current indentation of the PDF Elements on the top side. -
indentBottom
private float indentBottomThis represents the current indentation of the PDF Elements on the bottom side.
-
-
Constructor Details
-
Indentation
private Indentation()
-