func forKeyword (AEKeyword) -> NSAppleEventDescriptor?
Returns the receiver’s descriptor for the specified keyword.
レシーバの持つ記述子を指定されたキーワードに対して返します。
func keywordForDescriptor (at: Int) -> AEKeyword
Returns the keyword for the descriptor at the specified (one-based) position in the receiver.
レシーバの中の指定された位置(1起点)での記述子に対するキーワードを返します。
func remove(withKeyword : AEKeyword)
Removes the receiver’s descriptor identified by the specified keyword.
レシーバの持つ、指定されたキーワードで識別される記述子を除去します。