Freigeben über


RelationValues-Enumeration

Characteristic Relationship Types

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

Syntax

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

Member

Membername Beschreibung
GreaterThanOrEqualTo Greater Than or Equal to. When the item is serialized out as xml, its value is "ge".
LessThanOrEqualTo Less Than or Equal To. When the item is serialized out as xml, its value is "le".
GreaterThan Greater Than. When the item is serialized out as xml, its value is "gt".
LessThan Less Than. When the item is serialized out as xml, its value is "lt".
EqualTo Equal To. When the item is serialized out as xml, its value is "eq".

Siehe auch

Referenz

DocumentFormat.OpenXml.AdditionalCharacteristics-Namespace