PdfPageEventForwarder 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.PdfPageEventForwarder[[PdfPageEventForwarder]]
end
subgraph iTextSharp.text.pdf
iTextSharp.text.pdf.IPdfPageEvent[[IPdfPageEvent]]
class iTextSharp.text.pdf.IPdfPageEvent interfaceStyle;
end
iTextSharp.text.pdf.IPdfPageEvent --> iTextSharp.text.pdf.events.PdfPageEventForwarder
Members
Methods
Public methods
Returns | Name |
---|
void | AddPageEvent (IPdfPageEvent eventa) |
void | OnChapter (PdfWriter writer, Document document, float paragraphPosition, Paragraph title) |
void | OnChapterEnd (PdfWriter writer, Document document, float position) |
void | OnCloseDocument (PdfWriter writer, Document document) |
void | OnEndPage (PdfWriter writer, Document document) |
void | OnGenericTag (PdfWriter writer, Document document, Rectangle rect, string text) |
void | OnOpenDocument (PdfWriter writer, Document document) |
void | OnParagraph (PdfWriter writer, Document document, float paragraphPosition) |
void | OnParagraphEnd (PdfWriter writer, Document document, float paragraphPosition) |
void | OnSection (PdfWriter writer, Document document, float paragraphPosition, int depth, Paragraph title) |
void | OnSectionEnd (PdfWriter writer, Document document, float position) |
void | OnStartPage (PdfWriter writer, Document document) |
Details
Inheritance
Constructors
PdfPageEventForwarder
Source code
public PdfPageEventForwarder()
Methods
AddPageEvent
Source code
public virtual void AddPageEvent(IPdfPageEvent eventa)
Arguments
OnOpenDocument
Source code
public virtual void OnOpenDocument(PdfWriter writer, Document document)
Arguments
OnStartPage
Source code
public virtual void OnStartPage(PdfWriter writer, Document document)
Arguments
OnEndPage
Source code
public virtual void OnEndPage(PdfWriter writer, Document document)
Arguments
OnCloseDocument
Source code
public virtual void OnCloseDocument(PdfWriter writer, Document document)
Arguments
OnParagraph
Source code
public virtual void OnParagraph(PdfWriter writer, Document document, float paragraphPosition)
Arguments
OnParagraphEnd
Source code
public virtual void OnParagraphEnd(PdfWriter writer, Document document, float paragraphPosition)
Arguments
OnChapter
Source code
public virtual void OnChapter(PdfWriter writer, Document document, float paragraphPosition, Paragraph title)
Arguments
OnChapterEnd
Source code
public virtual void OnChapterEnd(PdfWriter writer, Document document, float position)
Arguments
OnSection
Source code
public virtual void OnSection(PdfWriter writer, Document document, float paragraphPosition, int depth, Paragraph title)
Arguments
OnSectionEnd
Source code
public virtual void OnSectionEnd(PdfWriter writer, Document document, float position)
Arguments
OnGenericTag
Source code
public virtual void OnGenericTag(PdfWriter writer, Document document, Rectangle rect, string text)
Arguments
Generated with ModularDoc