xlshyperlinkscollection-ag凯发旗舰厅



com.spire.xls.core.spreadsheet.collections
class xlshyperlinkscollection

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

public class xlshyperlinkscollection
extends
implements ihyperlinks

constructor summary
xlshyperlinkscollection(java.lang.object parent)
           
xlshyperlinkscollection(java.lang.object parent, boolean isreadonly)
           
 
method summary
 ihyperlink add(ixlsrange range)
          defines a new hyperlink.
 void createhyperlinkstyles()
          creates hyperlink styles.
 ihyperlink get(int index)
          returns single entry from the collection.
 xlshyperlinkscollection getrangehyperlinks(ixlsrange range)
          gets hyperlinks for the specified range.
 boolean isreadonly()
          indicates whether collection is in read-only mode.
 void removeat(int index)
          removes hyperlink object from the collection.
 
methods inherited from interface com.spire.xls.core.ihyperlinks
getcount
 
constructor detail

xlshyperlinkscollection

public xlshyperlinkscollection(java.lang.object parent)

xlshyperlinkscollection

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

get

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

add

public ihyperlink add(ixlsrange range)
defines a new hyperlink.
specified by:
add in interface ihyperlinks
parameters:
range - range object that represents the range new hyperlink is attached to.

removeat

public void removeat(int index)
removes hyperlink object from the collection.
specified by:
removeat in interface ihyperlinks
overrides:
removeat in class com.spire.ms.system.collections.collectionbase
parameters:
index - hyperlink index to remove.

isreadonly

public boolean isreadonly()
indicates whether collection is in read-only mode. read-only.
overrides:
isreadonly in class com.spire.ms.system.collections.collectionbase

createhyperlinkstyles

public void createhyperlinkstyles()
creates hyperlink styles.

getrangehyperlinks

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


网站地图