|
Foxit PDF SDK
|
Public Member Functions | |
| def | GetEndCharIndex () |
| Get the index of last character of current hyper-link URI, based on PDF page. More... | |
| def | GetRects () |
| Get the text rectangles of current text link object. More... | |
| def | GetStartCharIndex () |
| Get the index of start character of current hyper-link URI, based on PDF page. More... | |
| def | GetURI () |
| Get URI string. More... | |
| def | IsEmpty () |
| Check whether current object is empty or not. More... | |
A text link is just text content, which represents a hypertext link to a website or a resource on the internet, or an e-mail address.
This class offers functions to get information from the text link.
A text link object is retrieved by function fsdk.PageTextLinks.GetTextLink .
| def fsdk.TextLink.GetEndCharIndex | ( | ) |
Get the index of last character of current hyper-link URI, based on PDF page.
| def fsdk.TextLink.GetRects | ( | ) |
Get the text rectangles of current text link object.
| def fsdk.TextLink.GetStartCharIndex | ( | ) |
Get the index of start character of current hyper-link URI, based on PDF page.
| def fsdk.TextLink.GetURI | ( | ) |
Get URI string.
A text link's URI can be a hypertext link to a website or a resource on the internet. It can also be an e-mail address.
| def fsdk.TextLink.IsEmpty | ( | ) |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.