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
声明
<ChildElementInfoAttribute(GetType(Info))> _
<ChildElementInfoAttribute(GetType(DerivedFrom))> _
<ChildElementInfoAttribute(GetType(Lattice))> _
<ChildElementInfoAttribute(GetType(Literal))> _
<ChildElementInfoAttribute(GetType(ContextNode))> _
Public Class Interpretation _
Inherits OpenXmlCompositeElement
用法
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.