Foxit PDF SDK
9.1
|
Instance Methods | |
(void) | - dealloc |
(void *) | - getCptr |
(FSFileSpec *) | - getFileSpec |
Get the related file specification object which is used to access an embedded file information and data. More... | |
(NSString *) | - getKeyName |
Get the key name of the related file specification object. More... | |
(id) | - initWithCptr:swigOwnCObject: |
(id) | - initWithOther: |
Constructor, with parent class object. More... | |
(id) | - NS_UNAVAILABLE |
![]() | |
(FSPortfolioNodeType) | - getNodeType |
Get node type. More... | |
(BOOL) | - isEmpty |
Check whether current object is empty or not. More... | |
Additional Inherited Members | |
![]() | |
BOOL | swigCMemOwn |
void * | swigCPtr |
Portfolio file node is always associated with a file specification which represents an embedded file in portfolio PDF document.
Class FSPortfolioFileNode is derived from class FSPortfolioNode . It offers function to access related file specification object and the key name for this file specification object.
- (void) dealloc |
Reimplemented from FSPortfolioNode.
- (void*) getCptr |
Reimplemented from FSPortfolioNode.
- (FSFileSpec *) getFileSpec |
Get the related file specification object which is used to access an embedded file information and data.
- (NSString *) getKeyName |
Get the key name of the related file specification object.
Key name is used for storing a file specification. Key name can be used in class FSAttachments . Also, key name can be used to specify the initial document in class FSPortfolio .
- (id) initWithCptr: | (void *) | cptr | |
swigOwnCObject: | (BOOL) | ownCObject | |
Reimplemented from FSPortfolioNode.
- (id) initWithOther: | (FSPortfolioNode*) | other |
Constructor, with parent class object.
[in] | other | Parent class object. |
Reimplemented from FSPortfolioNode.
- (id) NS_UNAVAILABLE |