C# 클래스 Itenso.Rtf.Converter.Text.RtfTextConverter

상속: Itenso.Rtf.Interpreter.RtfInterpreterListenerBase
파일 보기 프로젝트 열기: Shereef/RTF-to-HTML-Converter-Class-Library-DLL 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void
RtfTextConverter ( ) : System
RtfTextConverter ( RtfTextConvertSettings settings ) : System

보호된 메소드들

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

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

DoBeginDocument() 보호된 메소드

protected DoBeginDocument ( IRtfInterpreterContext context ) : void
context IRtfInterpreterContext
리턴 void

DoInsertBreak() 보호된 메소드

protected DoInsertBreak ( IRtfInterpreterContext context, RtfVisualBreakKind kind ) : void
context IRtfInterpreterContext
kind RtfVisualBreakKind
리턴 void

DoInsertImage() 보호된 메소드

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

DoInsertSpecialChar() 보호된 메소드

protected DoInsertSpecialChar ( IRtfInterpreterContext context, RtfVisualSpecialCharKind kind ) : void
context IRtfInterpreterContext
kind RtfVisualSpecialCharKind
리턴 void

DoInsertText() 보호된 메소드

protected DoInsertText ( IRtfInterpreterContext context, string text ) : void
context IRtfInterpreterContext
text string
리턴 void

RtfTextConverter() 공개 메소드

public RtfTextConverter ( ) : System
리턴 System

RtfTextConverter() 공개 메소드

public RtfTextConverter ( RtfTextConvertSettings settings ) : System
settings RtfTextConvertSettings
리턴 System