Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the Formulas Class.When the object is serialized out as xml, its qualified name is v:formulas.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Vml.Formulas
Namespace: DocumentFormat.OpenXml.Vml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<ChildElementInfoAttribute(GetType(Formula))> _
Public Class Formulas _
Inherits OpenXmlCompositeElement
'Usage
Dim instance As Formulas
[ChildElementInfoAttribute(typeof(Formula))]
public class Formulas : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:
- Formula <v:f>
[ISO/IEC 29500-1 1st Edition]
14.1.2.6 formulas (Set of Formulas)
This element defines a set of formulas whose calculated values are referenced by other attributes. Each formula is contained in a child f element (§14.1.2.4).
Parent Elements |
---|
arc (§14.1.2.1); background (Part 1, §17.2.1); curve (§14.1.2.3); group (§14.1.2.7); image (§14.1.2.10); line (§14.1.2.12); object (Part 1, §17.3.3.19); oval (§14.1.2.13); pict (§9.2.2.2); pict (§9.5.1); polyline (§14.1.2.15); rect (§14.1.2.16); roundrect (§14.1.2.17); shape (§14.1.2.19); shapetype (§14.1.2.20) |
Child Elements |
Subclause |
---|---|
f (Single Formula) |
§14.1.2.4 |
[Note: The W3C XML Schema definition of this element’s content model (CT_Formulas) is located in §A.6.1. end note]
© ISO/IEC29500: 2008.
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.