public final class SpreadsheetHyperlinkCollection extends Object implements Iterable<SpreadsheetHyperlink>
SpreadsheetHyperlink
).
Supported only in xlsx.
You can set cell style to underline and font color to blue in order to appear as hyperlink, that is not done automatically.
Modifier and Type | Method and Description |
---|---|
void |
clear()
Removes all hyperlinks.
|
SpreadsheetHyperlink |
get(int index)
Gets the hyperlink at the specified index.
|
Iterator<SpreadsheetHyperlink> |
iterator()
Returns an iterator for the collection.
|
void |
remove(int index)
Removes the hyperlink at the specified index.
|
int |
size()
Gets the number of hyperlinks contained in the collection.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public void clear()
public SpreadsheetHyperlink get(int index)
index
- The zero-based index of the hyperlink.IndexOutOfBoundsException
- Argument index
is out of range.public Iterator<SpreadsheetHyperlink> iterator()
iterator
in interface Iterable<SpreadsheetHyperlink>
public void remove(int index)
index
- The zero-based index of the hyperlink to remove.public int size()
© GemBox d.o.o. — All rights reserved.