Package | Description |
---|---|
org.apache.poi.hsmf.datatypes |
Modifier and Type | Class and Description |
---|---|
class |
ChunkBasedPropertyValue
A variable length
PropertyValue that is
backed by a Chunk
TODO Provide a way to link these up with the chunks |
static class |
PropertyValue.LongLongPropertyValue |
static class |
PropertyValue.LongPropertyValue |
static class |
PropertyValue.ShortPropertyValue |
static class |
PropertyValue.TimePropertyValue
64-bit integer specifying the number of 100ns periods since Jan 1, 1601
|
Modifier and Type | Method and Description |
---|---|
PropertyValue |
PropertiesChunk.getValue(MAPIProperty property)
Returns the (first/only) value for the given property, or
null if none exist
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<MAPIProperty,java.util.List<PropertyValue>> |
Chunks.getProperties() |
java.util.Map<MAPIProperty,java.util.List<PropertyValue>> |
RecipientChunks.getProperties() |
java.util.Map<MAPIProperty,java.util.List<PropertyValue>> |
PropertiesChunk.getProperties()
Returns all the properties in the chunk
|
java.util.Map<MAPIProperty,java.util.List<PropertyValue>> |
ChunkGroupWithProperties.getProperties()
Returns all the Properties contained in the Chunk, along
with their Values.
|
java.util.List<PropertyValue> |
PropertiesChunk.getValues(MAPIProperty property)
Returns all values for the given property, of null if none exist
|
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.