hyperlinkscollection-ag凯发旗舰厅



com.spire.xls.collections
class hyperlinkscollection

java.lang.object
  extended by com.spire.ms.system.collections.collectionbase
      extended by 
          extended by com.spire.xls.core.spreadsheet.collections.xlshyperlinkscollection
              extended by com.spire.xls.collections.hyperlinkscollection
all implemented interfaces:
com.spire.ms.system.collections.icollection, com.spire.ms.system.collections.ienumerable, ihyperlinks, java.lang.iterable

public class hyperlinkscollection
extends xlshyperlinkscollection

represents the hyperlinkscollection


constructor summary
hyperlinkscollection(java.lang.object parent)
           
hyperlinkscollection(java.lang.object parent, boolean isreadonly)
           
 
method summary
 hyperlink add(cellrange range)
          adds a new hyperlink.
 int add(hyperlink link)
          adds new hyperlink.
 hyperlink get(int index)
          returns single entry from the collection.
 hyperlinkscollection getrangehyperlinks(cellrange range)
          gets hyperlinks for the specified range.
 
methods inherited from class com.spire.xls.core.spreadsheet.collections.xlshyperlinkscollection
add, createhyperlinkstyles, getrangehyperlinks, isreadonly, removeat
 
methods inherited from interface com.spire.xls.core.ihyperlinks
getcount
 
constructor detail

hyperlinkscollection

public hyperlinkscollection(java.lang.object parent)

hyperlinkscollection

public hyperlinkscollection(java.lang.object parent,
                            boolean isreadonly)
method detail

get

public hyperlink get(int index)
returns single entry from the collection. read-only.
specified by:
get in interface ihyperlinks
overrides:
get in class xlshyperlinkscollection

add

public hyperlink add(cellrange range)
adds a new hyperlink.
parameters:
range - range object.

add

public int add(hyperlink link)
adds new hyperlink.
parameters:
link - hyperlink to add.
returns:
index of hyperlink added.

getrangehyperlinks

public hyperlinkscollection getrangehyperlinks(cellrange range)
gets hyperlinks for the specified range.
parameters:
range - range object.
returns:


网站地图