com.lowagie.text.pdf

Class PdfDocument.Indentation

public static class PdfDocument.Indentation extends Object

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.
floatparagraph
Indentation to the left caused by a paragraph.
floatsectionIndentLeft
Indentation to the left caused by a section.
floatsectionIndentRight
Indentation to the right caused by a section.

Field Detail

imageIndentLeft

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

imageIndentRight

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

indentBottom

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

indentLeft

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

indentRight

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

indentTop

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

listIndentLeft

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

paragraph

float paragraph
Indentation to the left caused by a paragraph.

sectionIndentLeft

private float sectionIndentLeft
Indentation to the left caused by a section.

sectionIndentRight

private float sectionIndentRight
Indentation to the right caused by a section.