| |
|
| java.lang.Object org.apache.poi.hslf.model.Hyperlink
Hyperlink | public class Hyperlink (Code) | | Represents a hyperlink in a PowerPoint document
author: Yegor Kozlov |
find | protected static Hyperlink[] find(TextRun run)(Code) | | Find hyperlinks in a text run
Parameters: run - TextRun to lookup hyperlinks in found hyperlinks or null if not found |
find | protected static Hyperlink find(Shape shape)(Code) | | Find hyperlink assigned to the supplied shape
Parameters: shape - Shape to lookup hyperlink in found hyperlink or null |
getAddress | public String getAddress()(Code) | | Gets the hyperlink URL
the hyperlink URL |
getEndIndex | public int getEndIndex()(Code) | | Gets the ending character position
the ending character position |
getStartIndex | public int getStartIndex()(Code) | | Gets the beginning character position
the beginning character position |
getTitle | public String getTitle()(Code) | | Gets the hyperlink user-friendly title (if different from URL)
the hyperlink user-friendly title |
getType | public int getType()(Code) | | Gets the type of the hyperlink action.
Must be a ACTION_* constant defined in InteractiveInfoAtom
the hyperlink URL See Also: InteractiveInfoAtom |
|
|
|