Foxit PDF SDK
FoxitPDFSDKPython2.PortfolioNode Class Reference
Inheritance diagram for FoxitPDFSDKPython2.PortfolioNode:
FoxitPDFSDKPython2.Base FoxitPDFSDKPython2.PortfolioFileNode FoxitPDFSDKPython2.PortfolioFolderNode

Public Member Functions

def PortfolioNode (other)
 Constructor, with another portfolio node object.
More...
 
def GetNodeType ()
 Get node type.
More...
 
def IsEmpty ()
 Check whether current object is empty or not.
More...
 

Static Public Attributes

 e_TypeFile = _fsdk.PortfolioNode_e_TypeFile
 Portfolio node type: file.

 
 e_TypeFolder = _fsdk.PortfolioNode_e_TypeFolder
 Portfolio node type: folder.

 

Detailed Description

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

Constructor & Destructor Documentation

◆ PortfolioNode()

def FoxitPDFSDKPython2.PortfolioNode.PortfolioNode (   other)

Constructor, with another portfolio node object.

Parameters
[in]otherAnother PDF portfolio folder object.

Member Function Documentation

◆ GetNodeType()

def FoxitPDFSDKPython2.PortfolioNode.GetNodeType ( )

Get node type.

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

◆ IsEmpty()

def FoxitPDFSDKPython2.PortfolioNode.IsEmpty ( )

Check whether current object is empty or not.

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

Returns
true means current object is empty, while false means not.