C# Class Itenso.Rtf.Interpreter.RtfInterpreterBase

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

Méthodes publiques

Méthode Description
AddInterpreterListener ( IRtfInterpreterListener listener ) : void
Interpret ( IRtfGroup rtfDocument ) : void
RemoveInterpreterListener ( IRtfInterpreterListener listener ) : void

Méthodes protégées

Méthode Description
DoInterpret ( IRtfGroup rtfDocument ) : void
NotifyBeginDocument ( ) : void
NotifyEndDocument ( ) : void
NotifyInsertBreak ( RtfVisualBreakKind kind ) : void
NotifyInsertImage ( RtfVisualImageFormat format, int width, int height, int desiredWidth, int desiredHeight, int scaleWidthPercent, int scaleHeightPercent, string imageDataHex ) : void
NotifyInsertSpecialChar ( RtfVisualSpecialCharKind kind ) : void
NotifyInsertText ( string text ) : void
RtfInterpreterBase ( ) : System

Method Details

AddInterpreterListener() public méthode

public AddInterpreterListener ( IRtfInterpreterListener listener ) : void
listener IRtfInterpreterListener
Résultat void

DoInterpret() protected abstract méthode

protected abstract DoInterpret ( IRtfGroup rtfDocument ) : void
rtfDocument IRtfGroup
Résultat void

Interpret() public méthode

public Interpret ( IRtfGroup rtfDocument ) : void
rtfDocument IRtfGroup
Résultat void

NotifyBeginDocument() protected méthode

protected NotifyBeginDocument ( ) : void
Résultat void

NotifyEndDocument() protected méthode

protected NotifyEndDocument ( ) : void
Résultat void

NotifyInsertBreak() protected méthode

protected NotifyInsertBreak ( RtfVisualBreakKind kind ) : void
kind RtfVisualBreakKind
Résultat void

NotifyInsertImage() protected méthode

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

NotifyInsertSpecialChar() protected méthode

protected NotifyInsertSpecialChar ( RtfVisualSpecialCharKind kind ) : void
kind RtfVisualSpecialCharKind
Résultat void

NotifyInsertText() protected méthode

protected NotifyInsertText ( string text ) : void
text string
Résultat void

RemoveInterpreterListener() public méthode

public RemoveInterpreterListener ( IRtfInterpreterListener listener ) : void
listener IRtfInterpreterListener
Résultat void

RtfInterpreterBase() protected méthode

protected RtfInterpreterBase ( ) : System
Résultat System