Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Web.Msie Library / WebDocument Object
Properties Methods

In This Topic
    WebDocument Object Members
    In This Topic

    The following tables list the members exposed by WebDocument.

    Public Properties
     NameDescription
    Public PropertyGets the Web element that has the focus.  
    Public PropertyGets all Web elements.  
    Public PropertyGets the body element.  
    Public PropertyGets or sets the cookie property.  
    Public PropertyGets the default encoding.  
    Public PropertyGets or sets the string that describes the domain of this document for security purposes.  
    Public PropertyGets or sets the character encoding for this document.  
    Public PropertyGets a value indicating whether the document has user input focus.  
    Public PropertyGets a collection of all of the form elements in the document.  
    Public PropertyGets a collection of all of the image tags in the document.  
    Public PropertyGets a list of all of the hyperlinks within the current HTML document.  
    Public PropertyGets or sets the text value of the title tag in the current HTML document.  
    Public PropertyGets the URL of the current document.  
    Top
    Public Methods
     NameDescription
    Public MethodExtracts text delimited by pretext and posttext from an HTML text source.  
    Public MethodGets the first Web element by an XPath path, relative to the current Web element.  
    Public MethodGets a Web element by ID.  
    Public MethodGets a Web element at the point.  
    Public MethodGets the Web element at the point.  
    Public MethodGets a collection of elements with the specified HTML tag.  
    Public MethodExecutes an Active Scripting function defined in an HTML page.  
    Public MethodExecutes an Active Scripting function (with arguments) defined in an HTML page.  
    Top
    See Also