| Пакет | com.adobe.ep.ux.content.model.preview |
| Интерфейс | public interface IAssetPreviewRenderer |
| Средство реализации | BaseAssetPreviewRenderer, ConditionAssetPreviewRenderer, FragmentAssetPreviewRenderer, ImageAssetPreviewRenderer, LayoutAssetPreviewRenderer, LetterAssetPreviewRenderer, ListAssetPreviewRenderer, TextAssetPreviewRenderer |
| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Общедоступные свойства
| Свойство | Определено | ||
|---|---|---|---|
| asset : Object
The asset for which the preview needs to be created
| IAssetPreviewRenderer | ||
| assetContent : ByteArray
Get content of the asset
| IAssetPreviewRenderer | ||
| assetTypeDescriptor : com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor
The asset type descriptor for the asset for which preview needs to be created
| IAssetPreviewRenderer | ||
| contentMimeType : String
Mime type of the asset content
| IAssetPreviewRenderer | ||
Сведения о свойстве
asset | свойство |
asset:Object| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
The asset for which the preview needs to be created
Реализация
public function get asset():Object public function set asset(value:Object):voidassetContent | свойство |
assetContent:ByteArray| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Get content of the asset
Реализация
public function get assetContent():ByteArray public function set assetContent(value:ByteArray):voidassetTypeDescriptor | свойство |
assetTypeDescriptor:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
The asset type descriptor for the asset for which preview needs to be created
Реализация
public function get assetTypeDescriptor():com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor public function set assetTypeDescriptor(value:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor):voidcontentMimeType | свойство |
contentMimeType:String| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Mime type of the asset content
Реализация
public function get contentMimeType():String public function set contentMimeType(value:String):voidTue Jun 12 2018, 11:34 AM Z