IWindow Interface |
Namespace: Aspose.Svg.Window
The IWindow type exposes the following members.
Name | Description | |
---|---|---|
![]() | DefaultView |
The default AbstractView for this Document, or null if none available.
(Inherited from IDocumentView.) |
![]() | Document |
The document attribute must return the Window object's newest Document object.
|
![]() | FrameElement |
The frameElement object of a Document.
|
![]() | Location |
The location attribute of the Window interface must return the Location object for that Window object's Document.
|
![]() | Name |
The name attribute of the Window object must, on getting, return the current name of the browsing context, and, on setting, set the name of the browsing context to the new value.
|
![]() | Opener |
The opener IDL attribute on the Window object, on getting, must return the WindowProxy object of the browsing context from which the current browsing context was created (its opener browsing context), if there is one, if it is still available, and if the current browsing context has not disowned its opener; otherwise, it must return null. On setting, if the new value is null then the current browsing context must disown its opener; if the new value is anything else then the user agent must call the [[DefineOwnProperty]] internal method of the Window object, passing the property name "opener" as the property key, and the Property Descriptor { [[Value]]: value, [[Writable]]: true, [[Enumerable]]: true, [[Configurable]]: true } as the property descriptor, where value is the new value.
|
![]() | Parent |
The parent IDL attribute on the Window object of a Document in a browsing context b must return the WindowProxy object of the parent browsing context, if there is one (i.e. if b is a child browsing context), or the WindowProxy object of the browsing context b itself, otherwise (i.e. if it is a top-level browsing context or a detached nested browsing context).
|
![]() | Self |
Returns the Window object's browsing context's WindowProxy object.
|
![]() | Top |
The top IDL attribute on the Window object of a Document in a browsing context b must return the WindowProxy object of its top-level browsing context (which would be its own WindowProxy object if it was a top-level browsing context itself), if it has one, or its own WindowProxy object otherwise (e.g. if it was a detached nested browsing context).
|
![]() | Window |
Returns the Window object's browsing context's WindowProxy object.
|
Name | Description | |
---|---|---|
![]() | AddEventListener(String, IEventListener) |
This method allows the registration of event listeners on the event target.
(Inherited from IEventTarget.) |
![]() | AddEventListener(String, IEventListener, Boolean) |
This method allows the registration of event listeners on the event target.
(Inherited from IEventTarget.) |
![]() | Alert |
Displays a modal alert with the given message, and waits for the user to dismiss it
|
![]() | ClearInterval |
Cancels the timeout set with setInterval() identified by handle
(Inherited from IWindowTimers.) |
![]() | ClearTimeout |
Cancels the timeout set with setTimeout() identified by handle.
(Inherited from IWindowTimers.) |
![]() | Confirm |
Displays a modal OK/Cancel prompt with the given message, waits for the user to dismiss it, and returns true if the user clicks OK and false if the user clicks Cancel.
|
![]() | DispatchEvent |
This method allows the dispatch of events into the implementations event model.
(Inherited from IEventTarget.) |
![]() | Dispose | (Inherited from IDisposable.) |
![]() | Prompt |
Displays a modal text field prompt with the given message, waits for the user to dismiss it, and returns the value that the user entered. If the user cancels the prompt, then returns null instead. If the second argument is present, then the given value is used as a default.
|
![]() | RemoveEventListener(String, IEventListener) |
This method allows the removal of event listeners from the event target.
If an IEventListener is removed from an EventTarget while it is processing an event, it will not be triggered by the current actions.
Event Listeners can never be invoked after being removed.
(Inherited from IEventTarget.) |
![]() | RemoveEventListener(String, IEventListener, Boolean) |
This method allows the removal of event listeners from the event target.
If an IEventListener is removed from an EventTarget while it is processing an event, it will not be triggered by the current actions.
Event Listeners can never be invoked after being removed.
(Inherited from IEventTarget.) |
![]() | SetInterval |
Schedules a timeout to run handler every timeout milliseconds. Any arguments are passed straight through to the handler.
(Inherited from IWindowTimers.) |
![]() | SetTimeout |
Schedules a timeout to run handler after timeout milliseconds. Any arguments are passed straight through to the handler.
(Inherited from IWindowTimers.) |
Name | Description | |
---|---|---|
![]() | OnAbort |
Gets or sets event handler for OnAbort event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnAfterPrint |
Gets or sets event handler
(Inherited from IWindowEventHandlers.) |
![]() | OnBeforePrint |
Gets or sets event handler
(Inherited from IWindowEventHandlers.) |
![]() | OnBeforeUnload |
Gets or sets event handler
(Inherited from IWindowEventHandlers.) |
![]() | OnBlur |
Gets or sets event handler for OnBlur event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnCancel |
Gets or sets event handler for OnCancel event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnCanplay |
Gets or sets event handler for OnCanplay event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnCanPlayThrough |
Gets or sets event handler for OnCanPlayThrough event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnChange |
Gets or sets event handler for OnChange event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnClick |
Gets or sets event handler for OnClick event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnCueChange |
Gets or sets event handler for OnCueChange event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnDblClick |
Gets or sets event handler for OnDblClick event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnDurationChange |
Gets or sets event handler for OnDurationChange event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnEmptied |
Gets or sets event handler for OnEmptied event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnEnded |
Gets or sets event handler for OnEnded event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnError |
Gets or sets event handler for OnError event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnFocus |
Gets or sets event handler for OnFocus event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnHashChange |
Gets or sets event handler
(Inherited from IWindowEventHandlers.) |
![]() | OnInput |
Gets or sets event handler for OnInput event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnInvalid |
Gets or sets event handler for OnInvalid event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnKeyDown |
Gets or sets event handler for OnKeyDown event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnKeyPress |
Gets or sets event handler for OnKeyPress event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnKeyUp |
Gets or sets event handler for OnKeyUp event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnLoad |
Gets or sets event handler for OnLoad event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnLoadedData |
Gets or sets event handler for OnLoadedData event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnLoadedMetadata |
Gets or sets event handler for OnLoadedMetadata event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnLoadStart |
Gets or sets event handler for OnLoadStart event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnMessage |
Gets or sets event handler
(Inherited from IWindowEventHandlers.) |
![]() | OnMouseDown |
Gets or sets event handler for OnMouseDown event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnMouseEnter |
Gets or sets event handler for OnMouseEnter event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnMouseLeave |
Gets or sets event handler for OnMouseLeave event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnMouseMove |
Gets or sets event handler for OnMouseMove event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnMouseOut |
Gets or sets event handler for OnMouseOut event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnMouseOver |
Gets or sets event handler for OnMouseOver event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnMouseUp |
Gets or sets event handler for OnMouseUp event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnMouseWheel |
Gets or sets event handler for OnMouseWheel event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnOffline |
Gets or sets event handler
(Inherited from IWindowEventHandlers.) |
![]() | OnOnline |
Gets or sets event handler
(Inherited from IWindowEventHandlers.) |
![]() | OnPageHide |
Gets or sets event handler
(Inherited from IWindowEventHandlers.) |
![]() | OnPageShow |
Gets or sets event handler
(Inherited from IWindowEventHandlers.) |
![]() | OnPause |
Gets or sets event handler for OnPause event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnPlay |
Gets or sets event handler for OnPlay event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnPlaying |
Gets or sets event handler for OnPlaying event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnPopState |
Gets or sets event handler
(Inherited from IWindowEventHandlers.) |
![]() | OnProgress |
Gets or sets event handler for OnProgress event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnRateChange |
Gets or sets event handler for OnRateChange event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnReset |
Gets or sets event handler for OnReset event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnResize |
Gets or sets event handler for OnResize event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnScroll |
Gets or sets event handler for OnScroll event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnSeeked |
Gets or sets event handler for OnSeeked event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnSeeking |
Gets or sets event handler for OnSeeking event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnSelect |
Gets or sets event handler for OnSelect event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnShow |
Gets or sets event handler for OnShow event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnStalled |
Gets or sets event handler for OnStalled event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnStorage |
Gets or sets event handler
(Inherited from IWindowEventHandlers.) |
![]() | OnSubmit |
Gets or sets event handler for OnSubmit event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnSuspend |
Gets or sets event handler for OnSuspend event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnTimeUpdate |
Gets or sets event handler for OnTimeUpdate event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnToggle |
Gets or sets event handler for OnToggle event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnUnload |
Gets or sets event handler
(Inherited from IWindowEventHandlers.) |
![]() | OnVolumeChange |
Gets or sets event handler for OnVolumeChange event.
(Inherited from IGlobalEventHandlers.) |
![]() | OnWaiting |
Gets or sets event handler for OnWaiting event.
(Inherited from IGlobalEventHandlers.) |