Skip to main content
Skip table of contents

FieldPositioningEvents

FieldPositioningEvents Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf.events
  iTextSharp.text.pdf.events.FieldPositioningEvents[[FieldPositioningEvents]]
  end
  subgraph iTextSharp.text.pdf
  iTextSharp.text.pdf.IPdfPCellEvent[[IPdfPCellEvent]]
  class iTextSharp.text.pdf.IPdfPCellEvent interfaceStyle;
  iTextSharp.text.pdf.PdfPageEventHelper[[PdfPageEventHelper]]
  end
iTextSharp.text.pdf.IPdfPCellEvent --> iTextSharp.text.pdf.events.FieldPositioningEvents
iTextSharp.text.pdf.PdfPageEventHelper --> iTextSharp.text.pdf.events.FieldPositioningEvents

Members

Properties

Public properties
TypeNameMethods
floatPaddingget, set
PdfFormFieldParentget, set

Methods

Public methods
ReturnsName
voidAddField(string text, PdfFormField field)
voidCellLayout(PdfPCell cell, Rectangle rect, PdfContentByte[] canvases)
voidOnGenericTag(PdfWriter writer, Document document, Rectangle rect, string text)

Details

Inheritance

Constructors

FieldPositioningEvents [1/5]

Source code

public FieldPositioningEvents()
FieldPositioningEvents [2/5]

Source code

public FieldPositioningEvents(PdfWriter writer, PdfFormField field)
Arguments
TypeNameDescription
PdfWriterwriter
PdfFormFieldfield
FieldPositioningEvents [3/5]

Source code

public FieldPositioningEvents(PdfFormField parent, PdfFormField field)
Arguments
TypeNameDescription
PdfFormFieldparent
PdfFormFieldfield
FieldPositioningEvents [4/5]

Source code

public FieldPositioningEvents(PdfWriter writer, string text)
Arguments
TypeNameDescription
PdfWriterwriter
stringtext
FieldPositioningEvents [5/5]

Source code

public FieldPositioningEvents(PdfWriter writer, PdfFormField parent, string text)
Arguments
TypeNameDescription
PdfWriterwriter
PdfFormFieldparent
stringtext

Methods

AddField

Source code

public virtual void AddField(string text, PdfFormField field)
Arguments
TypeNameDescription
stringtext
PdfFormFieldfield
OnGenericTag

Source code

public override void OnGenericTag(PdfWriter writer, Document document, Rectangle rect, string text)
Arguments
TypeNameDescription
PdfWriterwriter
Documentdocument
Rectanglerect
stringtext
CellLayout

Source code

public virtual void CellLayout(PdfPCell cell, Rectangle rect, PdfContentByte[] canvases)
Arguments
TypeNameDescription
PdfPCellcell
Rectanglerect
PdfContentByte[]canvases

Properties

Padding
public virtual float Padding { get; set; }
Parent
public virtual PdfFormField Parent { get; set; }

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.