Base Class
Base.When the object is serialized out as xml, its qualified name is m:e.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Math.OfficeMathArgumentType
DocumentFormat.OpenXml.Math.Base
Namespace: DocumentFormat.OpenXml.Math
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Class Base _
Inherits OfficeMathArgumentType
'使用
Dim instance As Base
public class Base : 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 初版]
22.1.2.32 e (Element (Argument))
This tag, which is an abbreviation for "element", serves several functions (18 total) including that of the base argument of a mathematical object or function, the elements in an array, and the elements in boxes. If all subelements are omitted, this element specifies the presence of an empty argument. [Example: The numerator of this function is an empty argument: . end example] [Note: The tag was shortened to e to improve readability over "element". "Element" was preferred over "Base" because "Element" sounded more neutral and appropriate to its multiple uses. end note]
The following table shows the 18 different uses for e:
Parent Element
Use
acc
Accent base argument
bar
Argument to which the bar is applied
borderBox
Argument around which the border box is drawn
box
Argument inside the abstract box
d
Argument inside the delimiters
eqArr
Each instance of mathematical text in the single-column array
func
Math argument list of the function
groupChr
Group character base
limLow
Base of the lower limit
limUpp
Base of the upper limit
mr
Each element in the matrix row
nary
n-ary and, e.g., integrand for an integral, summand for a summation
phant
Argument for the phantom
rad
Radicand
sPre
Base of the prescript object
sSub
Base of the subscript object
sSubSup
Base of the subsup object
sSup
Base of the superscript object
[Example: For example, the func has fName and e :
<m:func>
<m:fName>
<m:limLow>
<m:e>
<m:r>
<m:rPr>
<m:scr m:val="roman"/>
<m:sty m:val="p"/>
</m:rPr>
<m:t>lim</m:t>
</m:r>
</m:e>
<m:lim>
<m:r>
<m:t>n→∞</m:t>
</m:r>
</m:lim>
</m:limLow>
</m:fName>
<m:e>
<m:sSub>
<m:e>
<m:r>
<m:t>x</m:t>
</m:r>
</m:e>
<m:sub>
<m:r>
<m:t>n</m:t>
</m:r>
</m:sub>
</m:sSub>
</m:e>
</m:func>
end example]
Parent Elements |
---|
acc (§22.1.2.1); bar (§22.1.2.7); borderBox (§22.1.2.11); box (§22.1.2.13); d (§22.1.2.24); eqArr (§22.1.2.34); func (§22.1.2.39); groupChr (§22.1.2.41); limLow (§22.1.2.54); limUpp (§22.1.2.56); mr (§22.1.2.69); nary (§22.1.2.70); phant (§22.1.2.81); rad (§22.1.2.88); sPre (§22.1.2.99); sSub (§22.1.2.101); sSubSup (§22.1.2.103); sSup (§22.1.2.105) |
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. 上記の引用はマイクロソフト (またはその代理) によって英語から日本語に翻訳されたものであり、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.