|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyValue | |
|---|---|
| org.apache.poi.hsmf.datatypes | |
| Uses of PropertyValue in org.apache.poi.hsmf.datatypes |
|---|
| Subclasses of PropertyValue in org.apache.poi.hsmf.datatypes | |
|---|---|
static class |
PropertyValue.LongLongPropertyValue
|
static class |
PropertyValue.TimePropertyValue
64-bit integer specifying the number of 100ns periods since Jan 1, 1601 |
| Methods in org.apache.poi.hsmf.datatypes that return PropertyValue | |
|---|---|
PropertyValue |
PropertiesChunk.getValue(MAPIProperty property)
Returns the (first/only) value for the given property, or null if none exist |
| Methods in org.apache.poi.hsmf.datatypes that return types with arguments of type PropertyValue | |
|---|---|
java.util.Map<MAPIProperty,java.util.List<PropertyValue>> |
PropertiesChunk.getProperties()
Returns all the properties in the chunk |
java.util.List<PropertyValue> |
PropertiesChunk.getValues(MAPIProperty property)
Returns all values for the given property, of null if none exist |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||