Package | Description |
---|---|
org.apache.poi.hsmf.datatypes |
Modifier and Type | Field | Description |
---|---|---|
static Types.MAPIType |
Types.APP_TIME |
AppTime - application time value
|
static Types.MAPIType |
Types.ASCII_STRING |
An 8-bit string, probably in CP1252, but don't quote us...
|
static Types.MAPIType |
Types.BINARY |
Binary - counted byte array
|
static Types.MAPIType |
Types.BOOLEAN |
Boolean - 16-bit Boolean value.
|
static Types.MAPIType |
Types.CLS_ID |
ClassId - OLE GUID
|
static Types.MAPIType |
Types.CURRENCY |
Currency - signed 64-bit integer that represents a base ten decimal with four digits to the right of the decimal point
|
static Types.MAPIType |
Types.DIRECTORY |
Object/Directory - embedded object in a property
|
static Types.MAPIType |
Types.DOUBLE |
Double - floating point double
|
static Types.MAPIType |
Types.ERROR |
Error - 32-bit error value
|
static Types.MAPIType |
Types.FLOAT |
R4 - 4-byte floating point value
|
static Types.MAPIType |
Types.LONG |
Long - signed 32-bit value
|
static Types.MAPIType |
Types.LONG_LONG |
I8 - 8-byte signed integer
|
static Types.MAPIType |
Types.NULL |
Null - NULL property value
|
static Types.MAPIType |
Types.SHORT |
I2 - signed 16-bit value
|
static Types.MAPIType |
Types.TIME |
SysTime - FILETIME 64-bit integer specifying the number of 100ns periods since Jan 1, 1601
|
protected Types.MAPIType |
Chunk.type |
|
static Types.MAPIType |
Types.UNICODE_STRING |
A string, from Outlook 3.0 onwards.
|
static Types.MAPIType |
Types.UNKNOWN |
Unknown
|
static Types.MAPIType |
Types.UNSPECIFIED |
Unspecified
|
Types.MAPIType |
MAPIProperty.usualType |
Modifier and Type | Method | Description |
---|---|---|
static Types.MAPIType |
Types.createCustom(int typeId) |
|
static Types.MAPIType |
Types.getById(int typeId) |
|
Types.MAPIType |
Chunk.getType() |
Gets the numeric type of this chunk.
|
Modifier and Type | Method | Description |
---|---|---|
static MAPIProperty |
MAPIProperty.createCustom(int id,
Types.MAPIType type,
java.lang.String name) |
Constructor | Description |
---|---|
ByteChunk(int chunkId,
Types.MAPIType type) |
Create a Byte Chunk, with the specified
type.
|
ByteChunk(java.lang.String namePrefix,
int chunkId,
Types.MAPIType type) |
Creates a Byte Chunk.
|
Chunk(int chunkId,
Types.MAPIType type) |
|
Chunk(java.lang.String namePrefix,
int chunkId,
Types.MAPIType type) |
|
DirectoryChunk(DirectoryNode dir,
java.lang.String namePrefix,
int chunkId,
Types.MAPIType type) |
|
MessageSubmissionChunk(int chunkId,
Types.MAPIType type) |
Create a Byte Chunk, with the specified
type.
|
MessageSubmissionChunk(java.lang.String namePrefix,
int chunkId,
Types.MAPIType type) |
Creates a Byte Chunk.
|
StringChunk(int chunkId,
Types.MAPIType type) |
Create a String Chunk, with the specified
type.
|
StringChunk(java.lang.String namePrefix,
int chunkId,
Types.MAPIType type) |
Creates a String Chunk.
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.