Freigeben über


ArgumentProperties-Klasse

Argument Properties.When the object is serialized out as xml, its qualified name is m:argPr.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Math.ArgumentProperties

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(ArgumentSize))> _
Public Class ArgumentProperties _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As ArgumentProperties
[ChildElementInfoAttribute(typeof(ArgumentSize))]
public class ArgumentProperties : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • ArgumentSize <m:argSz>

[ISO/IEC 29500-1 1. Ausgabe]

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. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.

Threadsicherheit

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

Siehe auch

Referenz

ArgumentProperties-Member

DocumentFormat.OpenXml.Math-Namespace