API Reference

Enum

PowerPointImportedChartSupport

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

Support level for one imported native chart family.

Inheritance

  • Enum
  • PowerPointImportedChartSupport

Usage

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

Values

public const PowerPointImportedChartSupport EditableAndRenderable #

Data can be edited in place and export has an exact semantic renderer.

Value: 0
public const PowerPointImportedChartSupport EditableWithProjectedRendering #

Data can be edited in place; export uses a documented semantic projection.

Value: 1
public const PowerPointImportedChartSupport PreservationOnly #

The package content is retained but is not safe to edit or render.

Value: 2