RelationValues enumeration

Office 2013 and later

Characteristic Relationship Types

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

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

Member nameDescription
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".
Show: