Package | com.adobe.xmp |
Interface | public interface IXMPPanel extends flash.events.IEventDispatcher |
Implementors | XMPForm |
Property | Defined by | ||
---|---|---|---|
label : String The label text for the Panel
| IXMPPanel | ||
panelDescription : PanelDescription
The status of this panel, encapsulated in a
PanelDescription object. | IXMPPanel | ||
toolTip : String The toolTip text for the Panel, displayed when the cursor
hovers over the tab.
| IXMPPanel | ||
xmpAccess : IXMPAccess
[read-only]
Retrieves an XMP access object with which to communicate
with the XMP Packet and update metadata fields.
| IXMPPanel | ||
xmpModification : Boolean
True if at least one property within the panel has been modified.
| IXMPPanel |
label | property |
label:String
[read-write]The label text for the Panel
Implementation public function get label():String
public function set label(value:String):void
panelDescription | property |
panelDescription:PanelDescription
[read-write]
The status of this panel, encapsulated in a PanelDescription
object.
public function get panelDescription():PanelDescription
public function set panelDescription(value:PanelDescription):void
toolTip | property |
toolTip:String
[read-write]The toolTip text for the Panel, displayed when the cursor hovers over the tab.
Implementation public function get toolTip():String
public function set toolTip(value:String):void
xmpAccess | property |
xmpAccess:IXMPAccess
[read-only]
Retrieves an XMP access object with which to communicate
with the XMP Packet and update metadata fields.
Note:The XMP access object resolves the namespace prefixes in the XMP paths
according to the XMPNamespace
tags that are defined.
public function get xmpAccess():IXMPAccess
xmpModification | property |
xmpModification:Boolean
[read-write]True if at least one property within the panel has been modified.
Implementation public function get xmpModification():Boolean
public function set xmpModification(value:Boolean):void