パッケージ | flash.desktop |
クラス | public class ClipboardTransferMode |
継承 | ClipboardTransferMode Object |
言語バージョン: | ActionScript 3.0 |
ランタイムバージョン: | Flash Player 10, AIR 1.0 |
transferMode
パラメーター(Clipboard.getData()
メソッドのパラメーター)の値として使用するモードの定数を定義します。
転送モードでは、クリップボードに格納されているオブジェクトにアクセスするときに、参照またはコピーを返すかどうかについてのヒントが提供されます。
関連する API エレメント
パブリックプロパティ
パブリックメソッド
パブリック定数
定数 | 定義元 | ||
---|---|---|---|
CLONE_ONLY : String = "cloneOnly" [静的]
Clipboard オブジェクトは、コピーのみを返します。 | ClipboardTransferMode | ||
CLONE_PREFERRED : String = "clonePreferred" [静的]
Clipboard オブジェクトは、コピーが存在する場合はコピーを返し、存在しない場合は参照を返します。 | ClipboardTransferMode | ||
ORIGINAL_ONLY : String = "originalOnly" [静的]
Clipboard オブジェクトは、参照のみを返します。 | ClipboardTransferMode | ||
ORIGINAL_PREFERRED : String = "originalPreferred" [静的]
Clipboard オブジェクトは、参照が存在する場合は参照を返し、存在しない場合はコピーを返します。 | ClipboardTransferMode |
定数の詳細
CLONE_ONLY | 定数 |
public static const CLONE_ONLY:String = "cloneOnly"
言語バージョン: | ActionScript 3.0 |
ランタイムバージョン: | Flash Player 10, AIR 1.0 |
Clipboard オブジェクトは、コピーのみを返します。
CLONE_PREFERRED | 定数 |
public static const CLONE_PREFERRED:String = "clonePreferred"
言語バージョン: | ActionScript 3.0 |
ランタイムバージョン: | Flash Player 10, AIR 1.0 |
Clipboard オブジェクトは、コピーが存在する場合はコピーを返し、存在しない場合は参照を返します。
ORIGINAL_ONLY | 定数 |
public static const ORIGINAL_ONLY:String = "originalOnly"
言語バージョン: | ActionScript 3.0 |
ランタイムバージョン: | Flash Player 10, AIR 1.0 |
Clipboard オブジェクトは、参照のみを返します。
ORIGINAL_PREFERRED | 定数 |
public static const ORIGINAL_PREFERRED:String = "originalPreferred"
言語バージョン: | ActionScript 3.0 |
ランタイムバージョン: | Flash Player 10, AIR 1.0 |
Clipboard オブジェクトは、参照が存在する場合は参照を返し、存在しない場合はコピーを返します。
Tue Jun 12 2018, 10:34 AM Z