Freigeben über


MathControlMoveType-Klasse

Defines the MathControlMoveType class.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType
        DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl
        DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(RunProperties))> _
<ChildElementInfoAttribute(GetType(InsertedMathControl))> _
<ChildElementInfoAttribute(GetType(DeletedMathControl))> _
Public MustInherit Class MathControlMoveType _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As MathControlMoveType
[ChildElementInfoAttribute(typeof(RunProperties))]
[ChildElementInfoAttribute(typeof(InsertedMathControl))]
[ChildElementInfoAttribute(typeof(DeletedMathControl))]
public abstract class MathControlMoveType : OpenXmlCompositeElement

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

MathControlMoveType-Member

DocumentFormat.OpenXml.Wordprocessing-Namespace