textboxcollection-ag凯发旗舰厅



com.spire.doc.collections
class textboxcollection

java.lang.object
  extended by com.spire.doc.ownerholder
      extended by com.spire.doc.collections.collectionex
          extended by com.spire.doc.collections.textboxcollection
all implemented interfaces:
java.lang.iterable

public class textboxcollection
extends collectionex

summary description for textboxcollection.


method summary
 void clear()
          removes all textboxes from the document.
 textbox get(int index)
          gets the textbox at the specified index.
 void removeat(int index)
          removes a textbox at the specified index.
 
methods inherited from class com.spire.doc.collections.collectionex
getcount, iterator
 
methods inherited from class com.spire.doc.ownerholder
getdocument
 
method detail

get

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

removeat

public void removeat(int index)
removes a textbox at the specified index.
parameters:
index - the index

clear

public void clear()
removes all textboxes from the document.
overrides:
clear in class collectionex


网站地图