Foxit PDF SDK
FSPortfolioFileNode Class Reference
Inheritance diagram for FSPortfolioFileNode:
FSPortfolioNode FSBase

Instance Methods

(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) - initWithOther:
 Constructor, with parent class object.
More...
 
- Instance Methods inherited from FSPortfolioNode
(FSPortfolioNodeType- getNodeType
 Get node type.
More...
 
(BOOL) - isEmpty
 Check whether current object is empty or not.
More...
 

Detailed Description

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.

Method Documentation

◆ getFileSpec()

- (FSFileSpec *) getFileSpec

Get the related file specification object which is used to access an embedded file information and data.

Returns
A file specification object.

◆ getKeyName()

- (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 .

Returns
A file specification object.

◆ initWithOther:()

- (id) initWithOther: (FSPortfolioNode*)  other

Constructor, with parent class object.

Parameters
[in]otherParent class object.

Reimplemented from FSPortfolioNode.