itextboxitemcollection-人生就是博尊龙凯时



com.spire.doc.interfaces
interface itextboxitemcollection

all known implementing classes:
textboxitemcollection

public interface itextboxitemcollection

represents a collection of itextbox.


method summary
 int add(itextbox textbox)
          adds a textbox to the collection.
 itextbox get(int index)
          gets the itextbox at the specified index.
 
method detail

get

itextbox get(int index)
gets the itextbox at the specified index.
parameters:
index - the index
returns:
the textbox

add

int add(itextbox textbox)
adds a textbox to the collection.
parameters:
textbox - the text box.
returns:
the index


网站地图