public interface TextHyperlinkContainer
TextHyperlink
Modifier and Type | Method and Description |
---|---|
TextHyperlink |
appendHyperlink(String text,
URI linkto)
Append a hyperlink at the end of the container
|
TextHyperlink |
applyHyperlink(URI linkto)
Add a hypertext reference to this hyperlink container.
|
Iterator<TextHyperlink> |
getHyperlinkIterator()
Get the iterator of hyperlinks within this container element
|
void |
removeHyperlinks()
Remove all the hyperlinks in this container element.
|
TextHyperlink applyHyperlink(URI linkto)
linkto
- the hyperlinkvoid removeHyperlinks()
TextHyperlink appendHyperlink(String text, URI linkto)
text
- - the text contentlinkto
- - the URI of this hyperlinkIterator<TextHyperlink> getHyperlinkIterator()
Copyright © 2010–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.