Foxit PDF SDK
|
Public Types | |
enum | Type { Type.e_TypeUnknown = 0, Type.e_TypeFolder = 1, Type.e_TypeFile = 2 } |
Enumeration for portfolio node type. More... | |
Public Member Functions | |
PortfolioNode (PortfolioNode other) | |
Constructor, with another portfolio node object. More... | |
PortfolioNode.Type | GetNodeType () |
Get node type. More... | |
bool | IsEmpty () |
Check whether current object is empty or not. More... | |
Class PortfolioNode is the base class for all types of portfolio nodes.
|
inline |
Constructor, with another portfolio node object.
[in] | other | Another PDF portfolio folder object. |
|
inline |
Get node type.
|
inline |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.