Class OfficeParserOptions
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
IncludeSheetNames
Includes sheet names when parsing Excel workbooks.
public bool IncludeSheetNames { get; set; }
Property Value
IncludeSlideNumbers
Includes slide numbers when parsing PowerPoint decks.
public bool IncludeSlideNumbers { get; set; }
Property Value
NormalizeWhitespace
Collapses excessive whitespace to single spaces.
public bool NormalizeWhitespace { get; set; }