C# Class iTextSharp.text.html.HtmlWriter

Inheritance: iTextSharp.text.DocWriter
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6

Méthodes publiques

Свойство Type Description
BEGINCOMMENT byte[]
ENDCOMMENT byte[]

Protected Properties

Свойство Type Description
currentfont System.Collections.Stack
footer iTextSharp.text.HeaderFooter
header iTextSharp.text.HeaderFooter
imagepath String
markup System.util.Properties
pageN int
standardfont iTextSharp.text.Font

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
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

Method Details

Add() public méthode

public Add ( IElement element ) : bool
element IElement
Résultat bool

Add() public méthode

public Add ( String str ) : bool
str String
Résultat bool

Close() public méthode

public Close ( ) : void
Résultat void

GetInstance() public static méthode

public static GetInstance ( Document document, Stream os ) : HtmlWriter
document iTextSharp.text.Document
os Stream
Résultat HtmlWriter

HtmlWriter() protected méthode

protected HtmlWriter ( Document doc, Stream os ) : System
doc iTextSharp.text.Document
os Stream
Résultat System

InitFooter() protected méthode

protected InitFooter ( ) : void
Résultat void

InitHeader() protected méthode

protected InitHeader ( ) : void
Résultat void

IsOtherFont() public méthode

public IsOtherFont ( Font font ) : bool
font iTextSharp.text.Font
Résultat bool

NewPage() public méthode

public NewPage ( ) : bool
Résultat bool

Open() public méthode

public Open ( ) : void
Résultat void

ResetImagepath() public méthode

public ResetImagepath ( ) : void
Résultat void

SetFooter() public méthode

public SetFooter ( HeaderFooter footer ) : void
footer iTextSharp.text.HeaderFooter
Résultat void

SetHeader() public méthode

public SetHeader ( HeaderFooter header ) : void
header iTextSharp.text.HeaderFooter
Résultat void

SetImagepath() public méthode

public SetImagepath ( String imagepath ) : void
imagepath String
Résultat void

SetStandardFont() public méthode

public SetStandardFont ( Font standardFont ) : void
standardFont iTextSharp.text.Font
Résultat void

Write() protected méthode

protected Write ( Font font, Properties styleAttributes ) : void
font iTextSharp.text.Font
styleAttributes System.util.Properties
Résultat void

Write() protected méthode

protected Write ( IElement element, int indent ) : void
element IElement
indent int
Résultat void

WriteComment() protected méthode

protected WriteComment ( String comment ) : void
comment String
Résultat void

WriteCssProperty() protected méthode

protected WriteCssProperty ( String prop, String value ) : void
prop String
value String
Résultat void

WriteHeader() protected méthode

protected WriteHeader ( Meta meta ) : void
meta iTextSharp.text.Meta
Résultat void

WriteJavaScript() protected méthode

protected WriteJavaScript ( Header header ) : void
header iTextSharp.text.Header
Résultat void

WriteLink() protected méthode

protected WriteLink ( Header header ) : void
header iTextSharp.text.Header
Résultat void

WriteSection() protected méthode

protected WriteSection ( Section section, int indent ) : void
section iTextSharp.text.Section
indent int
Résultat void

Property Details

BEGINCOMMENT public_oe static_oe property

public static byte[] BEGINCOMMENT
Résultat byte[]

ENDCOMMENT public_oe static_oe property

public static byte[] ENDCOMMENT
Résultat byte[]

currentfont protected_oe property

protected Stack,System.Collections currentfont
Résultat System.Collections.Stack

footer protected_oe property

protected HeaderFooter,iTextSharp.text footer
Résultat iTextSharp.text.HeaderFooter

header protected_oe property

protected HeaderFooter,iTextSharp.text header
Résultat iTextSharp.text.HeaderFooter

imagepath protected_oe property

protected String imagepath
Résultat String

markup protected_oe property

protected Properties,System.util markup
Résultat System.util.Properties

pageN protected_oe property

protected int pageN
Résultat int

standardfont protected_oe property

protected Font,iTextSharp.text standardfont
Résultat iTextSharp.text.Font