Interface IDocument<T>

Type Parameters:
T - the type of the native document

public interface IDocument<T>
Interface for a document
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the native document
  • Method Details

    • getNativeDocument

      T getNativeDocument()
      Get the native document
      Returns:
      the native document