| パッケージ | com.adobe.solutions.rca.constant |
| クラス | public class DocumentType |
| 継承 | DocumentType Object |
| サブクラス | LocalizedDocumentType |
| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Review, Commenting, and Approval Building Block 10.0 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
DocumentType enum.
パブリックプロパティ
パブリックメソッド
| メソッド | 定義元 | ||
|---|---|---|---|
The constructor for DocumentType class. | DocumentType | ||
![]() |
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | |
![]() |
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | |
![]() |
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | |
![]() |
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | |
![]() |
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | |
![]() |
指定されたオブジェクトのストリング表現を返します。 | Object | |
![]() |
指定されたオブジェクトのプリミティブな値を返します。 | Object | |
パブリック定数
| 定数 | 定義元 | ||
|---|---|---|---|
| DOCUMENT : String = "DOCUMENT" [静的] The value specifies that the document type is document or DocumentReference. | DocumentType | ||
| REF : String = "REF" [静的]
The value specifies that the document type is reference like a URL. | DocumentType | ||
| TYPES : Array [静的]
Utility array of all possible values for type property of SupportingDocument. | DocumentType | ||
コンストラクターの詳細
DocumentType | () | コンストラクター |
public function DocumentType()| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Review, Commenting, and Approval Building Block 10.0 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
The constructor for DocumentType class.
The DocumentType class provides values for the type property of SupportingDocument.
A supporting document can refer to a document or reference (URL).
関連する API エレメント
定数の詳細
DOCUMENT | 定数 |
public static const DOCUMENT:String = "DOCUMENT"| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Review, Commenting, and Approval Building Block 10.0 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
The value specifies that the document type is document or DocumentReference.
REF | 定数 |
public static const REF:String = "REF"| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Review, Commenting, and Approval Building Block 10.0 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
The value specifies that the document type is reference like a URL.
TYPES | 定数 |
public static const TYPES:Array| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Review, Commenting, and Approval Building Block 10.0 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Utility array of all possible values for type property of SupportingDocument.
Tue Jun 12 2018, 10:34 AM Z
継承されるパブリックプロパティを隠す
継承されるパブリックプロパティを表示