Property Getters/Setters Summary | ||
---|---|---|
function | getCount() | |
function | get(index) | |
Gets the |
||
function | get(name) | |
Gets the |
Method Summary | ||
---|---|---|
function | add(upperLeftRow, upperLeftColumn, height, width) | |
Adds a textbox to the collection.
|
||
function | add(value) | |
Reserved for internal use. |
||
function | clear() | |
Clear all text boxes.
|
||
function | contains(value) | |
Reserved for internal use. |
||
function | get(index) | |
Reserved for internal use. |
||
function | indexOf(value) | |
Reserved for internal use. |
||
function | iterator() | |
function | removeAt(index) | |
Remove a text box from the file.
|
function getCount()
function get(index)
index
- The zero based index of the element.function get(name)
function add(upperLeftRow, upperLeftColumn, height, width)
upperLeftRow: Number
- Upper left row index.upperLeftColumn: Number
- Upper left column index.height: Number
- Height of textbox, in unit of pixel.width: Number
- Width of textbox, in unit of pixel.function removeAt(index)
index: Number
- The text box index.function clear()
function iterator()
function get(index)
function contains(value)
function add(value)
function indexOf(value)