Share via


ToVariantValue-Klasse

To.When the object is serialized out as xml, its qualified name is p:to.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType
        DocumentFormat.OpenXml.Presentation.ToVariantValue

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

Syntax

'Declaration
Public Class ToVariantValue _
    Inherits TimeListAnimationVariantType
'Usage
Dim instance As ToVariantValue
public class ToVariantValue : TimeListAnimationVariantType

Hinweise

The following table lists the possible child types:

  • BooleanVariantValue <p:boolVal>

  • IntegerVariantValue <p:intVal>

  • FloatVariantValue <p:fltVal>

  • StringVariantValue <p:strVal>

  • ColorValue <p:clrVal>

[ISO/IEC 29500-1 1. Ausgabe]

19.5.89 to (To)

The element specifies the certain attribute of a time node after an animation effect.

[Example: Consider an animation effect that leaves a string value visible afterwards. The <to> element should be used as follows:

<p:childTnLst>
  <p:set>
    <p:cBhvr> … </p:cBhvr>
    <p:to>
      <p:strVal val="visible"/>
    </p:to>
  </p:set>
  <p:anim calcmode="lin" valueType="num"> … </p:anim>
…</p:childTnLst>

end example]

Parent Elements

set (§19.5.66)

Child Elements

Subclause

boolVal (Boolean Variant)

§19.5.19

clrVal (Color Value)

§19.5.27

fltVal (Float Value)

§19.5.42

intVal (Integer)

§19.5.48

strVal (String Value)

§19.5.75

[Note: The W3C XML Schema definition of this element's content model (CT_TLAnimVariant) is located in §A.3. 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

ToVariantValue-Member

DocumentFormat.OpenXml.Presentation-Namespace