The HtmlWriter type exposes the following members.

Constructors

  NameDescription
Protected methodHtmlWriter
Initializes a new instance of the HtmlWriter class

Methods

  NameDescription
Public methodAdd(String)
Public methodAdd(IElement) (Overrides DocWriter..::..Add(IElement).)
Protected methodAddTabs
Writes a number of tabs.
(Inherited from DocWriter.)
Public methodClose (Overrides DocWriter..::..Close()()()().)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFlush
Flushes the Stream.
(Inherited from DocWriter.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetInstance
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInitFooter
Protected methodInitHeader
Public methodIsOtherFont
Public methodIsPaused (Inherited from DocWriter.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNewPage (Overrides DocWriter..::..NewPage()()()().)
Public methodOpen (Overrides DocWriter..::..Open()()()().)
Public methodPause
Let the writer know that all writing has to be paused.
(Inherited from DocWriter.)
Public methodResetFooter
Resets the footer of this document.
(Inherited from DocWriter.)
Public methodResetHeader
Resets the header of this document.
(Inherited from DocWriter.)
Public methodResetImagepath
Public methodResetPageCount
Sets the page number to 0.
(Inherited from DocWriter.)
Public methodResume
Let the writer know that writing may be resumed.
(Inherited from DocWriter.)
Public methodSetFooter
Public methodSetHeader
Public methodSetImagepath
Public methodSetMarginMirroring (Inherited from DocWriter.)
Public methodSetMarginMirroringTopBottom (Inherited from DocWriter.)
Public methodSetMargins
Sets the margins.
(Inherited from DocWriter.)
Public methodSetPageSize
Sets the pagesize.
(Inherited from DocWriter.)
Public methodSetStandardFont
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Protected methodWrite(String)
Writes a string to the stream.
(Inherited from DocWriter.)
Protected methodWrite(String, String)
Writes a key-value pair to the stream.
(Inherited from DocWriter.)
Protected methodWrite(Font, Properties)
Protected methodWrite(IElement, Int32)
Protected methodWriteComment
Protected methodWriteCssProperty
Protected methodWriteEnd()()()()
Writes an endtag to the stream.
(Inherited from DocWriter.)
Protected methodWriteEnd(String)
Writes an endtag to the stream.
(Inherited from DocWriter.)
Protected methodWriteHeader
Protected methodWriteJavaScript
Protected methodWriteLink
Protected methodWriteMarkupAttributes
Writes the markup attributes of the specified MarkupAttributes object to the stream.
(Inherited from DocWriter.)
Protected methodWriteSection
Protected methodWriteStart
Writes a starttag to the stream.
(Inherited from DocWriter.)

Fields

  NameDescription
Public fieldStatic memberBEGINCOMMENT
Protected fieldcloseStream (Inherited from DocWriter.)
Protected fieldcurrentfont
Protected fielddocument
This is the document that has to be written.
(Inherited from DocWriter.)
Public fieldStatic memberENDCOMMENT
Protected fieldfooter
Protected fieldheader
Protected fieldimagepath
Protected fieldmarkup
Public fieldStatic memberNBSP
Protected fieldopen
Is the writer open for writing?
(Inherited from DocWriter.)
Protected fieldos
The stream of this writer.
(Inherited from DocWriter.)
Protected fieldpageN
Protected fieldpageSize
The pageSize.
(Inherited from DocWriter.)
Protected fieldpause
Do we have to pause all writing actions?
(Inherited from DocWriter.)
Protected fieldstandardfont

Properties

  NameDescription
Public propertyCloseStream (Inherited from DocWriter.)
Public propertyFooter
Changes the footer of this document.
(Inherited from DocWriter.)
Public propertyHeader
Changes the header of this document.
(Inherited from DocWriter.)
Public propertyPageCount
Sets the page number.
(Inherited from DocWriter.)

See Also