API Reference

Enum

WordCustomPropertyType

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
  • WordCustomPropertyType

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const WordCustomPropertyType Undefined #

Property type is not defined.

Value: 0
public const WordCustomPropertyType YesNo #

Represents a yes/no property type.

Value: 1
public const WordCustomPropertyType Text #

Represents a text property type.

Value: 2
public const WordCustomPropertyType DateTime #

Represents a date and time property type.

Value: 3
public const WordCustomPropertyType NumberInteger #

Represents an integer number property type.

Value: 4
public const WordCustomPropertyType NumberDouble #

Represents a double number property type.

Value: 5
public const WordCustomPropertyType Binary #

Represents binary blob data.

Value: 6