Freigeben über


FunctionName-Klasse

Function Name.When the object is serialized out as xml, its qualified name is m:fName.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Math.OfficeMathArgumentType
        DocumentFormat.OpenXml.Math.FunctionName

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

Syntax

'Declaration
Public Class FunctionName _
    Inherits OfficeMathArgumentType
'Usage
Dim instance As FunctionName
public class FunctionName : OfficeMathArgumentType

Hinweise

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. Ausgabe]

22.1.2.37 fName (Function Name)

This element specifies the name of the function in the Function-Apply object func. For example, function names are and .

[Example: As an 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&#8594;&#8734;</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

func (§22.1.2.39)

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. 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

FunctionName-Member

DocumentFormat.OpenXml.Math-Namespace