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

Inheritance: AbstractTagProcessor
Mostra file Open project: boecko/iTextSharp

Public Methods

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

Private Methods

Method Description
AddTabIntervalContent ( IList currentContent, Paragraph p, String value ) : void
AddTabStopsContent ( IList currentContent, Paragraph p, String value ) : void
GetLastChild ( Tag tag ) : Tag

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