Foxit PDF SDK
|
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... | |
![]() | |
(FSPortfolioNodeType) | - getNodeType |
Get node type. More... | |
(BOOL) | - isEmpty |
Check whether current object is empty or not. More... | |
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.
- (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) initWithOther: | (FSPortfolioNode*) | other |
Constructor, with parent class object.
[in] | other | Parent class object. |
Reimplemented from FSPortfolioNode.