diff options
author | Sergey Vladimirov <sergey@apache.org> | 2011-10-21 23:45:01 +0000 |
---|---|---|
committer | Sergey Vladimirov <sergey@apache.org> | 2011-10-21 23:45:01 +0000 |
commit | 0df5442322d2e095f77a7ec5bf07c762667cb438 (patch) | |
tree | ed07d73a99af91bf2bf1bad811beba449c6a9d51 /src/java/org/apache/poi/hpsf/Variant.java | |
parent | aaadb099340ef9be01ededf5f1681e86b8efcdd0 (diff) | |
download | poi-0df5442322d2e095f77a7ec5bf07c762667cb438.tar.gz poi-0df5442322d2e095f77a7ec5bf07c762667cb438.zip |
add classes that will replace VariantSupport class just a bit later
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1187595 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/poi/hpsf/Variant.java')
-rw-r--r-- | src/java/org/apache/poi/hpsf/Variant.java | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/java/org/apache/poi/hpsf/Variant.java b/src/java/org/apache/poi/hpsf/Variant.java index a37cbf0479..8330a6d5a9 100644 --- a/src/java/org/apache/poi/hpsf/Variant.java +++ b/src/java/org/apache/poi/hpsf/Variant.java @@ -299,6 +299,14 @@ public class Variant public static final int VT_CLSID = 72; /** + * "MUST be a VersionedStream. The storage representing the (non-simple) + * property set MUST have a stream element with the name in the StreamName + * field." -- [MS-OLEPS] -- v20110920; Object Linking and Embedding (OLE) + * Property Set Data Structures; page 24 / 63 + */ + public static final int VT_VERSIONED_STREAM = 0x0049; + + /** * <p>[P] simple counted array. <span style="background-color: * #ffff00">How long is this? How is it to be * interpreted?</span></p> |