| 
 | |||||||||
| 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
com.spire.xls.collections.HyperLinksCollection
public class HyperLinksCollection
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 | 
|---|
public HyperLinksCollection(java.lang.Object parent)
public HyperLinksCollection(java.lang.Object parent,
                            boolean isReadOnly)
| Method Detail | 
|---|
public HyperLink get(int index)
get in interface IHyperLinksget in class XlsHyperLinksCollectionpublic HyperLink add(CellRange range)
range - Range object.public int add(HyperLink link)
link - Hyperlink to add.
public HyperLinksCollection getRangeHyperlinks(CellRange range)
range - range object.
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||