public class

NativePage

extends Object
java.lang.Object
   ↳ com.pspdfkit.internal.NativePage

Summary

Fields
protected boolean swigCMemOwn
Public Constructors
NativePage()
NativePage(SWIGTYPE_p_std__shared_ptrT_PDFC__DocumentImpl_t document, SWIGTYPE_p_std__shared_ptrT_PDFC__PageImpl_t pageImpl)
Protected Constructors
NativePage(long cPtr, boolean cMemoryOwn)
Public Methods
NativeRect ToTransformedRect(NativeRect rect)
NativeRect ToUntransformedRect(NativeRect rect)
synchronized void delete()
String getAnnotationsJson()
NativePageInfo getPageInfo()
String getTextForRect(NativeRect rect)
vector_TextBlock getTextLines()
void removeAnnotation(BigInteger pdfObjectId)
NativeBitmap renderPage(int width, int height)
Protected Methods
void finalize()
static long getCPtr(NativePage obj)
static long swigRelease(NativePage obj)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected boolean swigCMemOwn

Public Constructors

public NativePage ()

Protected Constructors

protected NativePage (long cPtr, boolean cMemoryOwn)

Public Methods

public NativeRect ToTransformedRect (NativeRect rect)

public NativeRect ToUntransformedRect (NativeRect rect)

public synchronized void delete ()

public String getAnnotationsJson ()

public NativePageInfo getPageInfo ()

public String getTextForRect (NativeRect rect)

public vector_TextBlock getTextLines ()

public void removeAnnotation (BigInteger pdfObjectId)

public NativeBitmap renderPage (int width, int height)

Protected Methods

protected void finalize ()

protected static long getCPtr (NativePage obj)

protected static long swigRelease (NativePage obj)