PSPDFKit

Swift

extension UIAction.Identifier.PSPDFKit
  • Identifies the action that presents comments for an annotation.

    Declaration

    Swift

    public static var comments: UIAction.Identifier { get }
  • Identifies the action that copies annotations or page content.

    Declaration

    Swift

    public static var copy: UIAction.Identifier { get }
  • cut

    Identifies the action that cuts annotations.

    Declaration

    Swift

    public static var cut: UIAction.Identifier { get }
  • Identifies the action that presents the dictionary definitions for page text.

    Declaration

    Swift

    public static var define: UIAction.Identifier { get }
  • Identifies the action that deletes annotations.

    Declaration

    Swift

    public static var delete: UIAction.Identifier { get }
  • Identifies the action that begins editing the contents of a free text annotation.

    Declaration

    Swift

    public static var editFreeText: UIAction.Identifier { get }
  • Identifies the action that begins editing the action of a link annotation.

    Declaration

    Swift

    public static var editLink: UIAction.Identifier { get }
  • Identifies the action that begins recording e.g. the sound of a sound annotation.

    Declaration

    Swift

    public static var editSound: UIAction.Identifier { get }
  • Identifies the action that groups two or more annotations.

    Declaration

    Swift

    public static var group: UIAction.Identifier { get }
  • Identifies the action that presents the annotation inspector for one or more annotations.

    Declaration

    Swift

    public static var inspector: UIAction.Identifier { get }
  • Identifies the action that merges two or more ink annotations into a single ink annotation.

    Declaration

    Swift

    public static var merge: UIAction.Identifier { get }
  • Identifies the action that selects a link annotation so that it can be moved and resized.

    Declaration

    Swift

    public static var moveLink: UIAction.Identifier { get }
  • Identifies the action that opens the URL or the go-to action of a link annotation.

    Declaration

    Swift

    public static var openLink: UIAction.Identifier { get }
  • The identifier for an action that pastes annotations. This will be the same as UIAction.Identifier.paste on iOS 16 and newer.

    Declaration

    Swift

    public static var paste: UIAction.Identifier { get }
  • Identifies the action that begins playing e.g. the sound of a sound annotation.

    Declaration

    Swift

    public static var play: UIAction.Identifier { get }
  • Identifies the action that previews the file embedded in a file annotation.

    Declaration

    Swift

    public static var previewFile: UIAction.Identifier { get }
  • Identifies the action that saves page content on disk, but first allows the user to choose name and location of the file.

    Declaration

    Swift

    public static var saveAs: UIAction.Identifier { get }
  • Identifies the action that begins search in the document.

    Declaration

    Swift

    public static var searchDocument: UIAction.Identifier { get }
  • Identifies the action that begins search in the web browser.

    Declaration

    Swift

    public static var searchWeb: UIAction.Identifier { get }
  • Identifies the action that selects all text on a page.

    Declaration

    Swift

    public static var selectAllText: UIAction.Identifier { get }
  • Identifiers the action that resize e.g. a free text annotation such that it firs its entire content.

    Declaration

    Swift

    public static var sizeToFit: UIAction.Identifier { get }
  • Identifies the action that presents the sheet for sharing annotations or page content.

    Declaration

    Swift

    public static var share: UIAction.Identifier { get }
  • Identifies the action that stores annotations in the Saved Annotations store.

    Declaration

    Swift

    public static var store: UIAction.Identifier { get }
  • Identifies the action that ungroups previously grouped annotations.

    Declaration

    Swift

    public static var ungroup: UIAction.Identifier { get }