Language Version : | ActionScript 3.0 |
Runtime Versions : | AIR 1.0, Flash Player 10 |
A TextMessage is a Message whose payload contains text data. These can be sent to or from Photoshop, and contain instructions
or responses regarding commands or events.
public var message:String
The text data that this TextMessage holds, though it can be blank.
public function TextMessage()
Language Version : | ActionScript 3.0 |
Runtime Versions : | AIR 1.0, Flash Player 10 |
Constructor
override public function toStream():ByteArray
Language Version : | ActionScript 3.0 |
Runtime Versions : | AIR 1.0, Flash Player 10 |
Converts the TextMessage to a serialized format, which can be sent to Photoshop.
Returns | ByteArray — A ByteArray that contains the raw, serialized format of this TextMessage.
|
Thu Mar 31 2011, 06:48 PM -04:00