Foxit PDF SDK
9.1
|
Instance Methods | |
(void) | - dealloc |
(void *) | - getCptr |
(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) | - initWithCptr:swigOwnCObject: |
(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... | |
(id) | - NS_UNAVAILABLE |
Additional Inherited Members | |
![]() | |
BOOL | swigCMemOwn |
void * | swigCPtr |
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.
- (void) dealloc |
Reimplemented from FSBase.
- (void*) getCptr |
Reimplemented from FSBase.
- (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) initWithCptr: | (void *) | cptr | |
swigOwnCObject: | (BOOL) | ownCObject | |
Reimplemented from FSBase.
- (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.
- (id) NS_UNAVAILABLE |