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

Public Member Functions

def PortfolioFileNode (other)
 Constructor, with parent class object.
More...
 
def GetFileSpec ()
 Get the related file specification object which is used to access an embedded file information and data.
More...
 
def GetKeyName ()
 Get the key name of the related file specification object.
More...
 
- Public Member Functions inherited from FoxitPDFSDKPython2.PortfolioNode
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...
 

Additional Inherited Members

- Static Public Attributes inherited from FoxitPDFSDKPython2.PortfolioNode
 e_TypeFile = _fsdk.PortfolioNode_e_TypeFile
 Portfolio node type: file.

 
 e_TypeFolder = _fsdk.PortfolioNode_e_TypeFolder
 Portfolio node type: folder.

 

Detailed Description

Portfolio file node is always associated with a file specification which represents an embedded file in portfolio PDF document.
Class PortfolioFileNode is derived from class PortfolioNode . It offers function to access related file specification object and the key name for this file specification object.

Constructor & Destructor Documentation

◆ PortfolioFileNode()

def FoxitPDFSDKPython2.PortfolioFileNode.PortfolioFileNode (   other)

Constructor, with parent class object.

Parameters
[in]otherParent class object.

Member Function Documentation

◆ GetFileSpec()

def FoxitPDFSDKPython2.PortfolioFileNode.GetFileSpec ( )

Get the related file specification object which is used to access an embedded file information and data.

Returns
A file specification object.

◆ GetKeyName()

def FoxitPDFSDKPython2.PortfolioFileNode.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 Attachments . Also, key name can be used to specify the initial document in class Portfolio .

Returns
A file specification object.