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.
One by One Animation Value Definition
Namespace: DocumentFormat.OpenXml.Drawing.Diagrams
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration AnimateOneByOneValues
'Usage
Dim instance As AnimateOneByOneValues
public enum AnimateOneByOneValues
Members
Member name | Description | |
---|---|---|
None | Disable One-by-One. When the item is serialized out as xml, its value is "none". | |
One | One By One. When the item is serialized out as xml, its value is "one". | |
Branch | By Branch One By One. When the item is serialized out as xml, its value is "branch". |