Пакет | com.adobe.icc.editors.managers |
Класс | public class RevertManager |
Наследование | RevertManager Object |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 10 |
Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
Общедоступные свойства
Общедоступные методы
Метод | Определено | ||
---|---|---|---|
Constructor. | RevertManager | ||
This function exports the asset dependencies. | RevertManager | ||
Показывает, определено ли заданное свойство для объекта. | Object | ||
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра. | Object | ||
Показывает наличие заданного свойства и его перечисляемость. | Object | ||
Reverts the asset with given id and type of the asset. | RevertManager | ||
Задает доступность динамического свойства для операций цикла. | Object | ||
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали. | Object | ||
Возвращает строковое представление заданного объекта. | Object | ||
Возвращает элементарное значение заданного объекта. | Object |
Сведения о конструкторе
RevertManager | () | Конструктор |
public function RevertManager()
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 10.0 |
Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
Constructor.
Сведения о методе
exportAssetDependencies | () | метод |
public function exportAssetDependencies(assetid:String, assetType:String):void
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 10.0 |
Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
This function exports the asset dependencies.
Параметры
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 | () | метод |
public function revertAsset(assetId:String, assetType:String):void
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 10.0 |
Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
Reverts the asset with given id and type of the asset.
Параметры
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, 11:34 AM Z