ArgumentProperties Class
Argument Properties.When the object is serialized out as xml, its qualified name is m:argPr.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Math.ArgumentProperties
Namespace: DocumentFormat.OpenXml.Math
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
<ChildElementInfoAttribute(GetType(ArgumentSize))> _
Public Class ArgumentProperties _
Inherits OpenXmlCompositeElement
'Применение
Dim instance As ArgumentProperties
[ChildElementInfoAttribute(typeof(ArgumentSize))]
public class ArgumentProperties : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:
- ArgumentSize <m:argSz>
[ISO/IEC 29500-1 редакция 1]
22.1.2.5 argPr (Argument Properties)
This element specifies any properties of the math argument. [Example: The XML below represents the argSz attribute on the base element e of a box:
<m:box>
<m:boxPr>
<m:noBreak m:val="0"/>
<m:ctrlPr/>
</m:boxPr>
<m:e>
<m:argPr>
<m:argSz m:val="-1"/>
</m:argPr>
<m:r>
<m:t>abc</m:t>
</m:r>
</m:e>
</m:box>
end example]
Parent Elements |
---|
deg (§22.1.2.26); den (§22.1.2.28); e (§22.1.2.32); fName (§22.1.2.37); lim (§22.1.2.52); num (§22.1.2.75); sub (§22.1.2.112); sup (§22.1.2.114) |
Child Elements |
Subclause |
---|---|
argSz (Argument Size) |
§22.1.2.6 |
[Note: The W3C XML Schema definition of this element's content model (CT_OMathArgPr) is located in §A.6.1. end note]
© ISO/IEC29500: 2008. Приведенный выше текст переведен с английского языка на русский корпорацией Майкрософт (или ее подрядчиками) и ISO не несет ответственности за эти переводы.
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.