public interface IBrowsingContext extends IServiceContainer, com.aspose.ms.System.IDisposable
A browsing context is an environment in which Document
objects are presented to the user.
IServiceProvider
,
IDisposable
Modifier and Type | Method and Description |
---|---|
Document |
getActiveDocument()
Gets the current document.
|
IDOMImplementation |
getDOMImplementation()
Gets the DOM implementation.
|
INetwork |
getNetwork()
Gets the network services.
|
IBrowsingContext |
getParent()
Gets the parent context, if any.
|
int |
getSecurity()
Gets the sandboxing flag.
|
IWindow |
getWindow()
Gets the WindowProxy object.
|
addService
getService
int getSecurity()
Gets the sandboxing flag.
Value: The security.IBrowsingContext getParent()
Gets the parent context, if any.
Value: The parent.Document getActiveDocument()
Gets the current document.
Value: The active document.IWindow getWindow()
Gets the WindowProxy object.
Value: The window.INetwork getNetwork()
Gets the network services.
Value: The network services.IDOMImplementation getDOMImplementation()
Gets the DOM implementation.
Value: The DOM implementation.