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

Instance Methods

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

Additional Inherited Members

- Protected Attributes inherited from FSBase
BOOL swigCMemOwn
 
void * swigCPtr
 

Detailed Description

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

Method Documentation

◆ dealloc

- (void) dealloc

Reimplemented from FSBase.

Reimplemented in FSPortfolioFolderNode, and FSPortfolioFileNode.

◆ getCptr

- (void*) getCptr

Reimplemented from FSBase.

Reimplemented in FSPortfolioFolderNode, and FSPortfolioFileNode.

◆ getNodeType

- (FSPortfolioNodeType) getNodeType

Get node type.

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

◆ initWithCptr:swigOwnCObject:

- (id) initWithCptr: (void *)  cptr
swigOwnCObject: (BOOL)  ownCObject 

Reimplemented from FSBase.

Reimplemented in FSPortfolioFolderNode, and FSPortfolioFileNode.

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