public abstract class RawDictionaryBasePackage extends CustomPackage
Provides an abstract base class for EXIF metadata dictionaries.
Learn more
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Removes all Raw tags stored in the package.
|
com.groupdocs.metadata.core.RawTag |
get_Item(long tagId)
Gets the Raw tag with the specified id.
|
boolean |
remove(long tagId)
Removes the property with the specified id.
|
void |
set(com.groupdocs.metadata.core.RawTag tag)
Adds or replaces the specified tag.
|
IReadOnlyList<com.groupdocs.metadata.core.RawTag> |
toList()
Creates a list from the package.
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updatePropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic final void clear()
Removes all Raw tags stored in the package.
public final com.groupdocs.metadata.core.RawTag get_Item(long tagId)
Gets the Raw tag with the specified id.
tagId - The id of the tag to retrieve.RawTag with the specified tag id.public final boolean remove(long tagId)
Removes the property with the specified id.
tagId - A Raw tag id.public final void set(com.groupdocs.metadata.core.RawTag tag)
Adds or replaces the specified tag.
tag - The tag to set.public final IReadOnlyList<com.groupdocs.metadata.core.RawTag> toList()
Creates a list from the package.
Copyright © 2026. All rights reserved.