Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the MathControlMoveType class.
Inheritance Hierarchy
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
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.