C# 클래스 PdfRpt.Core.Helper.HtmlToPdf.TotalPagesNumberXmlWorkerProcessor

Custom TotalPagesNumber tag processor.
상속: iTextSharp.tool.xml.html.AbstractTagProcessor
파일 보기 프로젝트 열기: VahidN/PdfReport

공개 메소드들

메소드 설명
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.

메소드 상세

End() 공개 메소드

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 ///
리턴 IList

IsStackOwner() 공개 메소드

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

TotalPagesNumberXmlWorkerProcessor() 공개 메소드

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