Click or drag to resize

CefDomDocument Properties

The CefDomDocument type exposes the following members.

Properties
 NameDescription
Public propertyBaseUrl Returns the base URL for the document.
Public propertyBody Returns the BODY node of an HTML document.
Public propertyDocumentType Returns the document type.
Public propertyFocusedNode Returns the node that currently has keyboard focus.
Public propertyGetSelectionAsText Returns the contents of this selection as text.
Public propertyGetSelectionEndOffset Returns the selection offset within the end node.
Public propertyHasSelection Returns true if a portion of the document is selected.
Public propertyHead Returns the HEAD node of an HTML document.
Public propertyRoot Returns the root document node.
Public propertySelectionAsMarkup Returns the contents of this selection as markup.
Public propertySelectionStartOffset Returns the selection offset within the start node.
Public propertyTitle Returns the title of an HTML document.
Top
See Also