TableInterpolationValues enumeration
Office 2013 and later
Defines the TableInterpolationValues enumeration.
Namespace: DocumentFormat.OpenXml.InkML
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| Floor | floor. When the item is serialized out as xml, its value is "floor". | |
| Middle | middle. When the item is serialized out as xml, its value is "middle". | |
| Ceiling | ceiling. When the item is serialized out as xml, its value is "ceiling". | |
| Linear | linear. When the item is serialized out as xml, its value is "linear". | |
| Cubic | cubic. When the item is serialized out as xml, its value is "cubic". |
Show: