Contains available XMP node types.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public enum XmpNodeType
Member name | Description |
---|---|
AlternativeArray |
An alternative array is a set of one or more values, one of which should be chosen. Corresponds to the XmpArrayNode class. |
LocalizedText |
A collection of localized text values. Corresponds to the XmpLocalizedTextNode class. |
LocalizedTextItem |
A single localized text value. Corresponds to the XmpLocalizedTextItemNode class. |
OrderedArray |
An ordered array is a list whose order is significant. Corresponds to the XmpArrayNode class. |
Qualifier |
Property qualifier. Any individual property value may have other properties attached to it; these attached properties are called property qualifiers. They are in effect "properties of properties." Corresponds to the XmpValueNode class. |
SimpleProperty |
A simple type has a single literal value. Simple types include familiar ones such as strings, booleans, integers and so on. Corresponds to the XmpValueNode class. |
Structure |
A structured property consists of one or more named fields. Corresponds to the XmpStructNode class. |
UnorderedArray |
An unordered array is a list of values whose order does not have significance. Corresponds to the XmpArrayNode class. |