miranda/Out/Plugins/XML/Speak.master.XML

1318 lines
95 KiB
Plaintext
Raw Normal View History

<?xml version="1.0"?>
<doc>
<assembly>
<name>Speak.master</name>
</assembly>
<members>
<member name="M:Speak.Interfaces.IHTMLDocument2.write(System.Object)">
<summary><para><c>write</c> method of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>write</c> method was the following: <c>HRESULT write (SAFEARRAY() psarray)</c>;</para></remarks>
</member>
<member name="M:Speak.Interfaces.IHTMLDocument2.writeln(System.Object)">
<summary><para><c>writeln</c> method of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>writeln</c> method was the following: <c>HRESULT writeln (SAFEARRAY() psarray)</c>;</para></remarks>
</member>
<member name="M:Speak.Interfaces.IHTMLDocument2.open(System.String,System.Object,System.Object,System.Object)">
<summary><para><c>open</c> method of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>open</c> method was the following: <c>HRESULT open ([optional, defaultvalue("text/html")] BSTR url, [optional] VARIANT name, [optional] VARIANT features, [optional] VARIANT replace, [out, retval] IDispatch** ReturnValue)</c>;</para></remarks>
</member>
<member name="M:Speak.Interfaces.IHTMLDocument2.close">
<summary><para><c>close</c> method of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>close</c> method was the following: <c>HRESULT close (void)</c>;</para></remarks>
</member>
<member name="M:Speak.Interfaces.IHTMLDocument2.clear">
<summary><para><c>clear</c> method of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>clear</c> method was the following: <c>HRESULT clear (void)</c>;</para></remarks>
</member>
<member name="M:Speak.Interfaces.IHTMLDocument2.queryCommandSupported(System.String)">
<summary><para><c>queryCommandSupported</c> method of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>queryCommandSupported</c> method was the following: <c>HRESULT queryCommandSupported (BSTR cmdID, [out, retval] VARIANT_BOOL* ReturnValue)</c>;</para></remarks>
</member>
<member name="M:Speak.Interfaces.IHTMLDocument2.queryCommandEnabled(System.String)">
<summary><para><c>queryCommandEnabled</c> method of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>queryCommandEnabled</c> method was the following: <c>HRESULT queryCommandEnabled (BSTR cmdID, [out, retval] VARIANT_BOOL* ReturnValue)</c>;</para></remarks>
</member>
<member name="M:Speak.Interfaces.IHTMLDocument2.queryCommandState(System.String)">
<summary><para><c>queryCommandState</c> method of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>queryCommandState</c> method was the following: <c>HRESULT queryCommandState (BSTR cmdID, [out, retval] VARIANT_BOOL* ReturnValue)</c>;</para></remarks>
</member>
<member name="M:Speak.Interfaces.IHTMLDocument2.queryCommandIndeterm(System.String)">
<summary><para><c>queryCommandIndeterm</c> method of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>queryCommandIndeterm</c> method was the following: <c>HRESULT queryCommandIndeterm (BSTR cmdID, [out, retval] VARIANT_BOOL* ReturnValue)</c>;</para></remarks>
</member>
<member name="M:Speak.Interfaces.IHTMLDocument2.queryCommandText(System.String)">
<summary><para><c>queryCommandText</c> method of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>queryCommandText</c> method was the following: <c>HRESULT queryCommandText (BSTR cmdID, [out, retval] BSTR* ReturnValue)</c>;</para></remarks>
</member>
<member name="M:Speak.Interfaces.IHTMLDocument2.queryCommandValue(System.String)">
<summary><para><c>queryCommandValue</c> method of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>queryCommandValue</c> method was the following: <c>HRESULT queryCommandValue (BSTR cmdID, [out, retval] VARIANT* ReturnValue)</c>;</para></remarks>
</member>
<member name="M:Speak.Interfaces.IHTMLDocument2.execCommand(System.String,System.Boolean,System.Object)">
<summary><para><c>execCommand</c> method of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>execCommand</c> method was the following: <c>HRESULT execCommand (BSTR cmdID, [optional, defaultvalue(0)] VARIANT_BOOL showUI, [optional] VARIANT value, [out, retval] VARIANT_BOOL* ReturnValue)</c>;</para></remarks>
</member>
<member name="M:Speak.Interfaces.IHTMLDocument2.execCommandShowHelp(System.String)">
<summary><para><c>execCommandShowHelp</c> method of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>execCommandShowHelp</c> method was the following: <c>HRESULT execCommandShowHelp (BSTR cmdID, [out, retval] VARIANT_BOOL* ReturnValue)</c>;</para></remarks>
</member>
<member name="M:Speak.Interfaces.IHTMLDocument2.createElement(System.String)">
<summary><para><c>createElement</c> method of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>createElement</c> method was the following: <c>HRESULT createElement (BSTR eTag, [out, retval] IHTMLElement** ReturnValue)</c>;</para></remarks>
</member>
<member name="M:Speak.Interfaces.IHTMLDocument2.elementFromPoint(System.Int32,System.Int32)">
<summary><para><c>elementFromPoint</c> method of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>elementFromPoint</c> method was the following: <c>HRESULT elementFromPoint (long x, long y, [out, retval] IHTMLElement** ReturnValue)</c>;</para></remarks>
</member>
<member name="M:Speak.Interfaces.IHTMLDocument2.toString">
<summary><para><c>toString</c> method of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>toString</c> method was the following: <c>HRESULT toString ([out, retval] BSTR* ReturnValue)</c>;</para></remarks>
</member>
<member name="M:Speak.Interfaces.IHTMLDocument2.createStyleSheet(System.String,System.Int32)">
<summary><para><c>createStyleSheet</c> method of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>createStyleSheet</c> method was the following: <c>HRESULT createStyleSheet ([optional, defaultvalue("")] BSTR bstrHref, [optional, defaultvalue(-1)] long lIndex, [out, retval] IHTMLStyleSheet** ReturnValue)</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.activeElement">
<summary><para><c>activeElement</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>activeElement</c> property was the following: <c>IHTMLElement* activeElement</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.alinkColor">
<summary><para><c>alinkColor</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>alinkColor</c> property was the following: <c>VARIANT alinkColor</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.all">
<summary><para><c>all</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>all</c> property was the following: <c>IHTMLElementCollection* all</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.anchors">
<summary><para><c>anchors</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>anchors</c> property was the following: <c>IHTMLElementCollection* anchors</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.applets">
<summary><para><c>applets</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>applets</c> property was the following: <c>IHTMLElementCollection* applets</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.bgColor">
<summary><para><c>bgColor</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>bgColor</c> property was the following: <c>VARIANT bgColor</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.body">
<summary><para><c>body</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>body</c> property was the following: <c>IHTMLElement* body</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.charset">
<summary><para><c>charset</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>charset</c> property was the following: <c>BSTR charset</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.cookie">
<summary><para><c>cookie</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>cookie</c> property was the following: <c>BSTR cookie</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.defaultCharset">
<summary><para><c>defaultCharset</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>defaultCharset</c> property was the following: <c>BSTR defaultCharset</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.designMode">
<summary><para><c>designMode</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>designMode</c> property was the following: <c>BSTR designMode</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.domain">
<summary><para><c>domain</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>domain</c> property was the following: <c>BSTR domain</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.embeds">
<summary><para><c>embeds</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>embeds</c> property was the following: <c>IHTMLElementCollection* embeds</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.expando">
<summary><para><c>expando</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>expando</c> property was the following: <c>VARIANT_BOOL expando</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.fgColor">
<summary><para><c>fgColor</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>fgColor</c> property was the following: <c>VARIANT fgColor</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.fileCreatedDate">
<summary><para><c>fileCreatedDate</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>fileCreatedDate</c> property was the following: <c>BSTR fileCreatedDate</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.fileModifiedDate">
<summary><para><c>fileModifiedDate</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>fileModifiedDate</c> property was the following: <c>BSTR fileModifiedDate</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.fileSize">
<summary><para><c>fileSize</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>fileSize</c> property was the following: <c>BSTR fileSize</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.fileUpdatedDate">
<summary><para><c>fileUpdatedDate</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>fileUpdatedDate</c> property was the following: <c>BSTR fileUpdatedDate</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.forms">
<summary><para><c>forms</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>forms</c> property was the following: <c>IHTMLElementCollection* forms</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.frames">
<summary><para><c>frames</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>frames</c> property was the following: <c>IHTMLFramesCollection2* frames</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.images">
<summary><para><c>images</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>images</c> property was the following: <c>IHTMLElementCollection* images</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.lastModified">
<summary><para><c>lastModified</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>lastModified</c> property was the following: <c>BSTR lastModified</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.linkColor">
<summary><para><c>linkColor</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>linkColor</c> property was the following: <c>VARIANT linkColor</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.links">
<summary><para><c>links</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>links</c> property was the following: <c>IHTMLElementCollection* links</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.location">
<summary><para><c>location</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>location</c> property was the following: <c>IHTMLLocation* location</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.mimeType">
<summary><para><c>mimeType</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>mimeType</c> property was the following: <c>BSTR mimeType</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.nameProp">
<summary><para><c>nameProp</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>nameProp</c> property was the following: <c>BSTR nameProp</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.onafterupdate">
<summary><para><c>onafterupdate</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>onafterupdate</c> property was the following: <c>VARIANT onafterupdate</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.onbeforeupdate">
<summary><para><c>onbeforeupdate</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>onbeforeupdate</c> property was the following: <c>VARIANT onbeforeupdate</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.onclick">
<summary><para><c>onclick</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>onclick</c> property was the following: <c>VARIANT onclick</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.ondblclick">
<summary><para><c>ondblclick</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>ondblclick</c> property was the following: <c>VARIANT ondblclick</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.ondragstart">
<summary><para><c>ondragstart</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>ondragstart</c> property was the following: <c>VARIANT ondragstart</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.onerrorupdate">
<summary><para><c>onerrorupdate</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>onerrorupdate</c> property was the following: <c>VARIANT onerrorupdate</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.onhelp">
<summary><para><c>onhelp</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>onhelp</c> property was the following: <c>VARIANT onhelp</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.onkeydown">
<summary><para><c>onkeydown</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>onkeydown</c> property was the following: <c>VARIANT onkeydown</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.onkeypress">
<summary><para><c>onkeypress</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>onkeypress</c> property was the following: <c>VARIANT onkeypress</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.onkeyup">
<summary><para><c>onkeyup</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>onkeyup</c> property was the following: <c>VARIANT onkeyup</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.onmousedown">
<summary><para><c>onmousedown</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>onmousedown</c> property was the following: <c>VARIANT onmousedown</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.onmousemove">
<summary><para><c>onmousemove</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>onmousemove</c> property was the following: <c>VARIANT onmousemove</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.onmouseout">
<summary><para><c>onmouseout</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>onmouseout</c> property was the following: <c>VARIANT onmouseout</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.onmouseover">
<summary><para><c>onmouseover</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>onmouseover</c> property was the following: <c>VARIANT onmouseover</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.onmouseup">
<summary><para><c>onmouseup</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>onmouseup</c> property was the following: <c>VARIANT onmouseup</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.onreadystatechange">
<summary><para><c>onreadystatechange</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>onreadystatechange</c> property was the following: <c>VARIANT onreadystatechange</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.onrowenter">
<summary><para><c>onrowenter</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>onrowenter</c> property was the following: <c>VARIANT onrowenter</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.onrowexit">
<summary><para><c>onrowexit</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>onrowexit</c> property was the following: <c>VARIANT onrowexit</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.onselectstart">
<summary><para><c>onselectstart</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>onselectstart</c> property was the following: <c>VARIANT onselectstart</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.parentWindow">
<summary><para><c>parentWindow</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>parentWindow</c> property was the following: <c>IHTMLWindow2* parentWindow</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.plugins">
<summary><para><c>plugins</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>plugins</c> property was the following: <c>IHTMLElementCollection* plugins</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.protocol">
<summary><para><c>protocol</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>protocol</c> property was the following: <c>BSTR protocol</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.readyState">
<summary><para><c>readyState</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>readyState</c> property was the following: <c>BSTR readyState</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.referrer">
<summary><para><c>referrer</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>referrer</c> property was the following: <c>BSTR referrer</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.Script">
<summary><para><c>Script</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>Script</c> property was the following: <c>IDispatch* Script</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.scripts">
<summary><para><c>scripts</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>scripts</c> property was the following: <c>IHTMLElementCollection* scripts</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.security">
<summary><para><c>security</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>security</c> property was the following: <c>BSTR security</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.selection">
<summary><para><c>selection</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>selection</c> property was the following: <c>IHTMLSelectionObject* selection</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.styleSheets">
<summary><para><c>styleSheets</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>styleSheets</c> property was the following: <c>IHTMLStyleSheetsCollection* styleSheets</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.title">
<summary><para><c>title</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>title</c> property was the following: <c>BSTR title</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.url">
<summary><para><c>url</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>url</c> property was the following: <c>BSTR url</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLDocument2.vlinkColor">
<summary><para><c>vlinkColor</c> property of <c>IHTMLDocument2</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>vlinkColor</c> property was the following: <c>VARIANT vlinkColor</c>;</para></remarks>
</member>
<member name="M:Speak.Interfaces.IHTMLElement.setAttribute(System.String,System.Object,System.Int32)">
<summary><para><c>setAttribute</c> method of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>setAttribute</c> method was the following: <c>HRESULT setAttribute (BSTR strAttributeName, VARIANT AttributeValue, [optional, defaultvalue(1)] long lFlags)</c>;</para></remarks>
</member>
<member name="M:Speak.Interfaces.IHTMLElement.getAttribute(System.String,System.Int32)">
<summary><para><c>getAttribute</c> method of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>getAttribute</c> method was the following: <c>HRESULT getAttribute (BSTR strAttributeName, [optional, defaultvalue(0)] long lFlags, [out, retval] VARIANT* ReturnValue)</c>;</para></remarks>
</member>
<member name="M:Speak.Interfaces.IHTMLElement.removeAttribute(System.String,System.Int32)">
<summary><para><c>removeAttribute</c> method of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>removeAttribute</c> method was the following: <c>HRESULT removeAttribute (BSTR strAttributeName, [optional, defaultvalue(1)] long lFlags, [out, retval] VARIANT_BOOL* ReturnValue)</c>;</para></remarks>
</member>
<member name="M:Speak.Interfaces.IHTMLElement.scrollIntoView(System.Object)">
<summary><para><c>scrollIntoView</c> method of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>scrollIntoView</c> method was the following: <c>HRESULT scrollIntoView ([optional] VARIANT varargStart)</c>;</para></remarks>
</member>
<member name="M:Speak.Interfaces.IHTMLElement.contains(Speak.Interfaces.IHTMLElement)">
<summary><para><c>contains</c> method of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>contains</c> method was the following: <c>HRESULT contains (IHTMLElement* pChild, [out, retval] VARIANT_BOOL* ReturnValue)</c>;</para></remarks>
</member>
<member name="M:Speak.Interfaces.IHTMLElement.insertAdjacentHTML(System.String,System.String)">
<summary><para><c>insertAdjacentHTML</c> method of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>insertAdjacentHTML</c> method was the following: <c>HRESULT insertAdjacentHTML (BSTR where, BSTR html)</c>;</para></remarks>
</member>
<member name="M:Speak.Interfaces.IHTMLElement.insertAdjacentText(System.String,System.String)">
<summary><para><c>insertAdjacentText</c> method of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>insertAdjacentText</c> method was the following: <c>HRESULT insertAdjacentText (BSTR where, BSTR text)</c>;</para></remarks>
</member>
<member name="M:Speak.Interfaces.IHTMLElement.click">
<summary><para><c>click</c> method of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>click</c> method was the following: <c>HRESULT click (void)</c>;</para></remarks>
</member>
<member name="M:Speak.Interfaces.IHTMLElement.toString">
<summary><para><c>toString</c> method of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>toString</c> method was the following: <c>HRESULT toString ([out, retval] BSTR* ReturnValue)</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLElement.all">
<summary><para><c>all</c> property of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>all</c> property was the following: <c>IDispatch* all</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLElement.children">
<summary><para><c>children</c> property of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>children</c> property was the following: <c>IDispatch* children</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLElement.className">
<summary><para><c>className</c> property of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>className</c> property was the following: <c>BSTR className</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLElement.document">
<summary><para><c>document</c> property of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>document</c> property was the following: <c>IDispatch* document</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLElement.filters">
<summary><para><c>filters</c> property of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>filters</c> property was the following: <c>IHTMLFiltersCollection* filters</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLElement.id">
<summary><para><c>id</c> property of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>id</c> property was the following: <c>BSTR id</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLElement.innerHTML">
<summary><para><c>innerHTML</c> property of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>innerHTML</c> property was the following: <c>BSTR innerHTML</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLElement.innerText">
<summary><para><c>innerText</c> property of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>innerText</c> property was the following: <c>BSTR innerText</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLElement.isTextEdit">
<summary><para><c>isTextEdit</c> property of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>isTextEdit</c> property was the following: <c>VARIANT_BOOL isTextEdit</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLElement.lang">
<summary><para><c>lang</c> property of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>lang</c> property was the following: <c>BSTR lang</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLElement.language">
<summary><para><c>language</c> property of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>language</c> property was the following: <c>BSTR language</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLElement.offsetHeight">
<summary><para><c>offsetHeight</c> property of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>offsetHeight</c> property was the following: <c>long offsetHeight</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLElement.offsetLeft">
<summary><para><c>offsetLeft</c> property of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>offsetLeft</c> property was the following: <c>long offsetLeft</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLElement.offsetParent">
<summary><para><c>offsetParent</c> property of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>offsetParent</c> property was the following: <c>IHTMLElement* offsetParent</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLElement.offsetTop">
<summary><para><c>offsetTop</c> property of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>offsetTop</c> property was the following: <c>long offsetTop</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLElement.offsetWidth">
<summary><para><c>offsetWidth</c> property of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>offsetWidth</c> property was the following: <c>long offsetWidth</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLElement.onafterupdate">
<summary><para><c>onafterupdate</c> property of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>onafterupdate</c> property was the following: <c>VARIANT onafterupdate</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLElement.onbeforeupdate">
<summary><para><c>onbeforeupdate</c> property of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>onbeforeupdate</c> property was the following: <c>VARIANT onbeforeupdate</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLElement.onclick">
<summary><para><c>onclick</c> property of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>onclick</c> property was the following: <c>VARIANT onclick</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLElement.ondataavailable">
<summary><para><c>ondataavailable</c> property of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>ondataavailable</c> property was the following: <c>VARIANT ondataavailable</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLElement.ondatasetchanged">
<summary><para><c>ondatasetchanged</c> property of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>ondatasetchanged</c> property was the following: <c>VARIANT ondatasetchanged</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLElement.ondatasetcomplete">
<summary><para><c>ondatasetcomplete</c> property of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>ondatasetcomplete</c> property was the following: <c>VARIANT ondatasetcomplete</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLElement.ondblclick">
<summary><para><c>ondblclick</c> property of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>ondblclick</c> property was the following: <c>VARIANT ondblclick</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLElement.ondragstart">
<summary><para><c>ondragstart</c> property of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>ondragstart</c> property was the following: <c>VARIANT ondragstart</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLElement.onerrorupdate">
<summary><para><c>onerrorupdate</c> property of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>onerrorupdate</c> property was the following: <c>VARIANT onerrorupdate</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLElement.onfilterchange">
<summary><para><c>onfilterchange</c> property of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>onfilterchange</c> property was the following: <c>VARIANT onfilterchange</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLElement.onhelp">
<summary><para><c>onhelp</c> property of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>onhelp</c> property was the following: <c>VARIANT onhelp</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLElement.onkeydown">
<summary><para><c>onkeydown</c> property of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>onkeydown</c> property was the following: <c>VARIANT onkeydown</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLElement.onkeypress">
<summary><para><c>onkeypress</c> property of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>onkeypress</c> property was the following: <c>VARIANT onkeypress</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLElement.onkeyup">
<summary><para><c>onkeyup</c> property of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>onkeyup</c> property was the following: <c>VARIANT onkeyup</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLElement.onmousedown">
<summary><para><c>onmousedown</c> property of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>onmousedown</c> property was the following: <c>VARIANT onmousedown</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLElement.onmousemove">
<summary><para><c>onmousemove</c> property of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>onmousemove</c> property was the following: <c>VARIANT onmousemove</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLElement.onmouseout">
<summary><para><c>onmouseout</c> property of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>onmouseout</c> property was the following: <c>VARIANT onmouseout</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLElement.onmouseover">
<summary><para><c>onmouseover</c> property of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>onmouseover</c> property was the following: <c>VARIANT onmouseover</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLElement.onmouseup">
<summary><para><c>onmouseup</c> property of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>onmouseup</c> property was the following: <c>VARIANT onmouseup</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLElement.onrowenter">
<summary><para><c>onrowenter</c> property of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>onrowenter</c> property was the following: <c>VARIANT onrowenter</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLElement.onrowexit">
<summary><para><c>onrowexit</c> property of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>onrowexit</c> property was the following: <c>VARIANT onrowexit</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLElement.onselectstart">
<summary><para><c>onselectstart</c> property of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>onselectstart</c> property was the following: <c>VARIANT onselectstart</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLElement.outerHTML">
<summary><para><c>outerHTML</c> property of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>outerHTML</c> property was the following: <c>BSTR outerHTML</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLElement.outerText">
<summary><para><c>outerText</c> property of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>outerText</c> property was the following: <c>BSTR outerText</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLElement.parentElement">
<summary><para><c>parentElement</c> property of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>parentElement</c> property was the following: <c>IHTMLElement* parentElement</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLElement.parentTextEdit">
<summary><para><c>parentTextEdit</c> property of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>parentTextEdit</c> property was the following: <c>IHTMLElement* parentTextEdit</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLElement.recordNumber">
<summary><para><c>recordNumber</c> property of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>recordNumber</c> property was the following: <c>VARIANT recordNumber</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLElement.sourceIndex">
<summary><para><c>sourceIndex</c> property of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>sourceIndex</c> property was the following: <c>long sourceIndex</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLElement.style">
<summary><para><c>style</c> property of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>style</c> property was the following: <c>IHTMLStyle* style</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLElement.tagName">
<summary><para><c>tagName</c> property of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>tagName</c> property was the following: <c>BSTR tagName</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLElement.title">
<summary><para><c>title</c> property of <c>IHTMLElement</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>title</c> property was the following: <c>BSTR title</c>;</para></remarks>
</member>
<member name="M:Speak.Interfaces.IHTMLStyle.setAttribute(System.String,System.Object,System.Int32)">
<summary><para><c>setAttribute</c> method of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>setAttribute</c> method was the following: <c>HRESULT setAttribute (BSTR strAttributeName, VARIANT AttributeValue, [optional, defaultvalue(1)] long lFlags)</c>;</para></remarks>
</member>
<member name="M:Speak.Interfaces.IHTMLStyle.getAttribute(System.String,System.Int32)">
<summary><para><c>getAttribute</c> method of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>getAttribute</c> method was the following: <c>HRESULT getAttribute (BSTR strAttributeName, [optional, defaultvalue(0)] long lFlags, [out, retval] VARIANT* ReturnValue)</c>;</para></remarks>
</member>
<member name="M:Speak.Interfaces.IHTMLStyle.removeAttribute(System.String,System.Int32)">
<summary><para><c>removeAttribute</c> method of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>removeAttribute</c> method was the following: <c>HRESULT removeAttribute (BSTR strAttributeName, [optional, defaultvalue(1)] long lFlags, [out, retval] VARIANT_BOOL* ReturnValue)</c>;</para></remarks>
</member>
<member name="M:Speak.Interfaces.IHTMLStyle.toString">
<summary><para><c>toString</c> method of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>toString</c> method was the following: <c>HRESULT toString ([out, retval] BSTR* ReturnValue)</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.background">
<summary><para><c>background</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>background</c> property was the following: <c>BSTR background</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.backgroundAttachment">
<summary><para><c>backgroundAttachment</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>backgroundAttachment</c> property was the following: <c>BSTR backgroundAttachment</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.backgroundColor">
<summary><para><c>backgroundColor</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>backgroundColor</c> property was the following: <c>VARIANT backgroundColor</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.backgroundImage">
<summary><para><c>backgroundImage</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>backgroundImage</c> property was the following: <c>BSTR backgroundImage</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.backgroundPosition">
<summary><para><c>backgroundPosition</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>backgroundPosition</c> property was the following: <c>BSTR backgroundPosition</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.backgroundPositionX">
<summary><para><c>backgroundPositionX</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>backgroundPositionX</c> property was the following: <c>VARIANT backgroundPositionX</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.backgroundPositionY">
<summary><para><c>backgroundPositionY</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>backgroundPositionY</c> property was the following: <c>VARIANT backgroundPositionY</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.backgroundRepeat">
<summary><para><c>backgroundRepeat</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>backgroundRepeat</c> property was the following: <c>BSTR backgroundRepeat</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.border">
<summary><para><c>border</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>border</c> property was the following: <c>BSTR border</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.borderBottom">
<summary><para><c>borderBottom</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>borderBottom</c> property was the following: <c>BSTR borderBottom</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.borderBottomColor">
<summary><para><c>borderBottomColor</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>borderBottomColor</c> property was the following: <c>VARIANT borderBottomColor</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.borderBottomStyle">
<summary><para><c>borderBottomStyle</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>borderBottomStyle</c> property was the following: <c>BSTR borderBottomStyle</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.borderBottomWidth">
<summary><para><c>borderBottomWidth</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>borderBottomWidth</c> property was the following: <c>VARIANT borderBottomWidth</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.borderColor">
<summary><para><c>borderColor</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>borderColor</c> property was the following: <c>BSTR borderColor</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.borderLeft">
<summary><para><c>borderLeft</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>borderLeft</c> property was the following: <c>BSTR borderLeft</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.borderLeftColor">
<summary><para><c>borderLeftColor</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>borderLeftColor</c> property was the following: <c>VARIANT borderLeftColor</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.borderLeftStyle">
<summary><para><c>borderLeftStyle</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>borderLeftStyle</c> property was the following: <c>BSTR borderLeftStyle</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.borderLeftWidth">
<summary><para><c>borderLeftWidth</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>borderLeftWidth</c> property was the following: <c>VARIANT borderLeftWidth</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.borderRight">
<summary><para><c>borderRight</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>borderRight</c> property was the following: <c>BSTR borderRight</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.borderRightColor">
<summary><para><c>borderRightColor</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>borderRightColor</c> property was the following: <c>VARIANT borderRightColor</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.borderRightStyle">
<summary><para><c>borderRightStyle</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>borderRightStyle</c> property was the following: <c>BSTR borderRightStyle</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.borderRightWidth">
<summary><para><c>borderRightWidth</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>borderRightWidth</c> property was the following: <c>VARIANT borderRightWidth</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.borderStyle">
<summary><para><c>borderStyle</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>borderStyle</c> property was the following: <c>BSTR borderStyle</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.borderTop">
<summary><para><c>borderTop</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>borderTop</c> property was the following: <c>BSTR borderTop</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.borderTopColor">
<summary><para><c>borderTopColor</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>borderTopColor</c> property was the following: <c>VARIANT borderTopColor</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.borderTopStyle">
<summary><para><c>borderTopStyle</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>borderTopStyle</c> property was the following: <c>BSTR borderTopStyle</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.borderTopWidth">
<summary><para><c>borderTopWidth</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>borderTopWidth</c> property was the following: <c>VARIANT borderTopWidth</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.borderWidth">
<summary><para><c>borderWidth</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>borderWidth</c> property was the following: <c>BSTR borderWidth</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.clear">
<summary><para><c>clear</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>clear</c> property was the following: <c>BSTR clear</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.clip">
<summary><para><c>clip</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>clip</c> property was the following: <c>BSTR clip</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.color">
<summary><para><c>color</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>color</c> property was the following: <c>VARIANT color</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.cssText">
<summary><para><c>cssText</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>cssText</c> property was the following: <c>BSTR cssText</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.cursor">
<summary><para><c>cursor</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>cursor</c> property was the following: <c>BSTR cursor</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.display">
<summary><para><c>display</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>display</c> property was the following: <c>BSTR display</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.filter">
<summary><para><c>filter</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>filter</c> property was the following: <c>BSTR filter</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.font">
<summary><para><c>font</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>font</c> property was the following: <c>BSTR font</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.fontFamily">
<summary><para><c>fontFamily</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>fontFamily</c> property was the following: <c>BSTR fontFamily</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.fontSize">
<summary><para><c>fontSize</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>fontSize</c> property was the following: <c>VARIANT fontSize</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.fontStyle">
<summary><para><c>fontStyle</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>fontStyle</c> property was the following: <c>BSTR fontStyle</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.fontVariant">
<summary><para><c>fontVariant</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>fontVariant</c> property was the following: <c>BSTR fontVariant</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.fontWeight">
<summary><para><c>fontWeight</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>fontWeight</c> property was the following: <c>BSTR fontWeight</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.height">
<summary><para><c>height</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>height</c> property was the following: <c>VARIANT height</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.left">
<summary><para><c>left</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>left</c> property was the following: <c>VARIANT left</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.letterSpacing">
<summary><para><c>letterSpacing</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>letterSpacing</c> property was the following: <c>VARIANT letterSpacing</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.lineHeight">
<summary><para><c>lineHeight</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>lineHeight</c> property was the following: <c>VARIANT lineHeight</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.listStyle">
<summary><para><c>listStyle</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>listStyle</c> property was the following: <c>BSTR listStyle</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.listStyleImage">
<summary><para><c>listStyleImage</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>listStyleImage</c> property was the following: <c>BSTR listStyleImage</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.listStylePosition">
<summary><para><c>listStylePosition</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>listStylePosition</c> property was the following: <c>BSTR listStylePosition</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.listStyleType">
<summary><para><c>listStyleType</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>listStyleType</c> property was the following: <c>BSTR listStyleType</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.margin">
<summary><para><c>margin</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>margin</c> property was the following: <c>BSTR margin</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.marginBottom">
<summary><para><c>marginBottom</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>marginBottom</c> property was the following: <c>VARIANT marginBottom</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.marginLeft">
<summary><para><c>marginLeft</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>marginLeft</c> property was the following: <c>VARIANT marginLeft</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.marginRight">
<summary><para><c>marginRight</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>marginRight</c> property was the following: <c>VARIANT marginRight</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.marginTop">
<summary><para><c>marginTop</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>marginTop</c> property was the following: <c>VARIANT marginTop</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.overflow">
<summary><para><c>overflow</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>overflow</c> property was the following: <c>BSTR overflow</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.padding">
<summary><para><c>padding</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>padding</c> property was the following: <c>BSTR padding</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.paddingBottom">
<summary><para><c>paddingBottom</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>paddingBottom</c> property was the following: <c>VARIANT paddingBottom</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.paddingLeft">
<summary><para><c>paddingLeft</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>paddingLeft</c> property was the following: <c>VARIANT paddingLeft</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.paddingRight">
<summary><para><c>paddingRight</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>paddingRight</c> property was the following: <c>VARIANT paddingRight</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.paddingTop">
<summary><para><c>paddingTop</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>paddingTop</c> property was the following: <c>VARIANT paddingTop</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.pageBreakAfter">
<summary><para><c>pageBreakAfter</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>pageBreakAfter</c> property was the following: <c>BSTR pageBreakAfter</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.pageBreakBefore">
<summary><para><c>pageBreakBefore</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>pageBreakBefore</c> property was the following: <c>BSTR pageBreakBefore</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.pixelHeight">
<summary><para><c>pixelHeight</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>pixelHeight</c> property was the following: <c>long pixelHeight</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.pixelLeft">
<summary><para><c>pixelLeft</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>pixelLeft</c> property was the following: <c>long pixelLeft</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.pixelTop">
<summary><para><c>pixelTop</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>pixelTop</c> property was the following: <c>long pixelTop</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.pixelWidth">
<summary><para><c>pixelWidth</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>pixelWidth</c> property was the following: <c>long pixelWidth</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.posHeight">
<summary><para><c>posHeight</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>posHeight</c> property was the following: <c>float posHeight</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.position">
<summary><para><c>position</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>position</c> property was the following: <c>BSTR position</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.posLeft">
<summary><para><c>posLeft</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>posLeft</c> property was the following: <c>float posLeft</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.posTop">
<summary><para><c>posTop</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>posTop</c> property was the following: <c>float posTop</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.posWidth">
<summary><para><c>posWidth</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>posWidth</c> property was the following: <c>float posWidth</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.styleFloat">
<summary><para><c>styleFloat</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>styleFloat</c> property was the following: <c>BSTR styleFloat</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.textAlign">
<summary><para><c>textAlign</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>textAlign</c> property was the following: <c>BSTR textAlign</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.textDecoration">
<summary><para><c>textDecoration</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>textDecoration</c> property was the following: <c>BSTR textDecoration</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.textDecorationBlink">
<summary><para><c>textDecorationBlink</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>textDecorationBlink</c> property was the following: <c>VARIANT_BOOL textDecorationBlink</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.textDecorationLineThrough">
<summary><para><c>textDecorationLineThrough</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>textDecorationLineThrough</c> property was the following: <c>VARIANT_BOOL textDecorationLineThrough</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.textDecorationNone">
<summary><para><c>textDecorationNone</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>textDecorationNone</c> property was the following: <c>VARIANT_BOOL textDecorationNone</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.textDecorationOverline">
<summary><para><c>textDecorationOverline</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>textDecorationOverline</c> property was the following: <c>VARIANT_BOOL textDecorationOverline</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.textDecorationUnderline">
<summary><para><c>textDecorationUnderline</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>textDecorationUnderline</c> property was the following: <c>VARIANT_BOOL textDecorationUnderline</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.textIndent">
<summary><para><c>textIndent</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>textIndent</c> property was the following: <c>VARIANT textIndent</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.textTransform">
<summary><para><c>textTransform</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>textTransform</c> property was the following: <c>BSTR textTransform</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.top">
<summary><para><c>top</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>top</c> property was the following: <c>VARIANT top</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.verticalAlign">
<summary><para><c>verticalAlign</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>verticalAlign</c> property was the following: <c>VARIANT verticalAlign</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.visibility">
<summary><para><c>visibility</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>visibility</c> property was the following: <c>BSTR visibility</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.whiteSpace">
<summary><para><c>whiteSpace</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>whiteSpace</c> property was the following: <c>BSTR whiteSpace</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.width">
<summary><para><c>width</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>width</c> property was the following: <c>VARIANT width</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.wordSpacing">
<summary><para><c>wordSpacing</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>wordSpacing</c> property was the following: <c>VARIANT wordSpacing</c>;</para></remarks>
</member>
<member name="P:Speak.Interfaces.IHTMLStyle.zIndex">
<summary><para><c>zIndex</c> property of <c>IHTMLStyle</c> interface.</para></summary>
<remarks><para>An original IDL definition of <c>zIndex</c> property was the following: <c>VARIANT zIndex</c>;</para></remarks>
</member>
<member name="F:Speak.Interop.WindowShowStyle.SW_HIDE">
<summary>Hides the window and activates another window.</summary>
</member>
<member name="F:Speak.Interop.WindowShowStyle.SW_SHOWNORMAL">
<summary>Activates and displays a window. If the window is minimized
or maximized, the system restores it to its original size and
position. An application should specify this flag when displaying
the window for the first time.</summary>
</member>
<member name="F:Speak.Interop.WindowShowStyle.SW_SHOWMINIMIZED">
<summary>Activates the window and displays it as a minimized window.</summary>
</member>
<member name="F:Speak.Interop.WindowShowStyle.SW_SHOWMAXIMIZED">
<summary>Activates the window and displays it as a maximized window.</summary>
</member>
<member name="F:Speak.Interop.WindowShowStyle.SW_MAXIMIZE">
<summary>Maximizes the specified window.</summary>
</member>
<member name="F:Speak.Interop.WindowShowStyle.SW_SHOWNOACTIVATE">
<summary>Displays a window in its most recent size and position.
This value is similar to "ShowNormal", except the window is not
actived.</summary>
</member>
<member name="F:Speak.Interop.WindowShowStyle.SW_SHOW">
<summary>Activates the window and displays it in its current size
and position.</summary>
</member>
<member name="F:Speak.Interop.WindowShowStyle.SW_MINIMIZE">
<summary>Minimizes the specified window and activates the next
top-level window in the Z order.</summary>
</member>
<member name="F:Speak.Interop.WindowShowStyle.SW_SHOWMINNOACTIVE">
<summary>Displays the window as a minimized window. This value is
similar to "ShowMinimized", except the window is not activated.</summary>
</member>
<member name="F:Speak.Interop.WindowShowStyle.SW_SHOWNA">
<summary>Displays the window in its current size and position. This
value is similar to "Show", except the window is not activated.</summary>
</member>
<member name="F:Speak.Interop.WindowShowStyle.SW_RESTORE">
<summary>Activates and displays the window. If the window is
minimized or maximized, the system restores it to its original size
and position. An application should specify this flag when restoring
a minimized window.</summary>
</member>
<member name="F:Speak.Interop.WindowShowStyle.ShowDefault">
<summary>Sets the show state based on the SW_ value specified in the
STARTUPINFO structure passed to the CreateProcess function by the
program that started the application.</summary>
<remarks>See SW_SHOWDEFAULT</remarks>
</member>
<member name="F:Speak.Interop.WindowShowStyle.SW_FORCEMINIMIZE">
<summary>Windows 2000/XP: Minimizes a window, even if the thread
that owns the window is hung. This flag should only be used when
minimizing windows from a different thread.</summary>
</member>
<member name="T:Speak.MainClass">
<summary>
MainClass of Speak
</summary>
</member>
2015-11-16 01:05:03 +01:00
<member name="F:Speak.MainClass.VERSION">
<summary>
2015-11-16 01:05:03 +01:00
Get Version
</summary>
</member>
2015-11-16 01:05:03 +01:00
<member name="M:Speak.MainClass.AfterPluginInitialization">
<summary>
2015-11-16 01:05:03 +01:00
Run after the Plugin Initialisation
</summary>
</member>
<member name="P:Speak.MainClass.Author">
<summary>
Get Author
</summary>
</member>
<member name="P:Speak.MainClass.Description">
<summary>
Get Description
</summary>
</member>
<member name="P:Speak.MainClass.HasOptions">
<summary>
Get HasOptions
</summary>
</member>
<member name="P:Speak.MainClass.HomePage">
<summary>
Get Hompage
</summary>
</member>
<member name="P:Speak.MainClass.Name">
<summary>
Get Name
</summary>
</member>
<member name="P:Speak.MainClass.Version">
<summary>
Get Version
</summary>
</member>
<member name="P:Speak.MainClass.AuthorEmail">
<summary>
Get AutorEmail
</summary>
</member>
<member name="P:Speak.MainClass.Copyright">
<summary>
Get Copyright String
</summary>
</member>
<member name="P:Speak.MainClass.PluginInterfaces">
<summary>
Get GUID PrluginInterfaces
</summary>
</member>
<member name="P:Speak.MainClass.ReplacesDefaultModule">
<summary>
Get ReplaceDefaultModule
</summary>
</member>
<member name="P:Speak.MainClass.UUID">
<summary>
Get GUID
</summary>
</member>
<member name="M:Speak.Opt.Options.OnChanged(Speak.Opt.Options.EventChanged)">
<summary>
Internal Raising for Event
</summary>
<param name="e"></param>
</member>
<member name="M:Speak.Opt.Options.#ctor">
<summary>
The Option Class that Handles the Optionsdialog
</summary>
</member>
<member name="M:Speak.Opt.Options.Opts(System.UIntPtr,System.IntPtr)">
<summary>
Here you Can Connect your Options
</summary>
<param name="wparam">Miranda Handle</param>
<param name="lparam"></param>
<returns>0</returns>
</member>
<member name="M:Speak.Opt.Options.readDBBool(System.String,System.String)">
<summary>
Read a boolean value from Miranda Databse
</summary>
<param name="name">Name</param>
<param name="owner">Module</param>
</member>
<member name="M:Speak.Opt.Options.readDBBool(System.String,System.String,System.Boolean)">
<summary>
Read a boolean value from Mirana Database and if it not Present use standart
</summary>
<param name="name">Name</param>
<param name="owner">Module</param>
<param name="standart">Default Value</param>
</member>
<member name="M:Speak.Opt.Options.readDBBool(System.String,System.String,System.IntPtr,System.Boolean)">
<summary>
Read a value from Miranda Databse from specefic user and use a default value if not present
</summary>
<param name="name">Name</param>
<param name="owner">Module</param>
<param name="contact">Default value</param>
<param name="standart">Userhandle</param>
<returns></returns>
</member>
<member name="M:Speak.Opt.Options.readDBLong(System.String,System.String)">
<summary>
Read a value from Miranda Database
</summary>
<param name="name">Name</param>
<param name="owner">Module</param>
<returns>Return 0 if not present</returns>
</member>
<member name="M:Speak.Opt.Options.readDBString(System.String,System.String)">
<summary>
Read a value from Miranda Databse
</summary>
<param name="name">Name</param>
<param name="owner">Module</param>
<returns>Returns an empty String if not presend</returns>
</member>
<member name="M:Speak.Opt.Options.writeDBBool(System.String,System.String,System.Boolean)">
<summary>
Write a boolean value into Miranda Databse
</summary>
<param name="name">Name</param>
<param name="owner">Module</param>
<param name="value">Value</param>
</member>
<member name="M:Speak.Opt.Options.writeDBBool(System.String,System.String,System.Boolean,System.IntPtr)">
<summary>
Write a boolean value into Miranda Database for specific user
</summary>
<param name="name">Name</param>
<param name="owner">Module</param>
<param name="value">Value</param>
<param name="contact">User handle</param>
</member>
<member name="M:Speak.Opt.Options.writeDBlong(System.String,System.String,System.UInt32)">
<summary>
Write a long value into Miranda Databse
</summary>
<param name="name">Name</param>
<param name="owner">Module</param>
<param name="value">long value</param>
</member>
<member name="M:Speak.Opt.Options.writeDBstring(System.String,System.String,System.String)">
<summary>
Write a string value into Miranda Databse
</summary>
<param name="name">Name</param>
<param name="owner">Module</param>
<param name="value">string value</param>
</member>
<member name="E:Speak.Opt.Options.Changed">
<summary>
Raises When Settings was Changed
</summary>
</member>
<member name="T:Speak.Opt.Options.EventChanged">
<summary>
Enum of the Events
</summary>
</member>
<member name="F:Speak.Opt.Options.EventChanged.Active">
<summary>
When A Usercontact has Changed
</summary>
</member>
<member name="F:Speak.Opt.Options.EventChanged.Announce">
<summary>
When the Global Settings Changed
</summary>
</member>
<member name="F:Speak.Opt.Options.EventChanged.Engine">
<summary>
When the Engine Settings Changed
</summary>
</member>
<member name="F:Speak.Opt.Options.EventChanged.None">
<summary>
No Events has Raised
</summary>
</member>
<member name="T:Speak.Opt.Options.ChangedEventHandler">
<summary>
Delegate an Event of Changed
</summary>
<param name="e">Eventtype</param>
</member>
<member name="T:Speak.Properties.Resources">
<summary>
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
</summary>
</member>
<member name="P:Speak.Properties.Resources.ResourceManager">
<summary>
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
</summary>
</member>
<member name="P:Speak.Properties.Resources.Culture">
<summary>
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
</summary>
</member>
<member name="P:Speak.Properties.Resources.icon_message">
<summary>
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Icon ähnlich wie (Symbol).
</summary>
</member>
<member name="P:Speak.Properties.Resources.icon_small_dot">
<summary>
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Icon ähnlich wie (Symbol).
</summary>
</member>
<member name="P:Speak.Properties.Resources.status_online">
<summary>
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Icon ähnlich wie (Symbol).
</summary>
</member>
<member name="T:Speak.RichEdit.IPersist">
<summary>
Definition for interface IPersist.
</summary>
</member>
<member name="M:Speak.RichEdit.IPersist.GetClassID(System.Guid@)">
<summary>
getClassID
</summary>
<param name="pClassID"></param>
</member>
<member name="T:Speak.RichEdit.IPersistStream">
<summary>
Definition for interface IPersistStream.
</summary>
</member>
<member name="M:Speak.RichEdit.IPersistStream.GetClassID(System.Guid@)">
<summary>
GetClassID
</summary>
<param name="pClassID"></param>
</member>
<member name="M:Speak.RichEdit.IPersistStream.IsDirty">
<summary>
isDirty
</summary>
<returns></returns>
</member>
<member name="M:Speak.RichEdit.IPersistStream.Load(System.Runtime.InteropServices.ComTypes.IStream)">
<summary>
Load
</summary>
<param name="pStm"></param>
</member>
<member name="M:Speak.RichEdit.IPersistStream.Save(System.Runtime.InteropServices.ComTypes.IStream,System.Boolean)">
<summary>
Save
</summary>
<param name="pStm"></param>
<param name="fClearDirty"></param>
</member>
<member name="M:Speak.RichEdit.IPersistStream.GetSizeMax(System.Int64@)">
<summary>
GetSizeMax
</summary>
<param name="pcbSize"></param>
</member>
<member name="M:Speak.Storage.Settings.getInstance">
<summary>
Get a Setting Class
</summary>
<returns>Settings Object</returns>
</member>
<member name="T:Speak.TTS.TextToSpeak">
<summary>
Speak Text
</summary>
</member>
<member name="M:Speak.TTS.TextToSpeak.getInstance">
<summary>
Returns the Instance of TextToSpeak Class
</summary>
<returns>TextToSpeak</returns>
</member>
<member name="M:Speak.TTS.TextToSpeak.speak(System.String,System.String)">
<summary>
Adds a Text to the to Speak Quene
</summary>
<param name="text">Text that will be spoken</param>
<param name="signature">Signature of Message, to catch to offten spoken text</param>
</member>
<member name="M:Speak.TTS.TextToSpeak.getVoices">
<summary>
Returns a list of Installed Voices
</summary>
<returns></returns>
</member>
<member name="M:Speak.TTS.TextToSpeak.setVoice(System.String)">
<summary>
Sets a voice to the current Speak Engine
</summary>
<param name="voice">Name of the Voice</param>
<returns></returns>
</member>
<member name="M:Speak.TTS.TextToSpeak.setVolume(System.Int32)">
<summary>
Set a new Volume to the Current Speak Engine
</summary>
<param name="volume"></param>
<returns>from 0 to 100</returns>
</member>
<member name="M:Speak.TTS.TextToSpeak.setRate(System.Int32)">
<summary>
Set a new Rate to the Current Speak engine
</summary>
<param name="rate"></param>
<returns>from 0 to 100</returns>
</member>
<member name="M:Speak.TTS.TextToSpeak.setPitch(System.Int32)">
<summary>
Setting a new Pitch to the current Speak Engine
NOT IMPLEMENTED
</summary>
<param name="pitch"></param>
<returns></returns>
</member>
<member name="F:Speak.UI.PreviewForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Speak.UI.PreviewForm.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:Speak.UI.PreviewForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
</members>
</doc>