| パッケージ | com.adobe.ep.ux.webdocumentviewer.domain | 
| クラス | public class WebDocumentViewer | 
| 継承 | WebDocumentViewer  ResourceContainer | 
| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 | 
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) | 
WebDocumentViewer component provides support for 
	 displaying forms that are displayed in an HTML wrapper.
	 The WebDocumentViewer component is extended to provide support for specific 
	 types of forms, such as PDF or HTML forms.
	 
	 デフォルトの MXML プロパティmxmlContentFactory
パブリックプロパティ
| プロパティ | 定義元 | ||
|---|---|---|---|
| contentType : String 
		 The MIME type of the document. | WebDocumentViewer | ||
| url : String 
		 The document URL reference. | WebDocumentViewer | ||
パブリックメソッド 
| メソッド | 定義元 | ||
|---|---|---|---|
| 
		 Constructor. | WebDocumentViewer | ||
| 
		 Loads the content into the HTML wrapper. | WebDocumentViewer | ||
| 
		 Unloads the content from the HTML wrapper. | WebDocumentViewer | ||
プロパティの詳細
| contentType | プロパティ | 
public var contentType:String| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 | 
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) | 
The MIME type of the document.
| url | プロパティ | 
public var url:String| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 | 
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) | 
The document URL reference.
コンストラクターの詳細
| WebDocumentViewer | () | コンストラクター | 
public function WebDocumentViewer()| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 | 
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) | 
Constructor.
メソッドの詳細
| loadDocument | () | メソッド | 
 public function loadDocument(validateUrl:Boolean = false):void| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 | 
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) | 
		 Loads the content into the HTML wrapper.  The url and contentType properties must be set prior
		 before calling this method.
		 
		 
パラメーター
| validateUrl:Boolean(default =false)— Specifies an optional parameter to validate whether the URL originates from the same domain. | 
| unloadDocument | () | メソッド | 
 public function unloadDocument():void| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 | 
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) | 
Unloads the content from the HTML wrapper.
Tue Jun 12 2018, 10:34 AM Z