包 | com.adobe.icomm.assetplacement.model |
类 | public class Attachment |
继承 | Attachment PackageElement Object |
语言版本: | ActionScript 3.0 |
产品版本: | Asset Placement Building Block 9.5 |
运行时版本: | AIR 1.0, Flash Player 9, Flash Player 10 |
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
constructor : Object
对类对象或给定对象实例的构造函数的引用。 | Object | ||
contentType : String [只读]
The MIME type of this attachment. | Attachment | ||
controller : String [只读]
Contains a reference to a controller element using an XML id. | Attachment | ||
description : String [只读]
A description of the attachment. | Attachment | ||
name : String [只读]
The name of the attachment. | Attachment | ||
namespace : String [只读]
The namespace for this element. | PackageElement | ||
source : String [只读]
The source URI location of this attachment. | Attachment | ||
xml : XML
The XML this object represents. | PackageElement |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
Constructor. | Attachment | ||
Retrieve an attribute of this element. | PackageElement | ||
Retrieve a child value of this element. | PackageElement | ||
Retrieve an attribute of this element's parent. | PackageElement | ||
表示对象是否已经定义了指定的属性。 | Object | ||
表示 Object 类的实例是否在指定为参数的对象的原型链中。 | Object | ||
表示指定的属性是否存在、是否可枚举。 | Object | ||
设置循环操作动态属性的可用性。 | Object | ||
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。 | Object | ||
返回指定对象的字符串表示形式。 | Object | ||
返回指定对象的原始值。 | Object |
属性详细信息
contentType | 属性 |
controller | 属性 |
controller:String
[只读] 语言版本: | ActionScript 3.0 |
产品版本: | Asset Placement Building Block 9.5 |
运行时版本: | AIR 1.0, Flash Player 9, Flash Player 10 |
Contains a reference to a controller element using an XML id. The controller element represents a component, usually a UI component, that will be referencing this attachment at runtime.
实现
public function get controller():String
description | 属性 |
name | 属性 |
source | 属性 |
构造函数详细信息
Attachment | () | 构造函数 |
public function Attachment()
语言版本: | ActionScript 3.0 |
产品版本: | Asset Placement Building Block 9.5 |
运行时版本: | AIR 1.0, Flash Player 9, Flash Player 10 |
Constructor.
Tue Jun 12 2018, 11:04 AM Z