Method | 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 |
Method | 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 |
public BeginDocument ( IRtfInterpreterContext context ) : void | ||
context | IRtfInterpreterContext | |
return | void |
protected DoBeginDocument ( IRtfInterpreterContext context ) : void | ||
context | IRtfInterpreterContext | |
return | void |
protected DoEndDocument ( IRtfInterpreterContext context ) : void | ||
context | IRtfInterpreterContext | |
return | void |
protected DoInsertBreak ( IRtfInterpreterContext context, RtfVisualBreakKind kind ) : void | ||
context | IRtfInterpreterContext | |
kind | RtfVisualBreakKind | |
return | void |
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 | |
return | void |
protected DoInsertSpecialChar ( IRtfInterpreterContext context, RtfVisualSpecialCharKind kind ) : void | ||
context | IRtfInterpreterContext | |
kind | RtfVisualSpecialCharKind | |
return | void |
protected DoInsertText ( IRtfInterpreterContext context, string text ) : void | ||
context | IRtfInterpreterContext | |
text | string | |
return | void |
public EndDocument ( IRtfInterpreterContext context ) : void | ||
context | IRtfInterpreterContext | |
return | void |
public InsertBreak ( IRtfInterpreterContext context, RtfVisualBreakKind kind ) : void | ||
context | IRtfInterpreterContext | |
kind | RtfVisualBreakKind | |
return | void |
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 | |
return | void |
public InsertSpecialChar ( IRtfInterpreterContext context, RtfVisualSpecialCharKind kind ) : void | ||
context | IRtfInterpreterContext | |
kind | RtfVisualSpecialCharKind | |
return | void |
public InsertText ( IRtfInterpreterContext context, string text ) : void | ||
context | IRtfInterpreterContext | |
text | string | |
return | void |