TableInterpolationValues enumeration

Office 2013 and later

Defines the TableInterpolationValues enumeration.

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

No code example is currently available or this language may not be supported.

Member nameDescription
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: