public interface IHyperlinkService
Modifier and Type | Method and Description |
---|---|
void |
remove(IRangeAddress range)
Removes hyperlinks in the given range
|
void |
set(IRangeAddress range,
String content,
HyperlinkType type)
Sets a hyperlink
|
void |
updateExisting(IRangeAddress range,
UnaryOperator<IHyperlink> editor)
Edits the hyperlinks in the given range.
|
void set(IRangeAddress range, String content, HyperlinkType type)
range
- the range to which the hyperlink will be addedcontent
- the hyperlink to be addedtype
- the type of the hyperlinkIRangeAddress
,
IHyperlink
void updateExisting(IRangeAddress range, UnaryOperator<IHyperlink> editor)
range
- the range in which the hyperlinks will be editededitor
- the function that takes the hyperlinks of the current cell and produces a new oneIRangeAddress
,
IHyperlink
void remove(IRangeAddress range)
range
- the range in which the hyperlinks will be removedIRangeAddress
Copyright © 2024. All rights reserved.