Aspose.Html.Window

The Aspose.Html.Window namespace is related for window object which represents a window containing a DOM document. It includes classes and interfaces related to active document address and browsing history.

Classes

ClassDescription
LocationLocation objects provide a representation of the address of the active document of their Document’s browsing context, and allow the current entry of the browsing context’s session history to be changed, by adding or replacing entries in the history object.
MediaQueryListA MediaQueryList object stores information on a media query applied to a document, with support for both immediate and event-driven matching against the state of the document. See CSSOM View Module specification: https://www.w3.org/TR/cssom-view/#the-mediaquerylist-interface

Interfaces

InterfaceDescription
IWindowThe window object represents a window containing a DOM document.
IWindowEventHandlersRepresents interface that must be inherited by window object
IWindowTimersAllows authors to schedule timer-based callbacks.