iText 5

IPdfPageEvent

IPdfPageEvent Public interface

Diagram

flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf iTextSharp.text.pdf.IPdfPageEvent[[IPdfPageEvent]] class iTextSharp.text.pdf.IPdfPageEvent interfaceStyle; end

Members

Methods

Public methods

Returns

Name

void

OnChapter

(

PdfWriter

writer,

Document

document, float paragraphPosition,

Paragraph

title)

void

OnChapterEnd

(

PdfWriter

writer,

Document

document, float paragraphPosition)

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 paragraphPosition)

void

OnStartPage

(

PdfWriter

writer,

Document

document)

Details

Methods

OnOpenDocument

public void OnOpenDocument(PdfWriter writer, Document document)

Arguments

Type

Name

Description

PdfWriter

writer

Document

document

OnStartPage

public void OnStartPage(PdfWriter writer, Document document)

Arguments

Type

Name

Description

PdfWriter

writer

Document

document

OnEndPage

public void OnEndPage(PdfWriter writer, Document document)

Arguments

Type

Name

Description

PdfWriter

writer

Document

document

OnCloseDocument

public void OnCloseDocument(PdfWriter writer, Document document)

Arguments

Type

Name

Description

PdfWriter

writer

Document

document

OnParagraph

public void OnParagraph(PdfWriter writer, Document document, float paragraphPosition)

Arguments

Type

Name

Description

PdfWriter

writer

Document

document

float

paragraphPosition

OnParagraphEnd

public void OnParagraphEnd(PdfWriter writer, Document document, float paragraphPosition)

Arguments

Type

Name

Description

PdfWriter

writer

Document

document

float

paragraphPosition

OnChapter

public void OnChapter(PdfWriter writer, Document document, float paragraphPosition, Paragraph title)

Arguments

Type

Name

Description

PdfWriter

writer

Document

document

float

paragraphPosition

Paragraph

title

OnChapterEnd

public void OnChapterEnd(PdfWriter writer, Document document, float paragraphPosition)

Arguments

Type

Name

Description

PdfWriter

writer

Document

document

float

paragraphPosition

OnSection

public void OnSection(PdfWriter writer, Document document, float paragraphPosition, int depth, Paragraph title)

Arguments

Type

Name

Description

PdfWriter

writer

Document

document

float

paragraphPosition

int

depth

Paragraph

title

OnSectionEnd

public void OnSectionEnd(PdfWriter writer, Document document, float paragraphPosition)

Arguments

Type

Name

Description

PdfWriter

writer

Document

document

float

paragraphPosition

OnGenericTag

public void OnGenericTag(PdfWriter writer, Document document, Rectangle rect, string text)

Arguments

Type

Name

Description

PdfWriter

writer

Document

document

Rectangle

rect

string

text

Generated with ModularDoc