|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITextBoxes
Summary description for ITextBoxes.
Method Summary | |
---|---|
ITextBoxLinkShape |
addTextBox(int row,
int column,
int height,
int width)
Adds new item to the collection. |
ITextBoxLinkShape |
get(int index)
Returns single item from the collection. |
ITextBoxLinkShape |
get(java.lang.String name)
Returns single item from the collection. |
int |
getCount()
|
Method Detail |
---|
int getCount()
ITextBoxLinkShape get(int index)
index
- Item's index to get.
ITextBoxLinkShape get(java.lang.String name)
name
-
ITextBoxLinkShape addTextBox(int row, int column, int height, int width)
row
- One-based row index of the top-left corner of the new item.column
- One-based column index of the top-left corner of the new item.height
- Height in pixels of the new item.width
- Width in pixels of the new item.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |