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) | → inherited from CollectionBase |
Reserved for internal use. | ||
function | clear() | |
Clear all text boxes. | ||
function | contains(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
function | get(index) | → inherited from CollectionBase |
Reserved for internal use. | ||
function | indexOf(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
function | iterator() | → inherited from CollectionBase |
function | removeAt(index) | |
Remove a text box from the file. |
Property Getters/Setters Detail |
---|
getCount : Number | |
function getCount() |
get : TextBox | |
function get(index) |
index
- The zero based index of the element.get : TextBox | |
function get(name) |
name
- The name of the text box.Method Detail |
---|
add | |
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.removeAt | |
function removeAt(index) |
index: Number
- The text box index.clear | |
function clear() |
iterator | |
function iterator() |
get | |
function get(index) |
contains | |
function contains(value) |
add | |
function add(value) |
indexOf | |
function indexOf(value) |