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

Instance Methods

(FSPortfolioNodeType- getNodeType
 Get node type.
More...
 
(id) - initWithOther:
 Constructor, with another portfolio node object.
More...
 
(BOOL) - isEmpty
 Check whether current object is empty or not.
More...
 

Detailed Description

Class FSPortfolioNode is the base class for all types of portfolio nodes.

Method Documentation

◆ getNodeType()

- (FSPortfolioNodeType) getNodeType

Get node type.

Returns
Node type. Please refer to values starting from FSPortfolioNodeTypeFolder and this would be one of these values.

◆ initWithOther:()

- (id) initWithOther: (FSPortfolioNode*)  other

Constructor, with another portfolio node object.

Parameters
[in]otherAnother PDF portfolio folder object.

Reimplemented in FSPortfolioFolderNode, and FSPortfolioFileNode.

◆ isEmpty()

- (BOOL) isEmpty

Check whether current object is empty or not.

When the current object is empty, that means current object is useless.

Returns
YES means current object is empty, while NO means not.