Uses of Class
org.apache.poi.hsmf.datatypes.PropertyValue
Packages that use PropertyValue
-
Uses of PropertyValue in org.apache.poi.hsmf.datatypes
Subclasses of PropertyValue in org.apache.poi.hsmf.datatypesModifier and TypeClassDescriptionclass
A variable lengthPropertyValue
that is backed by aChunk
TODO Provide a way to link these up with the chunksstatic class
static class
signed 64-bit integer that represents a base ten decimal, with four digits to the right of the decimal pointstatic class
static class
static class
static class
static class
static class
static class
64-bit integer specifying the number of 100ns periods since Jan 1, 1601Methods in org.apache.poi.hsmf.datatypes that return PropertyValueModifier and TypeMethodDescriptionPropertiesChunk.getRawValue
(MAPIProperty property) Returns the value / pointer to the value chunk of the property, or null if none existsMethods in org.apache.poi.hsmf.datatypes that return types with arguments of type PropertyValueModifier and TypeMethodDescriptionChunkGroupWithProperties.getProperties()
Returns all the Properties contained in the Chunk, along with their Values.Chunks.getProperties()
PropertiesChunk.getProperties()
Returns all the properties in the chunk, along with their values.RecipientChunks.getProperties()
Chunks.getRawProperties()
PropertiesChunk.getRawProperties()
Returns all the properties in the chunk, without looking up any chunk-based valuesPropertiesChunk.getValues
(MAPIProperty property) Returns all values for the given property, looking up chunk based ones as required, of null if none existprotected List
<PropertyValue> MessagePropertiesChunk.writeProperties
(OutputStream stream) protected List
<PropertyValue> PropertiesChunk.writeProperties
(OutputStream out) Writes the header of the properties.Methods in org.apache.poi.hsmf.datatypes with parameters of type PropertyValueModifier and TypeMethodDescriptionvoid
PropertiesChunk.setProperty
(PropertyValue value) Defines a property.Method parameters in org.apache.poi.hsmf.datatypes with type arguments of type PropertyValueModifier and TypeMethodDescriptionprotected void
PropertiesChunk.writeNodeData
(DirectoryEntry directory, List<PropertyValue> values) Write the nodes for variable-length data.