C# Class iTextSharp.text.html.simpleparser.ElementFactory

Afficher le fichier Open project: nonorganic/dssnet

Méthodes publiques

Méthode Description
CreateChunk ( String content, ChainedProperties chain ) : Chunk
CreateImage ( String src, String>.IDictionary attrs, ChainedProperties chain, IDocListener document, IImageProvider img_provider, Image>.Dictionary img_store, String img_baseurl ) : Image
CreateLineSeparator ( String>.IDictionary attrs, float offset ) : LineSeparator
CreateList ( String tag, ChainedProperties chain ) : List
CreateListItem ( ChainedProperties chain ) : ListItem
CreateParagraph ( ChainedProperties chain ) : Paragraph
ElementFactory ( ) : System
GetFont ( ChainedProperties chain ) : Font
GetHyphenation ( ChainedProperties chain ) : IHyphenationEvent

Méthodes protégées

Méthode Description
SetParagraphLeading ( Paragraph paragraph, String leading ) : void
UpdateElement ( Paragraph paragraph, ChainedProperties chain ) : void

Method Details

CreateChunk() public méthode

public CreateChunk ( String content, ChainedProperties chain ) : Chunk
content String
chain ChainedProperties
Résultat iTextSharp.text.Chunk

CreateImage() public méthode

public CreateImage ( String src, String>.IDictionary attrs, ChainedProperties chain, IDocListener document, IImageProvider img_provider, Image>.Dictionary img_store, String img_baseurl ) : Image
src String
attrs String>.IDictionary
chain ChainedProperties
document IDocListener
img_provider IImageProvider
img_store Image>.Dictionary
img_baseurl String
Résultat Image

CreateLineSeparator() public méthode

public CreateLineSeparator ( String>.IDictionary attrs, float offset ) : LineSeparator
attrs String>.IDictionary
offset float
Résultat iTextSharp.text.pdf.draw.LineSeparator

CreateList() public méthode

public CreateList ( String tag, ChainedProperties chain ) : List
tag String
chain ChainedProperties
Résultat iTextSharp.text.List

CreateListItem() public méthode

public CreateListItem ( ChainedProperties chain ) : ListItem
chain ChainedProperties
Résultat iTextSharp.text.ListItem

CreateParagraph() public méthode

public CreateParagraph ( ChainedProperties chain ) : Paragraph
chain ChainedProperties
Résultat iTextSharp.text.Paragraph

ElementFactory() public méthode

public ElementFactory ( ) : System
Résultat System

GetFont() public méthode

public GetFont ( ChainedProperties chain ) : Font
chain ChainedProperties
Résultat iTextSharp.text.Font

GetHyphenation() public méthode

public GetHyphenation ( ChainedProperties chain ) : IHyphenationEvent
chain ChainedProperties
Résultat IHyphenationEvent

SetParagraphLeading() protected static méthode

protected static SetParagraphLeading ( Paragraph paragraph, String leading ) : void
paragraph iTextSharp.text.Paragraph
leading String
Résultat void

UpdateElement() protected méthode

protected UpdateElement ( Paragraph paragraph, ChainedProperties chain ) : void
paragraph iTextSharp.text.Paragraph
chain ChainedProperties
Résultat void