C# Class Itenso.Rtf.Interpreter.RtfInterpreterListenerFileLogger

Inheritance: RtfInterpreterListenerBase, IDisposable
Afficher le fichier Open project: Shereef/RTF-to-HTML-Converter-Class-Library-DLL Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
RtfInterpreterListenerFileLogger ( string fileName ) : System
RtfInterpreterListenerFileLogger ( string fileName, RtfInterpreterLoggerSettings settings ) : System

Méthodes protégées

Méthode Description
DoBeginDocument ( IRtfInterpreterContext context ) : void
DoEndDocument ( IRtfInterpreterContext context ) : void
DoInsertBreak ( IRtfInterpreterContext context, RtfVisualBreakKind kind ) : void
DoInsertImage ( IRtfInterpreterContext context, RtfVisualImageFormat format, int width, int height, int desiredWidth, int desiredHeight, int scaleWidthPercent, int scaleHeightPercent, string imageDataHex ) : void
DoInsertSpecialChar ( IRtfInterpreterContext context, RtfVisualSpecialCharKind kind ) : void
DoInsertText ( IRtfInterpreterContext context, string text ) : void

Private Methods

Méthode Description
CloseStream ( ) : void
EnsureDirectory ( ) : void
OpenStream ( ) : void
WriteLine ( string message ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

DoBeginDocument() protected méthode

protected DoBeginDocument ( IRtfInterpreterContext context ) : void
context IRtfInterpreterContext
Résultat void

DoEndDocument() protected méthode

protected DoEndDocument ( IRtfInterpreterContext context ) : void
context IRtfInterpreterContext
Résultat void

DoInsertBreak() protected méthode

protected DoInsertBreak ( IRtfInterpreterContext context, RtfVisualBreakKind kind ) : void
context IRtfInterpreterContext
kind RtfVisualBreakKind
Résultat void

DoInsertImage() protected méthode

protected DoInsertImage ( IRtfInterpreterContext context, RtfVisualImageFormat format, int width, int height, int desiredWidth, int desiredHeight, int scaleWidthPercent, int scaleHeightPercent, string imageDataHex ) : void
context IRtfInterpreterContext
format RtfVisualImageFormat
width int
height int
desiredWidth int
desiredHeight int
scaleWidthPercent int
scaleHeightPercent int
imageDataHex string
Résultat void

DoInsertSpecialChar() protected méthode

protected DoInsertSpecialChar ( IRtfInterpreterContext context, RtfVisualSpecialCharKind kind ) : void
context IRtfInterpreterContext
kind RtfVisualSpecialCharKind
Résultat void

DoInsertText() protected méthode

protected DoInsertText ( IRtfInterpreterContext context, string text ) : void
context IRtfInterpreterContext
text string
Résultat void

RtfInterpreterListenerFileLogger() public méthode

public RtfInterpreterListenerFileLogger ( string fileName ) : System
fileName string
Résultat System

RtfInterpreterListenerFileLogger() public méthode

public RtfInterpreterListenerFileLogger ( string fileName, RtfInterpreterLoggerSettings settings ) : System
fileName string
settings RtfInterpreterLoggerSettings
Résultat System