|
Foxit PDF SDK
|
Public Member Functions | |
| PortfolioNode (PortfolioNode other) | |
| Constructor, with another portfolio node object. More... | |
| synchronized void | delete () |
| Clean up related resources immediately. More... | |
| int | getNodeType () throws com.foxit.sdk.PDFException |
| Get node type. More... | |
| boolean | isEmpty () |
| Check whether current object is empty or not. More... | |
Static Public Attributes | |
| 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.
| com.foxit.sdk.pdf.PortfolioNode.PortfolioNode | ( | PortfolioNode | other | ) |
Constructor, with another portfolio node object.
| [in] | other | Another PDF portfolio folder object. |
| synchronized void com.foxit.sdk.pdf.PortfolioNode.delete | ( | ) |
Clean up related resources immediately.
Reimplemented from com.foxit.sdk.common.Base.
Reimplemented in com.foxit.sdk.pdf.PortfolioFolderNode, and com.foxit.sdk.pdf.PortfolioFileNode.
| int com.foxit.sdk.pdf.PortfolioNode.getNodeType | ( | ) | throws com.foxit.sdk.PDFException |
Get node type.
| 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.