![]() |
NanoXLSX.Reader 3.0.0-rc.2
|
Interface, used by password readers. More...
Public Member Functions | |
| void | Init (PasswordType type, ReaderOptions readerOptions) |
| Method to initialize the password reader. | |
| void | ReadXmlAttributes (XmlNode node) |
| Reads the attributes of the passed XML node that contains password information. | |
Interface, used by password readers.
Definition at line 16 of file IPasswordReader.cs.
| void NanoXLSX.Interfaces.Reader.IPasswordReader.Init | ( | PasswordType | type, |
| ReaderOptions | readerOptions ) |
Method to initialize the password reader.
| type | Target type of the password writer |
| readerOptions | Reader options |
Implemented in NanoXLSX.Internal.Readers.LegacyPasswordReader.
| void NanoXLSX.Interfaces.Reader.IPasswordReader.ReadXmlAttributes | ( | XmlNode | node | ) |
Reads the attributes of the passed XML node that contains password information.
| node | XML node |
Implemented in NanoXLSX.Internal.Readers.LegacyPasswordReader.