Method | Description | |
---|---|---|
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 ) : void | ||
PdfWriterEvents ( string watermark ) |
public OnChapter ( PdfWriter, writer, Document, document, float paragraphPosition, Paragraph, title ) : void | ||
writer | PdfWriter, | |
document | Document, | |
paragraphPosition | float | |
title | Paragraph, | |
return | void |
public OnChapterEnd ( PdfWriter, writer, Document, document, float paragraphPosition ) : void | ||
writer | PdfWriter, | |
document | Document, | |
paragraphPosition | float | |
return | void |
public OnCloseDocument ( PdfWriter, writer, Document, document ) : void | ||
writer | PdfWriter, | |
document | Document, | |
return | void |
public OnEndPage ( PdfWriter, writer, Document, document ) : void | ||
writer | PdfWriter, | |
document | Document, | |
return | void |
public OnGenericTag ( PdfWriter, writer, Document, document, Rectangle, rect, String text ) : void | ||
writer | PdfWriter, | |
document | Document, | |
rect | Rectangle, | |
text | String | |
return | void |
public OnOpenDocument ( PdfWriter, writer, Document, document ) : void | ||
writer | PdfWriter, | |
document | Document, | |
return | void |
public OnParagraph ( PdfWriter, writer, Document, document, float paragraphPosition ) : void | ||
writer | PdfWriter, | |
document | Document, | |
paragraphPosition | float | |
return | void |
public OnParagraphEnd ( PdfWriter, writer, Document, document, float paragraphPosition ) : void | ||
writer | PdfWriter, | |
document | Document, | |
paragraphPosition | float | |
return | void |
public OnSection ( PdfWriter, writer, Document, document, float paragraphPosition, int depth, Paragraph, title ) : void | ||
writer | PdfWriter, | |
document | Document, | |
paragraphPosition | float | |
depth | int | |
title | Paragraph, | |
return | void |
public OnSectionEnd ( PdfWriter, writer, Document, document, float paragraphPosition ) : void | ||
writer | PdfWriter, | |
document | Document, | |
paragraphPosition | float | |
return | void |
public OnStartPage ( PdfWriter, writer, Document, document ) : void | ||
writer | PdfWriter, | |
document | Document, | |
return | void |