Paket | com.adobe.icc.editors.managers |
Sınıf | public class RevertManager |
Miras Alma | RevertManager Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Constructor. | RevertManager | ||
This function exports the asset dependencies. | RevertManager | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Reverts the asset with given id and type of the asset. | RevertManager | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Yapıcı Ayrıntı
RevertManager | () | Yapıcı |
public function RevertManager()
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10.0 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Constructor.
Yöntem Ayrıntısı
exportAssetDependencies | () | yöntem |
public function exportAssetDependencies(assetid:String, assetType:String):void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10.0 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
This function exports the asset dependencies.
Parametreler
assetid:String — Id of the asset being exported.
| |
assetType:String — The type of asset to be exported. It can be any of the Text, Image, List, Condition, Fragment , Form or Letter.
|
revertAsset | () | yöntem |
public function revertAsset(assetId:String, assetType:String):void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10.0 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Reverts the asset with given id and type of the asset.
Parametreler
assetId:String — Id of the asset being reverted.
| |
assetType:String — The type of asset to be reverted. It can be any of the Text, Image, List, Condition, Fragment , Form or Letter.
|
Tue Jun 12 2018, 01:09 PM Z