Table of Contents

Interface IStringExport

Namespace
Alternet.Editor.TextSource
Assembly
Alternet.Editor.v9.dll

Provides methods to save IStringItem elements.

public interface IStringExport

Methods

BeginWrite(TextWriter, object)

When implemented by a class, starts writing routine.

EndWrite()

When implemented by a class, finalizes writing routine.

Write()

When implemented by a class, saves entire content.

WriteLine(IStringItem)

When implemented by a class, saves a particular IStringItem object.