C# Class PdfRpt.Core.Helper.HtmlToPdf.TotalPagesNumberXmlWorkerProcessor

Custom TotalPagesNumber tag processor.
Inheritance: iTextSharp.tool.xml.html.AbstractTagProcessor
ファイルを表示 Open project: VahidN/PdfReport

Public Methods

Method Description
End ( IWorkerContext ctx, Tag tag, IList currentContent ) : IList

This method is called when a closing tag has been encountered of the ITagProcessor implementation that is mapped to the tag.

IsStackOwner ( ) : bool

true if the tag implementation must keep it's own currentContent stack.

TotalPagesNumberXmlWorkerProcessor ( iTextSharp image ) : System.Collections.Generic

ctor.

Method Details

End() public method

This method is called when a closing tag has been encountered of the ITagProcessor implementation that is mapped to the tag.
public End ( IWorkerContext ctx, Tag tag, IList currentContent ) : IList
ctx IWorkerContext
tag Tag the tag encountered
currentContent IList /// a list of content possibly created by TagProcessing of inner tags, and by startElement and /// content methods of this ITagProcessor ///
return IList

IsStackOwner() public method

true if the tag implementation must keep it's own currentContent stack.
public IsStackOwner ( ) : bool
return bool

TotalPagesNumberXmlWorkerProcessor() public method

ctor.
public TotalPagesNumberXmlWorkerProcessor ( iTextSharp image ) : System.Collections.Generic
image iTextSharp
return System.Collections.Generic