| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.ms.System.Collections.CollectionBase
com.spire.xls.core.spreadsheet.collections.CollectionExtended
com.spire.xls.core.spreadsheet.collections.XlsHyperLinksCollection
public class XlsHyperLinksCollection
| 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 | 
|---|
public XlsHyperLinksCollection(java.lang.Object parent)
public XlsHyperLinksCollection(java.lang.Object parent,
                               boolean isReadOnly)
| Method Detail | 
|---|
public IHyperLink get(int index)
get in interface IHyperLinkspublic IHyperLink add(IXLSRange range)
add in interface IHyperLinksrange - Range object that represents the range new hyperlink is attached to.
 public void removeAt(int index)
removeAt in interface IHyperLinksremoveAt in class com.spire.ms.System.Collections.CollectionBaseindex - HyperLink index to remove.public boolean isReadOnly()
isReadOnly in class com.spire.ms.System.Collections.CollectionBasepublic void createHyperlinkStyles()
public XlsHyperLinksCollection getRangeHyperlinks(IXLSRange range)
range - range object.
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||