Uses of Class
org.apache.poi.hsmf.datatypes.PropertyValue
-
Packages that use PropertyValue Package Description org.apache.poi.hsmf.datatypes -
-
Uses of PropertyValue in org.apache.poi.hsmf.datatypes
Subclasses of PropertyValue in org.apache.poi.hsmf.datatypes Modifier and Type Class Description classChunkBasedPropertyValueA variable lengthPropertyValuethat is backed by aChunkTODO Provide a way to link these up with the chunksstatic classPropertyValue.BooleanPropertyValuestatic classPropertyValue.CurrencyPropertyValuesigned 64-bit integer that represents a base ten decimal, with four digits to the right of the decimal pointstatic classPropertyValue.DoublePropertyValuestatic classPropertyValue.FloatPropertyValuestatic classPropertyValue.LongLongPropertyValuestatic classPropertyValue.LongPropertyValuestatic classPropertyValue.NullPropertyValuestatic classPropertyValue.ShortPropertyValuestatic classPropertyValue.TimePropertyValue64-bit integer specifying the number of 100ns periods since Jan 1, 1601Methods in org.apache.poi.hsmf.datatypes that return PropertyValue Modifier and Type Method Description PropertyValuePropertiesChunk. 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 PropertyValue Modifier and Type Method Description Map<MAPIProperty,List<PropertyValue>>ChunkGroupWithProperties. getProperties()Returns all the Properties contained in the Chunk, along with their Values.Map<MAPIProperty,List<PropertyValue>>Chunks. getProperties()Map<MAPIProperty,List<PropertyValue>>PropertiesChunk. getProperties()Returns all the properties in the chunk, along with their values.Map<MAPIProperty,List<PropertyValue>>RecipientChunks. getProperties()Map<MAPIProperty,PropertyValue>Chunks. getRawProperties()Map<MAPIProperty,PropertyValue>PropertiesChunk. getRawProperties()Returns all the properties in the chunk, without looking up any chunk-based valuesList<PropertyValue>PropertiesChunk. 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 PropertyValue Modifier and Type Method Description voidPropertiesChunk. setProperty(PropertyValue value)Defines a property.Method parameters in org.apache.poi.hsmf.datatypes with type arguments of type PropertyValue Modifier and Type Method Description protected voidPropertiesChunk. writeNodeData(DirectoryEntry directory, List<PropertyValue> values)Write the nodes for variable-length data.
-