com.lowagie.text.pdf

Class PdfDocument.Indentation

public static class PdfDocument.Indentation extends Object

Since: 2.0.8 (PdfDocument was package-private before)

Field Summary
floatimageIndentLeft
This is the indentation caused by an image on the left.
floatimageIndentRight
This is the indentation caused by an image on the right.
floatindentBottom
This represents the current indentation of the PDF Elements on the bottom side.
floatindentLeft
This represents the current indentation of the PDF Elements on the left side.
floatindentRight
This represents the current indentation of the PDF Elements on the right side.
floatindentTop
This represents the current indentation of the PDF Elements on the top side.
floatlistIndentLeft
This represents the current indentation of the PDF Elements on the left side.
floatsectionIndentLeft
Indentation to the left caused by a section.
floatsectionIndentRight
Indentation to the right caused by a section.

Field Detail

imageIndentLeft

float imageIndentLeft
This is the indentation caused by an image on the left.

imageIndentRight

float imageIndentRight
This is the indentation caused by an image on the right.

indentBottom

float indentBottom
This represents the current indentation of the PDF Elements on the bottom side.

indentLeft

float indentLeft
This represents the current indentation of the PDF Elements on the left side.

indentRight

float indentRight
This represents the current indentation of the PDF Elements on the right side.

indentTop

float indentTop
This represents the current indentation of the PDF Elements on the top side.

listIndentLeft

float listIndentLeft
This represents the current indentation of the PDF Elements on the left side.

sectionIndentLeft

float sectionIndentLeft
Indentation to the left caused by a section.

sectionIndentRight

float sectionIndentRight
Indentation to the right caused by a section.