Document Snapshot
data class DocumentSnapshot(documentURL: StringIndex, title: StringIndex, baseURL: StringIndex, contentLanguage: StringIndex, encodingName: StringIndex, publicId: StringIndex, systemId: StringIndex, frameId: StringIndex, nodes: NodeTreeSnapshot, layout: LayoutTreeSnapshot, textBoxes: TextBoxSnapshot, scrollOffsetX: Double?, scrollOffsetY: Double?, contentWidth: Double?, contentHeight: Double?)
Content copied to clipboard
Document snapshot.
Constructors
DocumentSnapshot
Link copied to clipboard
fun DocumentSnapshot(documentURL: StringIndex, title: StringIndex, baseURL: StringIndex, contentLanguage: StringIndex, encodingName: StringIndex, publicId: StringIndex, systemId: StringIndex, frameId: StringIndex, nodes: NodeTreeSnapshot, layout: LayoutTreeSnapshot, textBoxes: TextBoxSnapshot, scrollOffsetX: Double? = null, scrollOffsetY: Double? = null, contentWidth: Double? = null, contentHeight: Double? = null)
Content copied to clipboard
Properties
baseURL
Link copied to clipboard
contentHeight
Link copied to clipboard
contentLanguage
Link copied to clipboard
contentWidth
Link copied to clipboard
documentURL
Link copied to clipboard
encodingName
Link copied to clipboard
frameId
Link copied to clipboard
layout
Link copied to clipboard
nodes
Link copied to clipboard
publicId
Link copied to clipboard
scrollOffsetX
Link copied to clipboard
scrollOffsetY
Link copied to clipboard
systemId
Link copied to clipboard
textBoxes
Link copied to clipboard
title
Link copied to clipboard
Sources
jvm source
Link copied to clipboard