|
NanoXLSX.Core 3.0.0-rc.5
|
Interface used by text partitions of option classes (e.g. ReaderOptions). More...
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. | |
Interface used by text partitions of option classes (e.g. ReaderOptions).
Definition at line 13 of file ITextOptions.cs.
|
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.
|
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.
Implemented in NanoXLSX.ReaderOptions.
Definition at line 20 of file ITextOptions.cs.