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

파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
followTags Hashtable

공개 메소드들

메소드 설명
CreateChunk ( String text, ChainedProperties props ) : Chunk
CreateListItem ( ChainedProperties props ) : ListItem
CreateParagraph ( ChainedProperties props ) : Paragraph
CreateParagraph ( Paragraph p, ChainedProperties props ) : void
FactoryProperties ( ) : System
GetFont ( ChainedProperties props ) : Font
GetHyphenation ( ChainedProperties props ) : IHyphenationEvent
GetHyphenation ( Hashtable props ) : IHyphenationEvent
GetHyphenation ( String s ) : IHyphenationEvent
InsertStyle ( Hashtable h ) : void
InsertStyle ( Hashtable h, ChainedProperties cprops ) : void

비공개 메소드들

메소드 설명
SetParagraphLeading ( Paragraph p, String leading ) : void

메소드 상세

CreateChunk() 공개 메소드

public CreateChunk ( String text, ChainedProperties props ) : Chunk
text String
props ChainedProperties
리턴 iTextSharp.text.Chunk

CreateListItem() 공개 정적인 메소드

public static CreateListItem ( ChainedProperties props ) : ListItem
props ChainedProperties
리턴 iTextSharp.text.ListItem

CreateParagraph() 공개 정적인 메소드

public static CreateParagraph ( ChainedProperties props ) : Paragraph
props ChainedProperties
리턴 iTextSharp.text.Paragraph

CreateParagraph() 공개 정적인 메소드

public static CreateParagraph ( Paragraph p, ChainedProperties props ) : void
p iTextSharp.text.Paragraph
props ChainedProperties
리턴 void

FactoryProperties() 공개 메소드

public FactoryProperties ( ) : System
리턴 System

GetFont() 공개 메소드

public GetFont ( ChainedProperties props ) : Font
props ChainedProperties
리턴 iTextSharp.text.Font

GetHyphenation() 공개 정적인 메소드

public static GetHyphenation ( ChainedProperties props ) : IHyphenationEvent
props ChainedProperties
리턴 IHyphenationEvent

GetHyphenation() 공개 정적인 메소드

public static GetHyphenation ( Hashtable props ) : IHyphenationEvent
props Hashtable
리턴 IHyphenationEvent

GetHyphenation() 공개 정적인 메소드

public static GetHyphenation ( String s ) : IHyphenationEvent
s String
리턴 IHyphenationEvent

InsertStyle() 공개 정적인 메소드

public static InsertStyle ( Hashtable h ) : void
h Hashtable
리턴 void

InsertStyle() 공개 정적인 메소드

public static InsertStyle ( Hashtable h, ChainedProperties cprops ) : void
h Hashtable
cprops ChainedProperties
리턴 void

프로퍼티 상세

followTags 공개적으로 정적으로 프로퍼티

public static Hashtable followTags
리턴 Hashtable