C# Класс Itenso.Rtf.Interpreter.RtfInterpreterListenerDocumentBuilder

Наследование: RtfInterpreterListenerBase
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
AppendAlignedVisual ( RtfVisual visual ) : void
EndParagraph ( IRtfInterpreterContext context ) : void
FlushPendingText ( ) : void

Описание методов

DoBeginDocument() защищенный Метод

protected DoBeginDocument ( IRtfInterpreterContext context ) : void
context IRtfInterpreterContext
Результат void

DoEndDocument() защищенный Метод

protected DoEndDocument ( 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