C# 클래스 iTextSharp.text.html.simpleparser.ElementFactory

파일 보기 프로젝트 열기: nonorganic/dssnet

공개 메소드들

메소드 설명
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