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