Contains available XMP node types.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Enumeration XmpNodeType
public enum XmpNodeType
Member name | Description | |
---|---|---|
LocalizedTextItem |
A single localized text value. Corresponds to the XmpLocalizedTextItemNode class. |
|
Structure |
A structured property consists of one or more named fields. Corresponds to the XmpStructNode class. |
|
LocalizedText |
A collection of localized text values. Corresponds to the XmpLocalizedTextNode class. |
|
AlternativeArray |
An alternative array is a set of one or more values, one of which should be chosen. Corresponds to the XmpArrayNode class. |
|
OrderedArray |
An ordered array is a list whose order is significant. Corresponds to the XmpArrayNode class. |
|
UnorderedArray |
An unordered array is a list of values whose order does not have significance. Corresponds to the XmpArrayNode 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. |
|
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. |