|
Foxit PDF SDK
|
Public Member Functions | |
| constructor (page) | |
| Constructor, from a parsed PDF page. More... | |
| GetTextLink (index) | |
| Get a text link object by index. More... | |
| GetTextLinkCount () | |
| Get the count of the URL formatted texts, in related PDF page. More... | |
| IsEmpty () | |
| Check whether current object is empty or not. More... | |
In a PDF page, some text content may represent a hypertext link to a website or a resource on the internet, or an e-mail address. Class FSDK.PageTextLinks is used to manage these kind of text content as text links.
| FSDK.PageTextLinks.constructor | ( | page | ) |
Constructor, from a parsed PDF page.
| [in] | page | A valid PDF page object. This page should has been parsed. |
| FSDK.PageTextLinks.GetTextLink | ( | index | ) |
Get a text link object by index.
| [in] | index | Index of a text link object. Valid range: from 0 to (count-1). count is returned by function FSDK.PageTextLinks.GetTextLinkCount. |
| FSDK.PageTextLinks.GetTextLinkCount | ( | ) |
Get the count of the URL formatted texts, in related PDF page.
| FSDK.PageTextLinks.IsEmpty | ( | ) |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.