API Reference

Enum

NullPolicy

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

Describes how null values are represented when flattening objects.

Inheritance

  • Enum
  • NullPolicy

Usage

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

Values

public const NullPolicy EmptyString #

Replace nulls with an empty string.

Value: 0
public const NullPolicy NullLiteral #

Keep null values as null references.

Value: 1
public const NullPolicy DefaultValue #

Use a default value supplied for the property.

Value: 2