SubArgument Class
Lower limit (n-ary) .When the object is serialized out as xml, its qualified name is m:sub.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Math.OfficeMathArgumentType
DocumentFormat.OpenXml.Math.SubArgument
Namespace: DocumentFormat.OpenXml.Math
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
Public Class SubArgument _
Inherits OfficeMathArgumentType
'Uso
Dim instance As SubArgument
public class SubArgument : OfficeMathArgumentType
Remarks
The following table lists the possible child types:
ArgumentProperties <m:argPr>
Accent <m:acc>
Bar <m:bar>
Box <m:box>
BorderBox <m:borderBox>
Delimiter <m:d>
EquationArray <m:eqArr>
Fraction <m:f>
MathFunction <m:func>
GroupChar <m:groupChr>
LimitLower <m:limLow>
LimitUpper <m:limUpp>
Matrix <m:m>
Nary <m:nary>
Phantom <m:phant>
Radical <m:rad>
PreSubSuper <m:sPre>
Subscript <m:sSub>
SubSuperscript <m:sSubSup>
Superscript <m:sSup>
Run <m:r>
DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun <w:customXml>
DocumentFormat.OpenXml.Wordprocessing.SimpleField <w:fldSimple>
DocumentFormat.OpenXml.Wordprocessing.Hyperlink <w:hyperlink>
DocumentFormat.OpenXml.Wordprocessing.SmartTagRun <w:smartTag>
DocumentFormat.OpenXml.Wordprocessing.SdtRun <w:sdt>
DocumentFormat.OpenXml.Wordprocessing.ProofError <w:proofErr>
DocumentFormat.OpenXml.Wordprocessing.PermStart <w:permStart>
DocumentFormat.OpenXml.Wordprocessing.PermEnd <w:permEnd>
DocumentFormat.OpenXml.Wordprocessing.BookmarkStart <w:bookmarkStart>
DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd <w:bookmarkEnd>
DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart <w:commentRangeStart>
DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd <w:commentRangeEnd>
DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart <w:moveFromRangeStart>
DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd <w:moveFromRangeEnd>
DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart <w:moveToRangeStart>
DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd <w:moveToRangeEnd>
DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart <w:customXmlInsRangeStart>
DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd <w:customXmlInsRangeEnd>
DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart <w:customXmlDelRangeStart>
DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd <w:customXmlDelRangeEnd>
DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart <w:customXmlMoveFromRangeStart>
DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd <w:customXmlMoveFromRangeEnd>
DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart <w:customXmlMoveToRangeStart>
DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd <w:customXmlMoveToRangeEnd>
DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart <w14:customXmlConflictInsRangeStart>
DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd <w14:customXmlConflictInsRangeEnd>
DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart <w14:customXmlConflictDelRangeStart>
DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd <w14:customXmlConflictDelRangeEnd>
DocumentFormat.OpenXml.Wordprocessing.InsertedRun <w:ins>
DocumentFormat.OpenXml.Wordprocessing.DeletedRun <w:del>
DocumentFormat.OpenXml.Wordprocessing.MoveFromRun <w:moveFrom>
DocumentFormat.OpenXml.Wordprocessing.MoveToRun <w:moveTo>
DocumentFormat.OpenXml.Wordprocessing.ContentPart <w:contentPart>
DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion <w14:conflictIns>
DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion <w14:conflictDel>
Paragraph <m:oMathPara>
OfficeMath <m:oMath>
ControlProperties <m:ctrlPr>
[ISO/IEC 29500-1 1ª edición]
22.1.2.112 sub (Subscript (Pre-Sub-Superscript))
This element specifies the subscript of the Pre-Sub-Superscript object sPre. [Example: For example, the sub in the object is . An example of this element in use is:
<m:sPre>
<m:sub>
<m:r>
<m:t>1</m:t>
</m:r>
</m:sub>
<m:sup>
<m:r>
<m:t>2</m:t>
</m:r>
</m:sup>
<m:e>
<m:r>
<m:t>A</m:t>
</m:r>
</m:e>
</m:sPre>
end example]
Parent Elements |
---|
nary (§22.1.2.70); sPre (§22.1.2.99); sSub (§22.1.2.101); sSubSup (§22.1.2.103) |
Child Elements |
Subclause |
---|---|
acc (Accent) |
§22.1.2.1 |
argPr (Argument Properties) |
§22.1.2.5 |
bar (Bar) |
§22.1.2.7 |
bookmarkEnd (Bookmark End) |
§17.13.6.1 |
bookmarkStart (Bookmark Start) |
§17.13.6.2 |
borderBox (Border-Box Object) |
§22.1.2.11 |
box (Box Object) |
§22.1.2.13 |
commentRangeEnd (Comment Anchor Range End) |
§17.13.4.3 |
commentRangeStart (Comment Anchor Range Start) |
§17.13.4.4 |
ctrlPr (Control Properties) |
§22.1.2.23 |
customXmlDelRangeEnd (Custom XML Markup Deletion End) |
§17.13.5.4 |
customXmlDelRangeStart (Custom XML Markup Deletion Start) |
§17.13.5.5 |
customXmlInsRangeEnd (Custom XML Markup Insertion End) |
§17.13.5.6 |
customXmlInsRangeStart (Custom XML Markup Insertion Start) |
§17.13.5.7 |
customXmlMoveFromRangeEnd (Custom XML Markup Move Source End) |
§17.13.5.8 |
customXmlMoveFromRangeStart (Custom XML Markup Move Source Start) |
§17.13.5.9 |
customXmlMoveToRangeEnd (Custom XML Markup Move Destination Location End) |
§17.13.5.10 |
customXmlMoveToRangeStart (Custom XML Markup Move Destination Location Start) |
§17.13.5.11 |
d (Delimiter Object) |
§22.1.2.24 |
del (Deleted Run Content) |
§17.13.5.14 |
eqArr (Array Object) |
§22.1.2.34 |
f (Fraction Object) |
§22.1.2.36 |
func (Function Apply Object) |
§22.1.2.39 |
groupChr (Group-Character Object) |
§22.1.2.41 |
ins (Inserted Run Content) |
§17.13.5.18 |
limLow (Lower-Limit Object) |
§22.1.2.54 |
limUpp (Upper-Limit Object) |
§22.1.2.56 |
m (Matrix Object) |
§22.1.2.60 |
moveFrom (Move Source Run Content) |
§17.13.5.22 |
moveFromRangeEnd (Move Source Location Container - End) |
§17.13.5.23 |
moveFromRangeStart (Move Source Location Container - Start) |
§17.13.5.24 |
moveTo (Move Destination Run Content) |
§17.13.5.25 |
moveToRangeEnd (Move Destination Location Container - End) |
§17.13.5.27 |
moveToRangeStart (Move Destination Location Container - Start) |
§17.13.5.28 |
nary (n-ary Operator Object) |
§22.1.2.70 |
oMath (Office Math) |
§22.1.2.77 |
oMathPara (Office Math Paragraph) |
§22.1.2.78 |
permEnd (Range Permission End) |
§17.13.7.1 |
permStart (Range Permission Start) |
§17.13.7.2 |
phant (Phantom Object) |
§22.1.2.81 |
proofErr (Proofing Error Anchor) |
§17.13.8.1 |
r (Run) |
§22.1.2.87 |
rad (Radical Object) |
§22.1.2.88 |
sPre (Pre-Sub-Superscript Object) |
§22.1.2.99 |
sSub (Subscript Object) |
§22.1.2.101 |
sSubSup (Sub-Superscript Object) |
§22.1.2.103 |
sSup (Superscript Object) |
§22.1.2.105 |
[Note: The W3C XML Schema definition of this element's content model (CT_OMathArg) is located in §A.6.1. end note]
© ISO/IEC29500: 2008. Los extractos anteriores han sido traducidos del inglés al español por Microsoft (o algunos de sus agentes) e ISO no asume ningún tipo de responsabilidad por dichas traducciones.
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.