skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Test Studio Dev Edition Telerik JustMock

    CMS

    Sitefinity

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
  • Docs & Support
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class RadFixedDocumentEditor

Represents editor that will allow you to create RadFixedDocument

Inheritance
System.Object
RadFixedDocumentEditor
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 RadFixedDocumentEditor class.

Declaration
public RadFixedDocumentEditor(RadFixedDocument document)
Parameters
RadFixedDocument document

The document.

Properties

CharacterProperties

Gets the character properties.

Declaration
public CharacterProperties CharacterProperties { get; }
Property Value
CharacterProperties

The character properties.

Document

Gets the document.

Declaration
public RadFixedDocument Document { get; }
Property Value
RadFixedDocument

The document.

Lists

Gets the lists.

Declaration
public ListCollection Lists { get; }
Property Value
ListCollection

The lists.

ParagraphProperties

Gets the paragraph properties.

Declaration
public ParagraphProperties ParagraphProperties { get; }
Property Value
ParagraphProperties

The paragraph properties.

SectionProperties

Gets the section properties.

Declaration
public SectionProperties SectionProperties { get; }
Property Value
SectionProperties

The section properties.

Methods

Dispose()

Finishes the pages and closes the document.

Declaration
public void Dispose()
Implements
System.IDisposable.Dispose()

InsertBlock(IBlockElement)

Inserts the block element.

Declaration
public void InsertBlock(IBlockElement block)
Parameters
IBlockElement block

The block.

InsertFormInline(FormSource)

Inserts the form inline.

Declaration
public void InsertFormInline(FormSource formSource)
Parameters
FormSource formSource

The form source.

InsertFormInline(FormSource, Size)

Inserts the form inline.

Declaration
public void InsertFormInline(FormSource formSource, Size size)
Parameters
FormSource formSource

The form source.

System.Windows.Size size

The form size.

InsertImageInline(ImageSource)

Inserts the image inline.

Declaration
public void InsertImageInline(ImageSource imageSource)
Parameters
ImageSource imageSource

The image source.

InsertImageInline(ImageSource, Size)

Inserts the image inline.

Declaration
public void InsertImageInline(ImageSource imageSource, Size size)
Parameters
ImageSource imageSource

The image source.

System.Windows.Size size

The size.

InsertLine(String)

Inserts the text and moves to the next line.

Declaration
public void InsertLine(string text)
Parameters
System.String text

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.String text

The text.

InsertRun(FontFamily, String)

Inserts the text using the given font family.

Declaration
public void InsertRun(FontFamily fontFamily, string text)
Parameters
System.Windows.Media.FontFamily fontFamily

The font family.

System.String text

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.Windows.Media.FontFamily fontFamily

The font family.

System.Windows.FontStyle fontStyle

The font style.

System.Windows.FontWeight fontWeight

The font weight.

System.String text

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.

Getting Started
  • Getting Started
Support Resources
  • Documentation
Community
  • Forums
  • Blogs
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.