public interface AAFWriterListener
extends org.apache.poi.poifs.filesystem.POIFSWriterListener
| Modifier and Type | Method and Description |
|---|---|
void |
addIndexValue(String indexPath,
PropertyValue indexValue) |
void |
addProperty(String path,
PropertyDefinition propertyDefinition,
PropertyValue propertyValue) |
short |
getLocalID(AUID propertyID) |
int |
getReferencedPropertiesSize() |
void |
registerLocalID(AUID propertyID,
short localID) |
void |
registerLocalID(PropertyDefinition property) |
void |
registerStreamDocument(org.apache.poi.poifs.filesystem.DocumentEntry streamDocument,
Stream stream) |
int |
registerWeakType(TypeDefinitionWeakObjectReference weakType) |
void |
setInterchangePath(String path) |
void addProperty(String path, PropertyDefinition propertyDefinition, PropertyValue propertyValue) throws NullPointerException, IllegalPropertyValueException
int registerWeakType(TypeDefinitionWeakObjectReference weakType) throws NullPointerException
NullPointerExceptionint getReferencedPropertiesSize()
void addIndexValue(String indexPath, PropertyValue indexValue) throws NullPointerException
NullPointerExceptionvoid registerLocalID(PropertyDefinition property)
void registerLocalID(AUID propertyID, short localID)
short getLocalID(AUID propertyID)
void registerStreamDocument(org.apache.poi.poifs.filesystem.DocumentEntry streamDocument,
Stream stream)
throws NullPointerException
NullPointerExceptionvoid setInterchangePath(String path) throws NullPointerException
NullPointerException(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.