22.1.2.40 funcPr

This element specifies properties such as ctrlPr that can be stored on the function apply object func. [Example:

<m:func>
  <m:funcPr/>
  <m:fName>
    <m:r>
      <m:rPr>
        <m:sty m:val="p"/>
      </m:rPr>
      <m:t>tan</m:t>
    </m:r>
  </m:fName>
  <m:e>
    <m:r>
      <m:t>x</m:t>
    </m:r>
  </m:e>
</m:func>

end example]

[Note: The W3C XML Schema definition of this element’s content model (CT_FuncPr) is located in A.6.1. end note]

Last updated on