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