Zennolab.CommandCenter
Document Class Members
See Also  Properties  Methods  Send Feedback
Zennolab.CommandCenter Namespace : Document Class


The following tables list the members exposed by Document.

Public Properties

 NameDescription
Public PropertyBodyGets the body of the document.  
Public PropertyDisplacementInTabWindowGets the displacement of the upper left corner relative to the tab's window.  
Public PropertyDomainGets the current domain of the document.  
Public PropertyErrorDetectedGets information about the error detected in the performance last command.  
Public PropertyFirstChildGets the first child element of the document.  
Public PropertyFormsGets all forms of the document.  
Public PropertyHeadGets the head element of the document.  
Public PropertyHeightGets the height of the document.  
Public PropertyIsNullGets a value that indicates whether or not the value of the document is null value.  
Public PropertyIsVoidGets the specified document is void or not.  
Public PropertyMainFormGets the first form the document.  
Public PropertyParentTabGets parent tab of the document.  
Public PropertyURLGets the URL of the document.  
Public PropertyWidthGets the width of the document.  
Public PropertyZP_IDGets the ID which represents document on the server.  
Top

Public Methods

 NameDescription
Public MethodCreateElementCreates a new html element.  
Public MethodExecScriptExecutes the script.  
Public MethodFindElementByAttributeSearches for an element by the attribute, and returns the first occurrence.  
Public MethodFindElementByIdSearches for an element by the ID, and returns the first occurrence.  
Public MethodFindElementByNameSearches for an element by the name, and returns the first occurrence.  
Public MethodFindElementByTagSearches for an element by the tag, and returns the first occurrence.  
Public MethodFindElementsByAttributeSearches for all elements by the attribute.  
Public MethodFindElementsByIdSearches for all elements by the ID.  
Public MethodFindElementsByNameSearches for all elements by the name.  
Public MethodFindElementsByTagsSearches for all elements by the tags.  
Public MethodGetDomTextReturns the dom text of the document.  
Public MethodGetElementFromPointReturns the html element located at specified coordinates.  
Public MethodGetFramesReturns the all frames.  
Public MethodGetPageTextGets the text of the document that the user sees  
Public MethodInsertElementInserts an element into the document.  
Public MethodInsertScriptInserts the text of JavaScript.  
Public MethodRemoveElementRemoves the first occurrence of a specific html element from the document.  
Public MethodReplaceElementAll occurrences of a specified html element in the current document replace with another specified html element.  
Top

See Also

© 2011 All Rights Reserved.