API Reference

Enum

OfficeDocumentPageProvenance

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

Describes how a page-like location was obtained from the source format.

Inheritance

  • Enum
  • OfficeDocumentPageProvenance

Usage

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

Values

public const OfficeDocumentPageProvenance Unknown #

The producer did not identify how the page was obtained.

Value: 0
public const OfficeDocumentPageProvenance Native #

The source format stores fixed physical pages.

Value: 1
public const OfficeDocumentPageProvenance Computed #

The page was calculated by an OfficeIMO layout engine.

Value: 2
public const OfficeDocumentPageProvenance ExplicitBreak #

The page was reconstructed from explicit or saved page-break hints.

Value: 3
public const OfficeDocumentPageProvenance LogicalContainer #

The source stores a page-like logical container such as a slide or sheet.

Value: 4