|
static final int | e_TypeFile = 2 |
| Portfolio node type: file.
|
|
static final int | e_TypeFolder = 1 |
| Portfolio node type: folder.
|
|
static final int | e_TypeUnknown = 0 |
| Unknown portfolio node type.
|
|
Class PortfolioNode is the base class for all types of portfolio nodes.
◆ PortfolioNode()
com.foxit.sdk.pdf.PortfolioNode.PortfolioNode |
( |
PortfolioNode |
other | ) |
|
Constructor, with another portfolio node object.
- Parameters
-
[in] | other | Another PDF portfolio folder object. |
◆ delete()
synchronized void com.foxit.sdk.pdf.PortfolioNode.delete |
( |
| ) |
|
Clean up related resources immediately.
- Returns
- None.
- Note
- Once this function is called, current object cannot be used anymore.
◆ getNodeType()
◆ isEmpty()
boolean com.foxit.sdk.pdf.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.