| Package | com.adobe.rtc.pods.noteClasses |
| Class | public class NoteUndoRedo |
See also
| Property | Defined by | ||
|---|---|---|---|
| endIndex : Number
Last Index from where the next text will start
| NoteUndoRedo | ||
| head : Number [read-only]
Gets the head index of the undo redo stack
| NoteUndoRedo | ||
| length : Number [read-only]
Gets the length of the stack
| NoteUndoRedo | ||
| startingText : String [write-only]
Sets the Starting Text
| NoteUndoRedo | ||
| text : String [read-only]
Gets the currentText
| NoteUndoRedo | ||
| Method | Defined by | ||
|---|---|---|---|
| NoteUndoRedo | |||
|
addKeyCommand(p_currentText:String, p_index:Number):void
Adds a text to the stack
| NoteUndoRedo | ||
|
redo():void
Redo an Operation
| NoteUndoRedo | ||
|
undo():void
Undo's an operation
| NoteUndoRedo | ||
| endIndex | property |
endIndex:Number [read-write]Last Index from where the next text will start
Implementation public function get endIndex():Number
public function set endIndex(value:Number):void
| head | property |
head:Number [read-only]Gets the head index of the undo redo stack
Implementation public function get head():Number
| length | property |
length:Number [read-only]Gets the length of the stack
Implementation public function get length():Number
| startingText | property |
startingText:String [write-only]Sets the Starting Text
Implementation public function set startingText(value:String):void
| text | property |
text:String [read-only]Gets the currentText
Implementation public function get text():String
| NoteUndoRedo | () | constructor |
public function NoteUndoRedo()
| addKeyCommand | () | method |
public function addKeyCommand(p_currentText:String, p_index:Number):voidAdds a text to the stack
Parametersp_currentText:String |
|
p_index:Number |
| redo | () | method |
public function redo():voidRedo an Operation
| undo | () | method |
public function undo():voidUndo's an operation
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/labs/acrobatcom/com/adobe/rtc/pods/noteClasses/NoteUndoRedo.html