NanoXLSX.Reader 3.0.0-rc.2
Loading...
Searching...
No Matches
NanoXLSX.Interfaces.Reader.IPasswordReader Interface Reference

Interface, used by password readers. More...

Inheritance diagram for NanoXLSX.Interfaces.Reader.IPasswordReader:

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.

Detailed Description

Interface, used by password readers.

Definition at line 16 of file IPasswordReader.cs.

Member Function Documentation

◆ Init()

void NanoXLSX.Interfaces.Reader.IPasswordReader.Init ( PasswordType type,
ReaderOptions readerOptions )

Method to initialize the password reader.

Parameters
typeTarget type of the password writer
readerOptionsReader options

Implemented in NanoXLSX.Internal.Readers.LegacyPasswordReader.

◆ ReadXmlAttributes()

void NanoXLSX.Interfaces.Reader.IPasswordReader.ReadXmlAttributes ( XmlNode node)

Reads the attributes of the passed XML node that contains password information.

Parameters
nodeXML node

Implemented in NanoXLSX.Internal.Readers.LegacyPasswordReader.


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