The HtmlWriter type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| HtmlWriter | Initializes a new instance of the HtmlWriter class |
Methods
| Name | Description | |
|---|---|---|
| Add(String) | ||
| Add(IElement) | (Overrides DocWriter..::..Add(IElement).) | |
| AddTabs |
Writes a number of tabs.
(Inherited from DocWriter.) | |
| Close | (Overrides DocWriter..::..Close()()()().) | |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| Flush |
Flushes the Stream.
(Inherited from DocWriter.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetInstance | ||
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| InitFooter | ||
| InitHeader | ||
| IsOtherFont | ||
| IsPaused | (Inherited from DocWriter.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| NewPage | (Overrides DocWriter..::..NewPage()()()().) | |
| Open | (Overrides DocWriter..::..Open()()()().) | |
| Pause |
Let the writer know that all writing has to be paused.
(Inherited from DocWriter.) | |
| ResetFooter |
Resets the footer of this document.
(Inherited from DocWriter.) | |
| ResetHeader |
Resets the header of this document.
(Inherited from DocWriter.) | |
| ResetImagepath | ||
| ResetPageCount |
Sets the page number to 0.
(Inherited from DocWriter.) | |
| Resume |
Let the writer know that writing may be resumed.
(Inherited from DocWriter.) | |
| SetFooter | ||
| SetHeader | ||
| SetImagepath | ||
| SetMarginMirroring | (Inherited from DocWriter.) | |
| SetMarginMirroringTopBottom | (Inherited from DocWriter.) | |
| SetMargins |
Sets the margins.
(Inherited from DocWriter.) | |
| SetPageSize |
Sets the pagesize.
(Inherited from DocWriter.) | |
| SetStandardFont | ||
| ToString | (Inherited from Object.) | |
| Write(String) |
Writes a string to the stream.
(Inherited from DocWriter.) | |
| Write(String, String) |
Writes a key-value pair to the stream.
(Inherited from DocWriter.) | |
| Write(Font, Properties) | ||
| Write(IElement, Int32) | ||
| WriteComment | ||
| WriteCssProperty | ||
| WriteEnd()()()() |
Writes an endtag to the stream.
(Inherited from DocWriter.) | |
| WriteEnd(String) |
Writes an endtag to the stream.
(Inherited from DocWriter.) | |
| WriteHeader | ||
| WriteJavaScript | ||
| WriteLink | ||
| WriteMarkupAttributes |
Writes the markup attributes of the specified MarkupAttributes
object to the stream.
(Inherited from DocWriter.) | |
| WriteSection | ||
| WriteStart |
Writes a starttag to the stream.
(Inherited from DocWriter.) |
Fields
| Name | Description | |
|---|---|---|
| BEGINCOMMENT | ||
| closeStream | (Inherited from DocWriter.) | |
| currentfont | ||
| document | This is the document that has to be written. (Inherited from DocWriter.) | |
| ENDCOMMENT | ||
| footer | ||
| header | ||
| imagepath | ||
| markup | ||
| NBSP | ||
| open | Is the writer open for writing? (Inherited from DocWriter.) | |
| os | The stream of this writer. (Inherited from DocWriter.) | |
| pageN | ||
| pageSize | The pageSize. (Inherited from DocWriter.) | |
| pause | Do we have to pause all writing actions? (Inherited from DocWriter.) | |
| standardfont |
Properties
| Name | Description | |
|---|---|---|
| CloseStream | (Inherited from DocWriter.) | |
| Footer |
Changes the footer of this document.
(Inherited from DocWriter.) | |
| Header |
Changes the header of this document.
(Inherited from DocWriter.) | |
| PageCount |
Sets the page number.
(Inherited from DocWriter.) |