C# Class Itenso.Rtf.Interpreter.RtfInterpreterListenerBase

Inheritance: IRtfInterpreterListener
Afficher le fichier Open project: Shereef/RTF-to-HTML-Converter-Class-Library-DLL

Méthodes publiques

Méthode Description
BeginDocument ( IRtfInterpreterContext context ) : void
EndDocument ( IRtfInterpreterContext context ) : void
InsertBreak ( IRtfInterpreterContext context, RtfVisualBreakKind kind ) : void
InsertImage ( IRtfInterpreterContext context, RtfVisualImageFormat format, int width, int height, int desiredWidth, int desiredHeight, int scaleWidthPercent, int scaleHeightPercent, string imageDataHex ) : void
InsertSpecialChar ( IRtfInterpreterContext context, RtfVisualSpecialCharKind kind ) : void
InsertText ( IRtfInterpreterContext context, string text ) : void

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

Method Details

BeginDocument() public méthode

public BeginDocument ( IRtfInterpreterContext context ) : void
context IRtfInterpreterContext
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

EndDocument() public méthode

public EndDocument ( IRtfInterpreterContext context ) : void
context IRtfInterpreterContext
Résultat void

InsertBreak() public méthode

public InsertBreak ( IRtfInterpreterContext context, RtfVisualBreakKind kind ) : void
context IRtfInterpreterContext
kind RtfVisualBreakKind
Résultat void

InsertImage() public méthode

public InsertImage ( 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

InsertSpecialChar() public méthode

public InsertSpecialChar ( IRtfInterpreterContext context, RtfVisualSpecialCharKind kind ) : void
context IRtfInterpreterContext
kind RtfVisualSpecialCharKind
Résultat void

InsertText() public méthode

public InsertText ( IRtfInterpreterContext context, string text ) : void
context IRtfInterpreterContext
text string
Résultat void