OfficeIMO

API Reference

Enum

PropertyTypes

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Defines custom property types available for Word documents.

Inheritance

  • Enum
  • PropertyTypes

Values

public const PropertyTypes Undefined #

Property type is not defined.

Value: 0
public const PropertyTypes YesNo #

Represents a yes/no property type.

Value: 1
public const PropertyTypes Text #

Represents a text property type.

Value: 2
public const PropertyTypes DateTime #

Represents a date and time property type.

Value: 3
public const PropertyTypes NumberInteger #

Represents an integer number property type.

Value: 4
public const PropertyTypes NumberDouble #

Represents a double number property type.

Value: 5