A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z 

N

NAME - enum entry in com.pspdfkit.document.PdfValue.PdfValueType
 
NAMED - enum entry in com.pspdfkit.annotations.actions.ActionType
 
NamedAction - class in com.pspdfkit.annotations.actions
PDF action representing a special event.
NamedAction.NamedActionType - class in com.pspdfkit.annotations.actions.NamedAction
Known types of named actions in PDF documents.
NavigationBackStack - class in com.pspdfkit.ui.navigation
Manages a browser like backstack of items.
NavigationBackStack.BackStackListener - class in com.pspdfkit.ui.navigation.NavigationBackStack
Listener for changes to the navigation back stack.
NavigationBackStack.NavigationItem - class in com.pspdfkit.ui.navigation.NavigationBackStack
A single item on the navigation backstack.
NEEDS_RESET_FOR_DATABASE_MIGRATION - enum entry in com.pspdfkit.instant.document.InstantDocumentState

The current database version does not include required metadata on at least some records. The database will be usable in read-only mode until the local data has been replaced with an up-to-date snapshot from the server. Any pre-existing local changes will be sent to the server in the process. See "resetting for database migration".

NEVER - enum entry in com.pspdfkit.configuration.signatures.SignatureCertificateSelectionMode

Certificates should never be selectable.

NEVER_SAVE - enum entry in com.pspdfkit.configuration.signatures.SignatureSavingStrategy

Never saves the signature. User will always have to sign a new one.

newArray(java.lang.Integer) - function in com.pspdfkit.datastructures.TextSelectionRectangles.CREATOR
 
newArray(java.lang.Integer) - function in com.pspdfkit.signatures.DigitalSignatureMetadata.CREATOR
 
newArray(java.lang.Integer) - function in com.pspdfkit.signatures.timestamp.TimestampData.CREATOR
 
newImageInstance(android.net.Uri,com.pspdfkit.configuration.PdfConfiguration) - function in com.pspdfkit.ui.PdfFragment
Creates and returns a new Fragment to display a converted PDF document from a supported image format.
newImageInstance(com.pspdfkit.document.DocumentSource,com.pspdfkit.configuration.PdfConfiguration) - function in com.pspdfkit.ui.PdfFragment
Creates and returns a new Fragment to display a converted PDF document from a supported image format.
newImageInstance(com.pspdfkit.document.providers.DataProvider,com.pspdfkit.configuration.PdfConfiguration) - function in com.pspdfkit.ui.PdfFragment
Creates and returns a new Fragment to display a converted PDF document from a supported image format.
newInstance(com.pspdfkit.instant.document.InstantPdfDocument,com.pspdfkit.configuration.PdfConfiguration) - function in com.pspdfkit.instant.ui.InstantPdfFragment
Creates and returns a new Fragment to display a PDF document from an already opened instance.
newInstance(java.lang.String,java.lang.String,com.pspdfkit.configuration.PdfConfiguration) - function in com.pspdfkit.instant.ui.InstantPdfFragment
Creates and returns a new Fragment to display a PDF document downloaded from Instant Server (PSPDFKit Document Engine).
newInstance(android.net.Uri,com.pspdfkit.configuration.PdfConfiguration) - function in com.pspdfkit.ui.PdfFragment
Creates and returns a new Fragment to display a PDF document.
newInstance(android.net.Uri,java.lang.String,com.pspdfkit.configuration.PdfConfiguration) - function in com.pspdfkit.ui.PdfFragment
Creates and returns a new Fragment to display a PDF document.
newInstance(android.net.Uri,java.lang.String,java.lang.String,com.pspdfkit.configuration.PdfConfiguration) - function in com.pspdfkit.ui.PdfFragment
Creates and returns a new Fragment to display a PDF document.
newInstance(com.pspdfkit.document.PdfDocument,com.pspdfkit.configuration.PdfConfiguration) - function in com.pspdfkit.ui.PdfFragment
Creates and returns a new Fragment to display a PDF document from an already opened instance.
newInstance(com.pspdfkit.document.providers.DataProvider,java.lang.String,com.pspdfkit.configuration.PdfConfiguration) - function in com.pspdfkit.ui.PdfFragment
Creates and returns a new Fragment to display a PDF document from a custom data source.
newInstance(com.pspdfkit.document.providers.DataProvider,java.lang.String,java.lang.String,com.pspdfkit.configuration.PdfConfiguration) - function in com.pspdfkit.ui.PdfFragment
Creates and returns a new Fragment to display a PDF document from a custom data source
newInstance(com.pspdfkit.ui.PdfFragment,com.pspdfkit.configuration.PdfConfiguration) - function in com.pspdfkit.ui.PdfFragment
Creates and returns a new Fragment to display a PDF document from an PdfFragment.
newInstance(java.util.List,com.pspdfkit.configuration.PdfConfiguration) - function in com.pspdfkit.ui.PdfFragment
Creates and returns a new Fragment to display passed list of PDF documents as a single compound document.
newInstance(java.util.List,java.util.List,com.pspdfkit.configuration.PdfConfiguration) - function in com.pspdfkit.ui.PdfFragment
Creates and returns a new Fragment to display passed list of PDF documents as a single compound document.
newInstance(java.util.List,java.util.List,java.util.List,com.pspdfkit.configuration.PdfConfiguration) - function in com.pspdfkit.ui.PdfFragment
Creates and returns a new Fragment to display passed list of PDF documents as a single compound document.
newInstanceFromDocumentSources(java.util.List,com.pspdfkit.configuration.PdfConfiguration) - function in com.pspdfkit.ui.PdfFragment
Creates and returns a new Fragment to display a PDF document from the given DocumentSources.
newInstanceFromSources(java.util.List,com.pspdfkit.configuration.PdfConfiguration) - function in com.pspdfkit.ui.PdfFragment
Creates and returns a new Fragment to display a PDF document from a custom data source as a compound document.
newInstanceFromSources(java.util.List,java.util.List,com.pspdfkit.configuration.PdfConfiguration) - function in com.pspdfkit.ui.PdfFragment
Creates and returns a new Fragment to display a PDF document from a custom data source as a compound document.
newInstanceFromSources(java.util.List,java.util.List,java.util.List,com.pspdfkit.configuration.PdfConfiguration) - function in com.pspdfkit.ui.PdfFragment
Creates and returns a new Fragment to display a PDF document from a custom data source as a compound document.
NewPage - class in com.pspdfkit.document.processor
Settings for new page to be added to a PDF.
newPage(com.pspdfkit.document.processor.NewPage) - function in com.pspdfkit.document.processor.PdfProcessorTask
Creates a new processing task for creating a new single-page document from scratch.
NewPage.Builder - class in com.pspdfkit.document.processor.NewPage
Builder for NewPage objects.
NewPage.OnDrawCanvasCallback - class in com.pspdfkit.document.processor.NewPage
Callback passed to fromCanvas to perform the drawing on the document canvas.
NewPageDialog - class in com.pspdfkit.document.editor.page
Dialog for choosing properties for a newly created PDF page.
NewPageDialog.Callback - class in com.pspdfkit.document.editor.page.NewPageDialog
This listener interface needs to be implemented by any class that wishes to handle new page creation event.
NewPageFactory - class in com.pspdfkit.document.editor.page
Interface definition of a factory that returns NewPage instances.
NewPageFactory.OnNewPageReadyListener - class in com.pspdfkit.document.editor.page.NewPageFactory
Listens for return of a NewPage instance to the editor.
NEXTPAGE - enum entry in com.pspdfkit.annotations.actions.NamedAction.NamedActionType

Go to the next page of the document.

NIGHT - enum entry in com.pspdfkit.configuration.theming.ThemeMode

Night theme mode.

NO_EFFECT - enum entry in com.pspdfkit.annotations.BorderEffect

No border effect.

NO_FLAGS - enum entry in com.pspdfkit.annotations.actions.MediaOptions

No flags.

NO_SUCH_ATTACHMENT - enum entry in com.pspdfkit.instant.exceptions.InstantErrorCode

There is no attachment with the specified ID.

A download request for the attachment with the given ID has been rejected by the server because it does not know of such an attachment.

NO_SUCH_ATTACHMENT_TRANSFER - enum entry in com.pspdfkit.instant.exceptions.InstantErrorCode

Internal error code — if you ever see this reported, please file a bug.

NONE - enum entry in com.pspdfkit.annotations.AnnotationType
 
NONE - enum entry in com.pspdfkit.annotations.BorderStyle
 
NONE - enum entry in com.pspdfkit.annotations.LineEndType
 
NONE - enum entry in com.pspdfkit.annotations.note.AuthorState

The user has indicated nothing about the change.

none() - function in com.pspdfkit.configuration.sharing.ShareFeatures
Creates an empty enum set containing no share features.
NONE - enum entry in com.pspdfkit.ui.special_mode.controller.AnnotationTool

Indicates that no annotation tool is selected.

NONE - enum entry in com.pspdfkit.ui.toolbar.ContextualToolbarMenuItem.SubmenuIndicatorPosition
 
NORMAL - enum entry in com.pspdfkit.annotations.BlendMode

B(cb,cs) = cs Selects the source colour, ignoring the backdrop.

See also PorterDuff.Mode#SRC

NORMAL - enum entry in com.pspdfkit.forms.TextInputFormat

General input format.

NOROTATE - enum entry in com.pspdfkit.annotations.AnnotationFlags

[Not supported] If set, don't rotate the annotation’s appearance to match the rotation of the page.

NORWEGIAN - enum entry in com.pspdfkit.document.processor.ocr.OcrLanguage

Norwegian language (en) selector for OCR processing. Use this value with performOcrOnPages when performing text detection for Norwegian documents. When using this value, make sure you have the Norwegian OCR language pack added to your app, by adding the com.pspdfkit:pspdfkit-ocr-norwegian dependency inside your build.gradle file:


final String pspdfkit_version = {@value com.pspdfkit.PSPDFKit#VERSION};
dependencies {
    implementation "com.pspdfkit:pspdfkit-ocr:$pspdfkit_version"
    implementation "com.pspdfkit:pspdfkit-ocr-norwegian:$pspdfkit_version"
}
NOT_APPROVED - enum entry in com.pspdfkit.annotations.stamps.PredefinedStampType
 
NOT_FOR_PUBLIC_RELEASE - enum entry in com.pspdfkit.annotations.stamps.PredefinedStampType
 
NOT_YET_VALID - enum entry in com.pspdfkit.signatures.DigitalSignatureValidationResult.CertificateStatus

Either the certificate, the OCSP, or the CRL are not yet valid. According to the spec, this is an invalid state (error).

NOT_YET_VALID_NO_POE - enum entry in com.pspdfkit.signatures.DigitalSignatureValidationResult.CertificateStatus

Either the certificate, the OCSP, or the CRL are not yet valid but we don't have proof of existence (POE) of the digital signature. According to the specification, this is an indeterminate state (warning).

NOTE - enum entry in com.pspdfkit.annotations.AnnotationType
 
NOTE - enum entry in com.pspdfkit.ui.special_mode.controller.AnnotationTool

Creates note annotations.

NOTE_ANNOTATION_SHARING - enum entry in com.pspdfkit.configuration.sharing.ShareFeatures

NoteAnnotation text sharing. Enables sharing button in the annotation editing toolbar for selected note annotations.

NOTE_EDITOR_CONTENT_SHARING - enum entry in com.pspdfkit.configuration.sharing.ShareFeatures

Sharing of note editor contents. Enables sharing for annotation contents (getContents) and annotation replies in the note editor.

NOTE_ICON - enum entry in com.pspdfkit.annotations.configuration.AnnotationProperty

Icon for the note annotation. Controls note picker in the note annotation editor.

NoteAnnotation - class in com.pspdfkit.annotations
Represents a note (shown as an icon) on the page.
NoteAnnotation.IconName - class in com.pspdfkit.annotations.NoteAnnotation
Denotes that a parameter must belong to on of these strings defined in : COMMENT, RIGHT_POINTER, RIGHT_ARROW, CHECK, CIRCLE, CROSS, INSERT, NEW_PARAGRAPH, NOTE, PARAGRAPH, HELP, STAR, KEY.
NoteAnnotationConfiguration - class in com.pspdfkit.annotations.configuration
Configuration for note annotations.
NoteAnnotationConfiguration.Builder - class in com.pspdfkit.annotations.configuration.NoteAnnotationConfiguration
Interface for configuration builder.
NoteHinterDrawable - class in com.pspdfkit.ui.note
Drawable used by AnnotationNoteHinter to visually notify text contents property for supported annotation types.
NoteLineAnnotationHinterDrawable - class in com.pspdfkit.ui.note
Drawable used by AnnotationNoteHinter to visually notify text contents property for com.pspdfkit.annotations.LineAnnotation.
NoteMultilineAnnotationHinterDrawable - class in com.pspdfkit.ui.note
Drawable used by AnnotationNoteHinter to visually notify text contents property for InkAnnotation, PolygonAnnotation, and PolylineAnnotation.
NoteShapeAnnotationHinterDrawable - class in com.pspdfkit.ui.note
Drawable used by AnnotationNoteHinter to visually notify text contents property for SquareAnnotation and CircleAnnotation.
NoteStampAnnotationHinterDrawable - class in com.pspdfkit.ui.note
Drawable used by AnnotationNoteHinter to visually notify text contents property for com.pspdfkit.annotations.StampAnnotation.
NoteTextMarkupAnnotationHinterDrawable - class in com.pspdfkit.ui.note
Drawable used by AnnotationNoteHinter to visually notify text contents property for TextMarkupAnnotation.
notifyAnnotationHasChanged(com.pspdfkit.annotations.Annotation) - function in com.pspdfkit.ui.PdfFragment
Notifies this fragment that the passed annotation has changed and that all the views displaying it should be updated.
notifyAnnotationsHaveChanged(java.util.List) - function in com.pspdfkit.ui.PdfFragment
Notifies this fragment that the passed annotations have changed and that all the views displaying it should be updated.
notifyConnectivityChanged(boolean) - function in com.pspdfkit.instant.document.InstantPdfDocument
Notify Instant that connection has changed.
notifyDrawablesChanged() - function in com.pspdfkit.ui.drawable.PdfDrawableProvider
Notifies all registered DrawableProviderObserver instances that the drawables have changed and need to be reloaded and redrawn.
notifyDrawablesChanged(int) - function in com.pspdfkit.ui.drawable.PdfDrawableProvider
Notifies all registered DrawableProviderObserver instances that the drawables for the given pageIndex have changed and need to be reloaded and redrawn.
notifyLayoutChanged() - function in com.pspdfkit.ui.PdfFragment
Notifies layout has changed and properly updates its internal state and views.
notifyOverlayViewsChanged() - function in com.pspdfkit.ui.overlay.OverlayViewProvider
Notifies all registered OverlayViewProviderObserver instances that the views have changed and need to be removed and added again.
notifyOverlayViewsChanged(int) - function in com.pspdfkit.ui.overlay.OverlayViewProvider
Notifies all registered OverlayViewProviderObserver instances that the views for the given pageIndex have changed and need to be removed and added again.
NOVIEW - enum entry in com.pspdfkit.annotations.AnnotationFlags

If set, don't display the annotation on the screen. (But printing might be allowed)

NOZOOM - enum entry in com.pspdfkit.annotations.AnnotationFlags

If set, don't scale the annotation’s appearance to match the magnification of the page.

Note: Supported only for FILE and STAMP annotations.

Note:NOTE are treated as if they had this flag enabled by default. If you wish to disable this behavior, use setEnableNoteAnnotationNoZoomHandling.

NULLOBJ - enum entry in com.pspdfkit.document.PdfValue.PdfValueType
 
NUMBER - enum entry in com.pspdfkit.forms.TextInputFormat

Numbers format (general numbers, phone numbers etc.). Returned for "AFNumber" JavaScript format.

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z