C# Class iTextSharp.tool.xml.html.Anchor

Inheritance: AbstractTagProcessor
显示文件 Open project: boecko/iTextSharp Class Usage Examples

Public Methods

Method Description
Content ( IWorkerContext ctx, Tag tag, String content ) : IList
End ( IWorkerContext ctx, Tag tag, IList currentContent ) : IList
IsStackOwner ( ) : bool

Method Details

Content() public method

public Content ( IWorkerContext ctx, Tag tag, String content ) : IList
ctx IWorkerContext
tag Tag
content String
return IList

End() public method

public End ( IWorkerContext ctx, Tag tag, IList currentContent ) : IList
ctx IWorkerContext
tag Tag
currentContent IList
return IList

IsStackOwner() public method

public IsStackOwner ( ) : bool
return bool