itextboxes-ag凯发旗舰厅



com.spire.xls.core
interface itextboxes

all known implementing classes:
textboxcollection

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

getcount

int getcount()

get

itextboxlinkshape get(int index)
returns single item from the collection.
parameters:
index - item's index to get.
returns:
single item from the collection.

get

itextboxlinkshape get(java.lang.string name)
returns single item from the collection.
parameters:
name -
returns:
single item from the collection.

addtextbox

itextboxlinkshape addtextbox(int row,
                             int column,
                             int height,
                             int width)
adds new item to the collection.
parameters:
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.
returns:
newly added item.


网站地图