Foxit PDF SDK
FoxitPDFSDKPython3.PortfolioNode Class Reference
Inheritance diagram for FoxitPDFSDKPython3.PortfolioNode:
FoxitPDFSDKPython3.Base FoxitPDFSDKPython3.PortfolioFileNode FoxitPDFSDKPython3.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 FoxitPDFSDKPython3.PortfolioNode.PortfolioNode (   other)

Constructor, with another portfolio node object.

Parameters
[in]otherAnother PDF portfolio folder object.

Member Function Documentation

◆ GetNodeType()

def FoxitPDFSDKPython3.PortfolioNode.GetNodeType ( )

Get node type.

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

◆ IsEmpty()

def FoxitPDFSDKPython3.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.