次の方法で共有


MathControlMoveType Class

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

'宣言
<ChildElementInfoAttribute(GetType(RunProperties))> _
<ChildElementInfoAttribute(GetType(InsertedMathControl))> _
<ChildElementInfoAttribute(GetType(DeletedMathControl))> _
Public MustInherit Class MathControlMoveType _
    Inherits OpenXmlCompositeElement
'使用
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.

See Also

Reference

MathControlMoveType Members

DocumentFormat.OpenXml.Wordprocessing Namespace