Constants |
UNKNOWN |
Unknown element type
|
DOCUMENT |
URL of an external document.
|
DDE |
DDE link.
|
Constants' Details |
UNKNOWN
const long UNKNOWN = 0;
- Description
- Unknown element type
|
|
DOCUMENT
const long DOCUMENT = 1;
- Description
- URL of an external document.
|
|
DDE
const long DDE = 2;
- Description
- DDE link.
|
|
Top of Page
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.