NanoXLSX.Core 3.0.0-rc.5
Loading...
Searching...
No Matches
NanoXLSX.Interfaces.ITextOptions Interface Reference

Interface used by text partitions of option classes (e.g. ReaderOptions). More...

Inheritance diagram for NanoXLSX.Interfaces.ITextOptions:

Properties

bool EnforcePhoneticCharacterImport [get, set]
 If true, phonetic characters (like ruby characters / Furigana / Zhuyin fuhao) in strings are added in brackets after the transcribed symbols. By default, phonetic characters are removed from strings.
bool EnforceEmptyValuesAsString [get, set]
 If true, empty cells will be interpreted as type of string with an empty value. If false, the type will be Empty and the value null.

Detailed Description

Interface used by text partitions of option classes (e.g. ReaderOptions).

Definition at line 13 of file ITextOptions.cs.

Property Documentation

◆ EnforceEmptyValuesAsString

bool NanoXLSX.Interfaces.ITextOptions.EnforceEmptyValuesAsString
getset

If true, empty cells will be interpreted as type of string with an empty value. If false, the type will be Empty and the value null.

Implemented in NanoXLSX.ReaderOptions.

Definition at line 25 of file ITextOptions.cs.

◆ EnforcePhoneticCharacterImport

bool NanoXLSX.Interfaces.ITextOptions.EnforcePhoneticCharacterImport
getset

If true, phonetic characters (like ruby characters / Furigana / Zhuyin fuhao) in strings are added in brackets after the transcribed symbols. By default, phonetic characters are removed from strings.

Remarks
This option is not applicable to specific rows or a start column (applied globally)

Implemented in NanoXLSX.ReaderOptions.

Definition at line 20 of file ITextOptions.cs.


The documentation for this interface was generated from the following file: