|
Foxit PDF SDK
|
Instance Methods | |
| (FSTextLink *) | - getTextLink: |
| Get a text link object by index. More... | |
| (int) | - getTextLinkCount |
| Get the count of the URL formatted texts, in related PDF page. More... | |
| (id) | - initWithOther: |
| Constructor, with another FSPageTextLinks object. More... | |
| (id) | - initWithPage: |
| Constructor, from a parsed PDF page. More... | |
| (BOOL) | - 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 FSPageTextLinks is used to manage these kind of text content as text links.
| - (FSTextLink *) getTextLink: | (int) | 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 FSPageTextLinks::getTextLinkCount. |
| - (int) getTextLinkCount |
Get the count of the URL formatted texts, in related PDF page.
| - (id) initWithOther: | (FSPageTextLinks*) | other |
Constructor, with another FSPageTextLinks object.
| [in] | other | Another FSPageTextLinks object. |
| - (id) initWithPage: | (FSTextPage*) | page |
Constructor, from a parsed PDF page.
| [in] | page | A valid PDF page object. This page should has been parsed. |
| - (BOOL) isEmpty |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.