Share via


TableInterpolationValues Enumeration

Defines the TableInterpolationValues enumeration.

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

Syntax

'Declaration
Public Enumeration TableInterpolationValues
'Usage
Dim instance As TableInterpolationValues
public enum TableInterpolationValues

Members

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".

See Also

Reference

DocumentFormat.OpenXml.InkML Namespace