Table of Contents

Class OfficeParserOptions

Namespace
Mythosia.Documents.Office
Assembly
Mythosia.Documents.Office.dll

Parser options shared by Office parser implementations.

public class OfficeParserOptions
Inheritance
OfficeParserOptions
Inherited Members

Properties

IncludeMetadata

Includes document metadata such as title and author when available.

public bool IncludeMetadata { get; set; }

Property Value

bool

IncludeSheetNames

Includes sheet names when parsing Excel workbooks.

public bool IncludeSheetNames { get; set; }

Property Value

bool

IncludeSlideNumbers

Includes slide numbers when parsing PowerPoint decks.

public bool IncludeSlideNumbers { get; set; }

Property Value

bool

NormalizeWhitespace

Collapses excessive whitespace to single spaces.

public bool NormalizeWhitespace { get; set; }

Property Value

bool