Class RadFixedDocumentEditor
Represents editor that will allow you to create RadFixedDocument
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Editing
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class RadFixedDocumentEditor : IDisposable
Constructors
RadFixedDocumentEditor(RadFixedDocument)
Initializes a new instance of the Rad
Declaration
public RadFixedDocumentEditor(RadFixedDocument document)
Parameters
Rad The document. |
Properties
CharacterProperties
Gets the character properties.
Declaration
public CharacterProperties CharacterProperties { get; }
Property Value
Character The character properties. |
Document
Gets the document.
Declaration
public RadFixedDocument Document { get; }
Property Value
Rad The document. |
Lists
Gets the lists.
Declaration
public ListCollection Lists { get; }
Property Value
List The lists. |
ParagraphProperties
Gets the paragraph properties.
Declaration
public ParagraphProperties ParagraphProperties { get; }
Property Value
Paragraph The paragraph properties. |
SectionProperties
Gets the section properties.
Declaration
public SectionProperties SectionProperties { get; }
Property Value
Section The section properties. |
Methods
Dispose()
Finishes the pages and closes the document.
Declaration
public void Dispose()
Implements
InsertBlock(IBlockElement)
Inserts the block element.
Declaration
public void InsertBlock(IBlockElement block)
Parameters
IBlock The block. |
InsertFormInline(FormSource)
Inserts the form inline.
Declaration
public void InsertFormInline(FormSource formSource)
Parameters
Form The form source. |
InsertFormInline(FormSource, Size)
Inserts the form inline.
Declaration
public void InsertFormInline(FormSource formSource, Size size)
Parameters
Form The form source. |
System. The form size. |
InsertImageInline(ImageSource)
Inserts the image inline.
Declaration
public void InsertImageInline(ImageSource imageSource)
Parameters
Image The image source. |
InsertImageInline(ImageSource, Size)
Inserts the image inline.
Declaration
public void InsertImageInline(ImageSource imageSource, Size size)
Parameters
Image The image source. |
System. The size. |
InsertLine(String)
Inserts the text and moves to the next line.
Declaration
public void InsertLine(string text)
Parameters
System. The text. |
InsertLineBreak()
Inserts a line break.
Declaration
public void InsertLineBreak()
InsertPageBreak()
Inserts new page.
Declaration
public void InsertPageBreak()
InsertParagraph()
Inserts new paragraph.
Declaration
public void InsertParagraph()
InsertRun(String)
Inserts the text.
Declaration
public void InsertRun(string text)
Parameters
System. The text. |
InsertRun(FontFamily, String)
Inserts the text using the given font family.
Declaration
public void InsertRun(FontFamily fontFamily, string text)
Parameters
System. The font family. |
System. The text. |
InsertRun(FontFamily, FontStyle, FontWeight, String)
Inserts the text using the given font family, font style and font weight.
Declaration
public void InsertRun(FontFamily fontFamily, FontStyle fontStyle, FontWeight fontWeight, string text)
Parameters
System. The font family. |
System. The font style. |
System. The font weight. |
System. The text. |
InsertSectionBreak()
Inserts new section.
Declaration
public void InsertSectionBreak()
InsertTable(Table)
Inserts the table.
Declaration
public void InsertTable(Table table)
Parameters
Table
table
The table. |