C# Класс PdfRpt.Core.Helper.HtmlToPdf.TotalPagesNumberXmlWorkerProcessor

Custom TotalPagesNumber tag processor.
Наследование: iTextSharp.tool.xml.html.AbstractTagProcessor
Показать файл Открыть проект

Открытые методы

Метод Описание
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