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