DocumentSnapshot Properties |
The DocumentSnapshot type exposes the following members.
Name | Description | |
---|---|---|
BaseURL |
Base URL that `Document` or `FrameOwner` node uses for URL completion.
| |
ContentHeight |
Document content height.
| |
ContentLanguage |
Contains the document's content language.
| |
ContentWidth |
Document content width.
| |
DocumentURL |
Document URL that `Document` or `FrameOwner` node points to.
| |
EncodingName |
Contains the document's character set encoding.
| |
FrameId |
Frame ID for frame owner elements and also for the document node.
| |
Layout |
The nodes in the layout tree.
| |
Nodes |
A table with dom nodes.
| |
PublicId |
`DocumentType` node's publicId.
| |
ScrollOffsetX |
Horizontal scroll offset.
| |
ScrollOffsetY |
Vertical scroll offset.
| |
SystemId |
`DocumentType` node's systemId.
| |
TextBoxes |
The post-layout inline text nodes.
| |
Title |
Document title.
|