static let PDFDocumentDidBeginFind : NSNotification.Name
A notification that the
beginFindString(_:withOptions:)
or findString(_:withOptions:)
method begins finding.
beginFindString(_:withOptions:)
またはfindString(_:withOptions:)
メソッドが探索を始めることを通知します。
static let PDFDocumentDidBeginPageFind : NSNotification.Name
A notification that a find operation begins working on a new page of a document.
ある探索演算がある書類の新しいページ上で作業を始めることを通知します。
static let PDFDocumentDidBeginPageWrite : NSNotification.Name
A notification that a write operation begins working on a page in a document.
書き込み演算が書類のあるページ上で作業を始めることの通知。
static let PDFDocumentDidBeginWrite : NSNotification.Name
A notification that a write operation begins working on a document.
書き込み演算がある書類上で作業を始めることの通知。
static let PDFDocumentDidEndFind : NSNotification.Name
A notification that the
beginFindString(_:withOptions:)
or findString(_:withOptions:)
method returns.
beginFindString(_:withOptions:)
またはfindString(_:withOptions:)
メソッドが返ることの通知。
static let PDFDocumentDidEndPageFind : NSNotification.Name
A notification that a find operation finishes working on a page in a document.
探索演算が書類のあるページ上で作業をやり終えることの通知。
static let PDFDocumentDidEndPageWrite : NSNotification.Name
A notification that a write operation finishes working on a page in a document.
書き込み演算が書類のあるページ上で作業をやり終えることの通知。
static let PDFDocumentDidEndWrite : NSNotification.Name
A notification that a write operation finishes working on a document.
書き込み演算がある書類上で作業をやり終えることの通知。
static let PDFDocumentDidFindMatch : NSNotification.Name
A notification that a string match is found in a document.
文字列の合致がある書類の中で見つかったことの通知。
static let PDFDocumentDidUnlock : NSNotification.Name
A notification that a document unlocks after a
unlock(withPassword:)
message.
ある書類がunlock(withPassword:)
メッセージの後にアンロックすることの通知。
static let PDFViewAnnotationHit : NSNotification.Name
A notification posted when the user clicks on an annotation.
ユーザがある注釈上でクリックする時に投函される通知。
static let PDFViewAnnotationWillHit : NSNotification.Name
A notification posted before the user clicks an annotation.
ユーザがある注釈上でクリックする前に投函される通知。
static let PDFViewChangedHistory : NSNotification.Name
A notification posted when the page history changes.
ページ履歴が変化する時に投函される通知。
static let PDFViewCopyPermission : NSNotification.Name
A notification posted when the user attempts to copy to the pasteboard without the appropriate permissions.
ユーザが適切な権限なしでペーストボードにコピーを試みる時に投函される通知。
static let PDFViewDisplayBoxChanged : NSNotification.Name
A notification posted when the display box has changed.
ディスプレイボックスが変化した時に投函される通知。
static let PDFViewDisplayModeChanged : NSNotification.Name
A notification posted when the display mode has changed.
ディスプレイモードが変化した時に投函される通知。
static let PDFViewDocumentChanged : NSNotification.Name
A notification posted when a new document is associated with the view.
新しい書類がビューと結び付けられる時に投函される通知。
static let PDFViewPageChanged : NSNotification.Name
A notification posted when a new page becomes the current page.
新しいページが現在のページになる時に投函される通知。
static let PDFViewPrintPermission : NSNotification.Name
A notification posted when the user attempts to print without the appropriate permissions.
ユーザが適切な権限なしで印刷を試みる時に投函される通知。
static let PDFViewSelectionChanged : NSNotification.Name
A notification posted when the current selection has changed.
現在の選択が変化した時に投函される通知。
static let PDFViewVisiblePagesChanged : NSNotification.Name
A notification posted when the visible pages have changed.
可視ページが変化し終えた時に投函される通知。