C# 클래스 iTextSharp.text.html.HtmlWriter

상속: iTextSharp.text.DocWriter
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6

공개 프로퍼티들

프로퍼티 타입 설명
BEGINCOMMENT byte[]
ENDCOMMENT byte[]

보호된 프로퍼티들

프로퍼티 타입 설명
currentfont System.Collections.Stack
footer iTextSharp.text.HeaderFooter
header iTextSharp.text.HeaderFooter
imagepath String
markup System.util.Properties
pageN int
standardfont iTextSharp.text.Font

공개 메소드들

메소드 설명
Add ( IElement element ) : bool
Add ( String str ) : bool
Close ( ) : void
GetInstance ( Document document, Stream os ) : HtmlWriter
IsOtherFont ( Font font ) : bool
NewPage ( ) : bool
Open ( ) : void
ResetImagepath ( ) : void
SetFooter ( HeaderFooter footer ) : void
SetHeader ( HeaderFooter header ) : void
SetImagepath ( String imagepath ) : void
SetStandardFont ( Font standardFont ) : void

보호된 메소드들

메소드 설명
HtmlWriter ( Document doc, Stream os ) : System
InitFooter ( ) : void
InitHeader ( ) : void
Write ( Font font, Properties styleAttributes ) : void
Write ( IElement element, int indent ) : void
WriteComment ( String comment ) : void
WriteCssProperty ( String prop, String value ) : void
WriteHeader ( Meta meta ) : void
WriteJavaScript ( Header header ) : void
WriteLink ( Header header ) : void
WriteSection ( Section section, int indent ) : void

메소드 상세

Add() 공개 메소드

public Add ( IElement element ) : bool
element IElement
리턴 bool

Add() 공개 메소드

public Add ( String str ) : bool
str String
리턴 bool

Close() 공개 메소드

public Close ( ) : void
리턴 void

GetInstance() 공개 정적인 메소드

public static GetInstance ( Document document, Stream os ) : HtmlWriter
document iTextSharp.text.Document
os Stream
리턴 HtmlWriter

HtmlWriter() 보호된 메소드

protected HtmlWriter ( Document doc, Stream os ) : System
doc iTextSharp.text.Document
os Stream
리턴 System

InitFooter() 보호된 메소드

protected InitFooter ( ) : void
리턴 void

InitHeader() 보호된 메소드

protected InitHeader ( ) : void
리턴 void

IsOtherFont() 공개 메소드

public IsOtherFont ( Font font ) : bool
font iTextSharp.text.Font
리턴 bool

NewPage() 공개 메소드

public NewPage ( ) : bool
리턴 bool

Open() 공개 메소드

public Open ( ) : void
리턴 void

ResetImagepath() 공개 메소드

public ResetImagepath ( ) : void
리턴 void

SetFooter() 공개 메소드

public SetFooter ( HeaderFooter footer ) : void
footer iTextSharp.text.HeaderFooter
리턴 void

SetHeader() 공개 메소드

public SetHeader ( HeaderFooter header ) : void
header iTextSharp.text.HeaderFooter
리턴 void

SetImagepath() 공개 메소드

public SetImagepath ( String imagepath ) : void
imagepath String
리턴 void

SetStandardFont() 공개 메소드

public SetStandardFont ( Font standardFont ) : void
standardFont iTextSharp.text.Font
리턴 void

Write() 보호된 메소드

protected Write ( Font font, Properties styleAttributes ) : void
font iTextSharp.text.Font
styleAttributes System.util.Properties
리턴 void

Write() 보호된 메소드

protected Write ( IElement element, int indent ) : void
element IElement
indent int
리턴 void

WriteComment() 보호된 메소드

protected WriteComment ( String comment ) : void
comment String
리턴 void

WriteCssProperty() 보호된 메소드

protected WriteCssProperty ( String prop, String value ) : void
prop String
value String
리턴 void

WriteHeader() 보호된 메소드

protected WriteHeader ( Meta meta ) : void
meta iTextSharp.text.Meta
리턴 void

WriteJavaScript() 보호된 메소드

protected WriteJavaScript ( Header header ) : void
header iTextSharp.text.Header
리턴 void

WriteLink() 보호된 메소드

protected WriteLink ( Header header ) : void
header iTextSharp.text.Header
리턴 void

WriteSection() 보호된 메소드

protected WriteSection ( Section section, int indent ) : void
section iTextSharp.text.Section
indent int
리턴 void

프로퍼티 상세

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

public static byte[] BEGINCOMMENT
리턴 byte[]

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

public static byte[] ENDCOMMENT
리턴 byte[]

currentfont 보호되어 있는 프로퍼티

protected Stack,System.Collections currentfont
리턴 System.Collections.Stack

footer 보호되어 있는 프로퍼티

protected HeaderFooter,iTextSharp.text footer
리턴 iTextSharp.text.HeaderFooter

header 보호되어 있는 프로퍼티

protected HeaderFooter,iTextSharp.text header
리턴 iTextSharp.text.HeaderFooter

imagepath 보호되어 있는 프로퍼티

protected String imagepath
리턴 String

markup 보호되어 있는 프로퍼티

protected Properties,System.util markup
리턴 System.util.Properties

pageN 보호되어 있는 프로퍼티

protected int pageN
리턴 int

standardfont 보호되어 있는 프로퍼티

protected Font,iTextSharp.text standardfont
리턴 iTextSharp.text.Font