MetadataItem class
Represents an item of metadata, common for all supported formats and used in metadata redactions.
The MetadataItem type exposes the following members:
Constructors
Constructor |
Description |
init |
Initializes a new instance. |
Properties
Property |
Description |
original_name |
Gets or sets an original name of the metadata item, as it appears in the document. |
category |
Gets or sets a category of the metadata item, for example resource ID for an embedded resource metadata item. |
filter |
Gets or sets a value of MetadataFilters , assigned to this metadata item which is used in item filtration. |
values |
Gets or sets the metadata item value. |
is_custom |
Gets or sets a value indicating whether this item is custom (added by the authors of the document). |
dictionary_key |
Gets a dictionary key for MetadataCollection , using its OriginalName and other data. |
actual_value |
Gets the string representation of the metadata item value. |
Methods
Method |
Description |
create_clone |
Creates a deep clone of current instance. |
See Also