Package com.itextpdf.text.pdf
Class PdfDocument.Indentation
- java.lang.Object
-
- com.itextpdf.text.pdf.PdfDocument.Indentation
-
- Enclosing class:
- PdfDocument
public 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 (package private) floatimageIndentLeftThis is the indentation caused by an image on the left.(package private) floatimageIndentRightThis is the indentation caused by an image on the right.(package private) floatindentBottomThis represents the current indentation of the PDF Elements on the bottom side.(package private) floatindentLeftThis represents the current indentation of the PDF Elements on the left side.(package private) floatindentRightThis represents the current indentation of the PDF Elements on the right side.(package private) floatindentTopThis represents the current indentation of the PDF Elements on the top side.(package private) floatlistIndentLeftThis represents the current indentation of the PDF Elements on the left side.(package private) floatsectionIndentLeftIndentation to the left caused by a section.(package private) floatsectionIndentRightIndentation to the right caused by a section.
-
Constructor Summary
Constructors Constructor Description Indentation()
-
-
-
Field Detail
-
indentLeft
float indentLeft
This represents the current indentation of the PDF Elements on the left side.
-
sectionIndentLeft
float sectionIndentLeft
Indentation to the left caused by a section.
-
listIndentLeft
float listIndentLeft
This represents the current indentation of the PDF Elements on the left side.
-
imageIndentLeft
float imageIndentLeft
This is the indentation caused by an image on the left.
-
indentRight
float indentRight
This represents the current indentation of the PDF Elements on the right side.
-
sectionIndentRight
float sectionIndentRight
Indentation to the right caused by a section.
-
imageIndentRight
float imageIndentRight
This is the indentation caused by an image on the right.
-
indentTop
float indentTop
This represents the current indentation of the PDF Elements on the top side.
-
indentBottom
float indentBottom
This represents the current indentation of the PDF Elements on the bottom side.
-
-