|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.lowagie.text.pdf.PdfDocument.Indentation
public static class PdfDocument.Indentation
| Field Summary | |
|---|---|
private float |
imageIndentLeft
This is the indentation caused by an image on the left. |
private float |
imageIndentRight
This is the indentation caused by an image on the right. |
private float |
indentBottom
This represents the current indentation of the PDF Elements on the bottom side. |
private float |
indentLeft
This represents the current indentation of the PDF Elements on the left side. |
private float |
indentRight
This represents the current indentation of the PDF Elements on the right side. |
private float |
indentTop
This represents the current indentation of the PDF Elements on the top side. |
private float |
listIndentLeft
This represents the current indentation of the PDF Elements on the left side. |
private float |
sectionIndentLeft
Indentation to the left caused by a section. |
private float |
sectionIndentRight
Indentation to the right caused by a section. |
| Constructor Summary | |
|---|---|
PdfDocument.Indentation()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private float indentLeft
private float sectionIndentLeft
private float listIndentLeft
private float imageIndentLeft
private float indentRight
private float sectionIndentRight
private float imageIndentRight
private float indentTop
private float indentBottom
| Constructor Detail |
|---|
public PdfDocument.Indentation()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||