|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextHyperlink | |
---|---|
org.odftoolkit.simple.text | Provide convenient methods to manipulate frequently used structures in ODF text document, such as list and section. |
Uses of TextHyperlink in org.odftoolkit.simple.text |
---|
Methods in org.odftoolkit.simple.text that return TextHyperlink | |
---|---|
TextHyperlink |
TextHyperlinkContainer.appendHyperlink(String text,
URI linkto)
Append a hyperlink at the end of the container |
TextHyperlink |
Span.appendHyperlink(String text,
URI linkto)
|
TextHyperlink |
Paragraph.appendHyperlink(String text,
URI linkto)
|
TextHyperlink |
TextHyperlinkContainer.applyHyperlink(URI linkto)
Add a hypertext reference to this hyperlink container. |
TextHyperlink |
Span.applyHyperlink(URI linkto)
Hyperlink support |
TextHyperlink |
Paragraph.applyHyperlink(URI linkto)
Hyperlink support |
static TextHyperlink |
TextHyperlink.getInstanceof(TextAElement aElement)
Gets a TextHyperlink instance by an instance of TextAElement
. |
Methods in org.odftoolkit.simple.text that return types with arguments of type TextHyperlink | |
---|---|
Iterator<TextHyperlink> |
TextHyperlinkContainer.getHyperlinkIterator()
Get the iterator of hyperlinks within this container element |
Iterator<TextHyperlink> |
Span.getHyperlinkIterator()
|
Iterator<TextHyperlink> |
Paragraph.getHyperlinkIterator()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |