HotDocs_Online.HtmlOutputOptions Object

An HtmlOutputOptions object is used to specify details of the conversion to HTML from some other format.

Interface Information

ProgID: HotDocs_Online.HtmlOutputOptions.11.0
Version Independent ProgID: HotDocs_Online.HtmlOutputOptions
CLSID: {ABB484C3-CFCD-4D50-B6D1-11D9919AE747}
_HtmlOutputOptions Interface: IID: {A21EF2C3-98F9-4A68-9DA0-C3EE2A7F1CD7}

Default interface.

Methods

Method Description
GetValue Get the value of a metadata name/value pair.
HasValue Check for the existence of a metadata value.
SetValue Set the value of a metadata name/value pair.

Properties

Property Description
Author Access the "Author" metadata value.
Comments Access the "Comments" metadata value.
Company Access the "Company" metadata value.
Encoding Set the character encoding of the text.
Keywords Access the "Keywords" metadata value.
Subject Access the "Subject" metadata value.
Title Access the "Title" metadata value.

Remarks

All of the above properties (except for Encoding) are equivalent to calls to GetValue and SetValue. Likewise, HasValue may be used to check for the existence of any of the above properties except for Encoding.