public class

NativeDocumentEditor

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

Summary

Fields
protected boolean swigCMemOwn
Public Constructors
NativeDocumentEditor()
Protected Constructors
NativeDocumentEditor(long cPtr, boolean cMemoryOwn)
Public Methods
void addOperationsJsonArray(String jsonCommand)
void addPage(int index, boolean beforeIndex, int height, int width, NativeRotation nativeRotation, String backgroundColor, NativeEdgeInsets nativeEdgeInsets)
void addPage(int index, boolean beforeIndex, int height, int width, NativeRotation nativeRotation, String backgroundColor)
void addPage(int index, boolean beforeIndex, int height, int width, NativeRotation nativeRotation)
void addPage(int index, boolean beforeIndex, int height, int width)
void applyOperations(NativeDataSource targetDataSource)
void clearPageLabels()
synchronized void delete()
void duplicatePages(set_int pages)
void importDocument(int pageIndex, boolean beforeIndex, NativeDataSource documentToImport)
void keepPages(set_int pages)
void movePages(set_int pagesToMove, int moveToIndex, boolean beforeIndex)
void performOcr(set_int pages, NativeOcrLanguage language)
void removePages(set_int pageIndices)
void rotatePages(set_int pages, NativeRotation nativeRotation)
void setPageLabel(set_int pages, String label)
Protected Methods
void finalize()
static long getCPtr(NativeDocumentEditor obj)
static long swigRelease(NativeDocumentEditor obj)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected boolean swigCMemOwn

Public Constructors

public NativeDocumentEditor ()

Protected Constructors

protected NativeDocumentEditor (long cPtr, boolean cMemoryOwn)

Public Methods

public void addOperationsJsonArray (String jsonCommand)

public void addPage (int index, boolean beforeIndex, int height, int width, NativeRotation nativeRotation, String backgroundColor, NativeEdgeInsets nativeEdgeInsets)

public void addPage (int index, boolean beforeIndex, int height, int width, NativeRotation nativeRotation, String backgroundColor)

public void addPage (int index, boolean beforeIndex, int height, int width, NativeRotation nativeRotation)

public void addPage (int index, boolean beforeIndex, int height, int width)

public void applyOperations (NativeDataSource targetDataSource)

public void clearPageLabels ()

public synchronized void delete ()

public void duplicatePages (set_int pages)

public void importDocument (int pageIndex, boolean beforeIndex, NativeDataSource documentToImport)

public void keepPages (set_int pages)

public void movePages (set_int pagesToMove, int moveToIndex, boolean beforeIndex)

public void performOcr (set_int pages, NativeOcrLanguage language)

public void removePages (set_int pageIndices)

public void rotatePages (set_int pages, NativeRotation nativeRotation)

public void setPageLabel (set_int pages, String label)

Protected Methods

protected void finalize ()

protected static long getCPtr (NativeDocumentEditor obj)

protected static long swigRelease (NativeDocumentEditor obj)