| java.lang.Object com.lowagie.text.pdf.PdfPageEventHelper com.lowagie.text.pdf.events.FieldPositioningEvents
Field Summary | |
protected PdfFormField | cellField Keeps the form field that is to be positioned in a cellLayout event. | protected PdfWriter | fieldWriter The PdfWriter to use when a field has to added in a cell event. | protected HashMap | genericChunkFields Keeps a map with fields that are to be positioned in inGenericTag. | public float | padding Some extra padding that will be taken into account when defining the widget. | protected PdfFormField | parent The PdfFormField that is the parent of the field added in a cell event. |
cellField | protected PdfFormField cellField(Code) | | Keeps the form field that is to be positioned in a cellLayout event.
|
fieldWriter | protected PdfWriter fieldWriter(Code) | | The PdfWriter to use when a field has to added in a cell event.
|
genericChunkFields | protected HashMap genericChunkFields(Code) | | Keeps a map with fields that are to be positioned in inGenericTag.
|
padding | public float padding(Code) | | Some extra padding that will be taken into account when defining the widget.
|
parent | protected PdfFormField parent(Code) | | The PdfFormField that is the parent of the field added in a cell event.
|
FieldPositioningEvents | public FieldPositioningEvents()(Code) | | Creates a new event. This constructor will be used if you need to position fields with Chunk objects.
|
FieldPositioningEvents | public FieldPositioningEvents(PdfWriter writer, PdfFormField field)(Code) | | Creates a new event. This constructor will be used if you need to position fields with a Cell Event.
|
FieldPositioningEvents | public FieldPositioningEvents(PdfFormField parent, PdfFormField field)(Code) | | Creates a new event. This constructor will be used if you need to position fields with a Cell Event.
|
addField | public void addField(String text, PdfFormField field)(Code) | | Add a PdfFormField that has to be tied to a generic Chunk.
|
setPadding | public void setPadding(float padding)(Code) | | Parameters: padding - The padding to set. |
setParent | public void setParent(PdfFormField parent)(Code) | | Parameters: parent - The parent to set. |
Methods inherited from com.lowagie.text.pdf.PdfPageEventHelper | public void onChapter(PdfWriter writer, Document document, float paragraphPosition, Paragraph title)(Code)(Java Doc) public void onChapterEnd(PdfWriter writer, Document document, float position)(Code)(Java Doc) public void onCloseDocument(PdfWriter writer, Document document)(Code)(Java Doc) public void onEndPage(PdfWriter writer, Document document)(Code)(Java Doc) public void onGenericTag(PdfWriter writer, Document document, Rectangle rect, String text)(Code)(Java Doc) public void onOpenDocument(PdfWriter writer, Document document)(Code)(Java Doc) public void onParagraph(PdfWriter writer, Document document, float paragraphPosition)(Code)(Java Doc) public void onParagraphEnd(PdfWriter writer, Document document, float paragraphPosition)(Code)(Java Doc) public void onSection(PdfWriter writer, Document document, float paragraphPosition, int depth, Paragraph title)(Code)(Java Doc) public void onSectionEnd(PdfWriter writer, Document document, float position)(Code)(Java Doc) public void onStartPage(PdfWriter writer, Document document)(Code)(Java Doc)
|
|
|