C# 클래스 Itenso.Rtf.Interpreter.RtfInterpreterBase

상속: IRtfInterpreter
파일 보기 프로젝트 열기: Shereef/RTF-to-HTML-Converter-Class-Library-DLL

공개 메소드들

메소드 설명
AddInterpreterListener ( IRtfInterpreterListener listener ) : void
Interpret ( IRtfGroup rtfDocument ) : void
RemoveInterpreterListener ( IRtfInterpreterListener listener ) : void

보호된 메소드들

메소드 설명
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

메소드 상세

AddInterpreterListener() 공개 메소드

public AddInterpreterListener ( IRtfInterpreterListener listener ) : void
listener IRtfInterpreterListener
리턴 void

DoInterpret() 보호된 추상적인 메소드

protected abstract DoInterpret ( IRtfGroup rtfDocument ) : void
rtfDocument IRtfGroup
리턴 void

Interpret() 공개 메소드

public Interpret ( IRtfGroup rtfDocument ) : void
rtfDocument IRtfGroup
리턴 void

NotifyBeginDocument() 보호된 메소드

protected NotifyBeginDocument ( ) : void
리턴 void

NotifyEndDocument() 보호된 메소드

protected NotifyEndDocument ( ) : void
리턴 void

NotifyInsertBreak() 보호된 메소드

protected NotifyInsertBreak ( RtfVisualBreakKind kind ) : void
kind RtfVisualBreakKind
리턴 void

NotifyInsertImage() 보호된 메소드

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
리턴 void

NotifyInsertSpecialChar() 보호된 메소드

protected NotifyInsertSpecialChar ( RtfVisualSpecialCharKind kind ) : void
kind RtfVisualSpecialCharKind
리턴 void

NotifyInsertText() 보호된 메소드

protected NotifyInsertText ( string text ) : void
text string
리턴 void

RemoveInterpreterListener() 공개 메소드

public RemoveInterpreterListener ( IRtfInterpreterListener listener ) : void
listener IRtfInterpreterListener
리턴 void

RtfInterpreterBase() 보호된 메소드

protected RtfInterpreterBase ( ) : System
리턴 System