C# Класс iTextSharp.text.html.simpleparser.ElementFactory

Показать файл Открыть проект

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

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

Защищенные методы

Метод Описание
SetParagraphLeading ( Paragraph paragraph, String leading ) : void
UpdateElement ( Paragraph paragraph, ChainedProperties chain ) : void

Описание методов

CreateChunk() публичный Метод

public CreateChunk ( String content, ChainedProperties chain ) : Chunk
content String
chain ChainedProperties
Результат iTextSharp.text.Chunk

CreateImage() публичный Метод

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
Результат Image

CreateLineSeparator() публичный Метод

public CreateLineSeparator ( String>.IDictionary attrs, float offset ) : LineSeparator
attrs String>.IDictionary
offset float
Результат iTextSharp.text.pdf.draw.LineSeparator

CreateList() публичный Метод

public CreateList ( String tag, ChainedProperties chain ) : List
tag String
chain ChainedProperties
Результат iTextSharp.text.List

CreateListItem() публичный Метод

public CreateListItem ( ChainedProperties chain ) : ListItem
chain ChainedProperties
Результат iTextSharp.text.ListItem

CreateParagraph() публичный Метод

public CreateParagraph ( ChainedProperties chain ) : Paragraph
chain ChainedProperties
Результат iTextSharp.text.Paragraph

ElementFactory() публичный Метод

public ElementFactory ( ) : System
Результат System

GetFont() публичный Метод

public GetFont ( ChainedProperties chain ) : Font
chain ChainedProperties
Результат iTextSharp.text.Font

GetHyphenation() публичный Метод

public GetHyphenation ( ChainedProperties chain ) : IHyphenationEvent
chain ChainedProperties
Результат IHyphenationEvent

SetParagraphLeading() защищенный статический Метод

protected static SetParagraphLeading ( Paragraph paragraph, String leading ) : void
paragraph iTextSharp.text.Paragraph
leading String
Результат void

UpdateElement() защищенный Метод

protected UpdateElement ( Paragraph paragraph, ChainedProperties chain ) : void
paragraph iTextSharp.text.Paragraph
chain ChainedProperties
Результат void