Freigeben über


Formulas-Klasse

Defines the Formulas Class.When the object is serialized out as xml, its qualified name is v:formulas.

Vererbungshierarchie

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

Hinweise

The following table lists the possible child types:

  • Formula <v:f>

[ISO/IEC 29500-1 1. Ausgabe]

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

Formulas-Member

DocumentFormat.OpenXml.Vml-Namespace