var delegate: NSSpellServerDelegate?
Returns the receiver’s delegate.
レシーバの持つ委任先を返します。
Availability 有効性
Technology
class NSSpellServer : NSObject
A service provider is an application that declares its availability in a standard way, so that any other applications that wish to use it can do so. If you build a spelling checker that makes use of the NSSpell
class and list it as an available service, then users of any application that makes use of NSSpell
or includes a Services menu will see your spelling checker as one of the available dictionaries.
サービスプロバイダは、あるアプリケーションです、それはそれの標準的な方法での利用可能性を宣言します、それでそれを使うことを望む何らかの他のアプリケーションはそう出来ます。あなたがNSSpell
クラスを使用してそれを利用可能なサービスとしてリストするスペルチェッカーを作り上げるならば、そのときNSSpell
を使用する、または「サービス」メニューを含む、何らかのアプリケーションのユーザは、あなたのスペルチェッカーを利用可能な辞書所の1つとして見るでしょう。
var delegate: NSSpellServerDelegate?
func registerLanguage (String?, byVendor : String?) -> Bool
func run()
func isWord (inUserDictionaries : String, caseSensitive : Bool) -> Bool
NSSpellServer
and checkGrammar(of:startingAt:language:wrap:inSpellDocumentWithTag:details:)
(NSSpellChecker
).
これらの定数は、NSSpellServer
とcheckGrammar(of:startingAt:language:wrap:inSpellDocumentWithTag:details:)
(NSSpellChecker
)によって返されるoutDetails辞書において、キーとして使われます。
protocol NSSpellServerDelegate