API Reference

Class

ReaderTableExportMaterializationOptions

Namespace OfficeIMO.Reader
Assembly OfficeIMO.Reader
Modifiers sealed

Options controlling how table export bundles are materialized.

Inheritance

  • Object
  • ReaderTableExportMaterializationOptions

Usage

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

Accepted by parameters

Constructors

public ReaderTableExportMaterializationOptions() #

Properties

public Boolean CreateDirectory { get; set; } #

Creates the destination directory when it does not exist. Defaults to true.

public Boolean Overwrite { get; set; } #

Overwrites existing files with the same deterministic filename. Defaults to true.

public Boolean IncludeCsv { get; set; } #

Writes CSV payloads. Defaults to true.

public Boolean IncludeMarkdown { get; set; } #

Writes Markdown payloads. Defaults to true.

public Boolean IncludeJson { get; set; } #

Writes JSON payloads. Defaults to true.

public Func<ReaderTableExportBundle, Boolean> Predicate { get; set; } #

Optional export predicate used to materialize only selected table bundles.