Foxit PDF SDK
|
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. | |
Class PortfolioNode is the base class for all types of portfolio nodes.
def FoxitPDFSDKPython3.PortfolioNode.PortfolioNode | ( | other | ) |
Constructor, with another portfolio node object.
[in] | other | Another PDF portfolio folder object. |
def FoxitPDFSDKPython3.PortfolioNode.GetNodeType | ( | ) |
Get node type.
def FoxitPDFSDKPython3.PortfolioNode.IsEmpty | ( | ) |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.