套件 | com.adobe.icc.dc.domain |
介面 | public interface IContainerInstance |
實作者 | ConditionModuleInstance, ListModuleInstance, TargetInstance |
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10.0 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
ModuleInstance
objects
公用屬性
屬性 | 定義自 | ||
---|---|---|---|
contents : IList [唯讀]
List of the contents associated with this Container instance. | IContainerInstance | ||
name : String [唯讀]
The name property of the Container instance. | IContainerInstance | ||
open : Boolean [唯讀]
True if the container is open to extra content; false if it only allows content that was explicitly assigned to it in the letter. | IContainerInstance | ||
ordered : Boolean [唯讀]
True if the container's contents order is fixed; false if its contents can be re-ordered. | IContainerInstance |
公用方法
方法 | 定義自 | ||
---|---|---|---|
Moves the selected content inside the Container area in up or down direction with respect to it's current position. | IContainerInstance | ||
Removes the selected content from the container area. | IContainerInstance |
屬性詳細資訊
contents | 屬性 |
name | 屬性 |
open | 屬性 |
ordered | 屬性 |
方法詳細資訊
moveContent | () | 方法 |
public function moveContent(sourceModule:IModuleInstance, moveUp:Boolean):void
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10.0 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Moves the selected content inside the Container area in up or down direction with respect to it's current position.
參數
sourceModule:IModuleInstance — The selected content.
| |
moveUp:Boolean — Value true moves the selected content a level up from it's current position.
|
removeContent | () | 方法 |
public function removeContent(sourceModule:IModuleInstance):void
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10.0 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Removes the selected content from the container area.
參數
sourceModule:IModuleInstance — The selected content.
|
Tue Jun 12 2018, 03:47 PM Z