Interpretation Class

Defines the Interpretation Class.When the object is serialized out as xml, its qualified name is emma:interpretation.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.EMMA.Interpretation

Namespace:  DocumentFormat.OpenXml.EMMA
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(Info))> _
<ChildElementInfoAttribute(GetType(DerivedFrom))> _
<ChildElementInfoAttribute(GetType(Lattice))> _
<ChildElementInfoAttribute(GetType(Literal))> _
<ChildElementInfoAttribute(GetType(ContextNode))> _
Public Class Interpretation _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As Interpretation
[ChildElementInfoAttribute(typeof(Info))]
[ChildElementInfoAttribute(typeof(DerivedFrom))]
[ChildElementInfoAttribute(typeof(Lattice))]
[ChildElementInfoAttribute(typeof(Literal))]
[ChildElementInfoAttribute(typeof(ContextNode))]
public class Interpretation : OpenXmlCompositeElement

Remarks

The following table lists the possible child types:

  • DerivedFrom <emma:derived-from>

  • Info <emma:info>

  • Lattice <emma:lattice>

  • Literal <emma:literal>

  • DocumentFormat.OpenXml.Office2010.Ink.ContextNode <msink:context>

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Interpretation Members

DocumentFormat.OpenXml.EMMA Namespace