Freigeben über


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

Member

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

Siehe auch

Referenz

DocumentFormat.OpenXml.InkML-Namespace