IDocumentView Interface
IDocumentView interface
The DocumentView interface is implemented by Document objects in DOM implementations supporting DOM Views. It provides an attribute to retrieve the default view of a document.
public interface IDocumentView : IAbstractView
Properties
Name | Description |
---|---|
getDefaultView The default AbstractView for this Document, or null if none available. |
See Also
- interface IAbstractView
- package com.aspose.html.Dom.Views
- package Aspose.HTML