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.
Behavior Additive Type
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration BehaviorAdditiveValues
'Usage
Dim instance As BehaviorAdditiveValues
public enum BehaviorAdditiveValues
Members
| Member name | Description | |
|---|---|---|
| Base | Additive Enum ( Base ). When the item is serialized out as xml, its value is "base". | |
| Sum | Additive Enum ( Sum ). When the item is serialized out as xml, its value is "sum". | |
| Replace | Additive Enum ( Replace ). When the item is serialized out as xml, its value is "repl". | |
| Multiply | Additive Enum ( Multiply ). When the item is serialized out as xml, its value is "mult". | |
| None | None. When the item is serialized out as xml, its value is "none". |