Pakiet | com.adobe.icc.editors.managers |
Klasa | public class RevertManager |
Dziedziczenie | RevertManager Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Właściwości publiczne
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Constructor. | RevertManager | ||
This function exports the asset dependencies. | RevertManager | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Reverts the asset with given id and type of the asset. | RevertManager | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Konstruktor Szczegół
RevertManager | () | Konstruktor |
public function RevertManager()
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Constructor.
Szczegół metody
exportAssetDependencies | () | metoda |
public function exportAssetDependencies(assetid:String, assetType:String):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
This function exports the asset dependencies.
Parametry
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 | () | metoda |
public function revertAsset(assetId:String, assetType:String):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Reverts the asset with given id and type of the asset.
Parametry
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, 12:06 PM Z