public final class PropertyIdType
extends com.aspose.ms.System.Enum
The property id type.
Modifier and Type | Field and Description |
---|---|
static byte |
ArrayOfContextIds
The property contains an array of CompactID in the ObjectSpaceObjectPropSet.contextIDs.getBody() stream field.
|
static byte |
ArrayOfObjectIds
The property contains an array of CompactID in the ObjectSpaceObjectPropSet.oIDs.getBody() stream field.
|
static byte |
ArrayOfObjectSpaceIds
The property contains an list of CompactID in the ObjectSpaceObjectPropSet.oSIDs.getBody() stream field.
|
static byte |
ArrayOfPropertyValues
The property contains a prtArrayOfPropertyValues in the PropertySet.rgData stream field.
|
static byte |
Bool
The property is a Boolean value specified by boolValue.
|
static byte |
ContextId
The property contains one CompactID in the ObjectSpaceObjectPropSet.contextIDs.getBody() stream field.
|
static byte |
EightBytesOfData
The property contains 8 bytes of data in the PropertySet.rgData stream field.
|
static byte |
FourBytesOfData
The property contains 4 bytes of data in the PropertySet.rgData stream field.
|
static byte |
FourBytesOfLengthFollowedByData
The property contains a prtFourBytesOfLengthFollowedByData in the PropertySet.rgData stream field.
|
static byte |
NoData
The property contains no data.
|
static byte |
ObjectId
The property contains one CompactID in the ObjectSpaceObjectPropSet.oIDs.getBody() stream field.
|
static byte |
ObjectSpaceId
The property contains one CompactID structure in the ObjectSpaceObjectPropSet.oSIDs.getBody() stream field.
|
static byte |
OneByteOfData
The property contains 1 byte of data in the PropertySet.rgData stream field.
|
static byte |
PropertySet
The property contains a child PropertySet in the PropertySet.rgData stream field of the parent PropertySet.
|
static byte |
TwoBytesOfData
The property contains 2 bytes of data in the PropertySet.rgData stream field.
|
public static final byte NoData
The property contains no data.
public static final byte Bool
The property is a Boolean value specified by boolValue.
public static final byte OneByteOfData
The property contains 1 byte of data in the PropertySet.rgData stream field.
public static final byte TwoBytesOfData
The property contains 2 bytes of data in the PropertySet.rgData stream field.
public static final byte FourBytesOfData
The property contains 4 bytes of data in the PropertySet.rgData stream field.
public static final byte EightBytesOfData
The property contains 8 bytes of data in the PropertySet.rgData stream field.
public static final byte FourBytesOfLengthFollowedByData
The property contains a prtFourBytesOfLengthFollowedByData in the PropertySet.rgData stream field.
public static final byte ObjectId
The property contains one CompactID in the ObjectSpaceObjectPropSet.oIDs.getBody() stream field.
public static final byte ArrayOfObjectIds
The property contains an array of CompactID in the ObjectSpaceObjectPropSet.oIDs.getBody() stream field. The property contains an unsigned integer of size 4 bytes in the PropertySet.rgData stream field that specifies the number of CompactID this property contains.
public static final byte ObjectSpaceId
The property contains one CompactID structure in the ObjectSpaceObjectPropSet.oSIDs.getBody() stream field.
public static final byte ArrayOfObjectSpaceIds
The property contains an list of CompactID in the ObjectSpaceObjectPropSet.oSIDs.getBody() stream field. The property contains an unsigned integer of size 4 bytes in the PropertySet.rgData stream field that specifies the number of CompactID this property contains.
public static final byte ContextId
The property contains one CompactID in the ObjectSpaceObjectPropSet.contextIDs.getBody() stream field.
public static final byte ArrayOfContextIds
The property contains an array of CompactID in the ObjectSpaceObjectPropSet.contextIDs.getBody() stream field. The property contains an unsigned integer of size 4 bytes in the PropertySet.rgData stream field that specifies the number of CompactID this property contains.
public static final byte ArrayOfPropertyValues
The property contains a prtArrayOfPropertyValues in the PropertySet.rgData stream field.
public static final byte PropertySet
The property contains a child PropertySet in the PropertySet.rgData stream field of the parent PropertySet.
Copyright (c) 2017 Aspose. All Rights Reserved.