Skip to content

Latest commit

 

History

History
305 lines (283 loc) · 18.8 KB

File metadata and controls

305 lines (283 loc) · 18.8 KB
<style> article { background: transparent !important; } div.contribution-panel { display: none; } blockquote { border: 0; margin: 20px 0; min-height: 70px; padding: 24px 80px; background-color: #f9edc6; background-image: url("/https/github.com/devtools/document-processing/assets/important-icon.svg"); color: #fff; background-repeat: no-repeat; background-size: 48px; background-position: center; background-position-x: 16px; background-position-y: 50%; color: #000000; } blockquote:not(.alert-note) a, blockquote:not(.alert-note) a:link { color: #000000; text-decoration: underline; } blockquote:not(.alert-note) a:hover, blockquote:not(.alert-note) a:active, blockquote:not(.alert-note) a:focus, blockquote:not(.alert-note) a:link:hover, blockquote:not(.alert-note) a:link:active, blockquote:not(.alert-note) a:link:focus { color: #000000; text-decoration: none !important; } blockquote p:first-child, blockquote ul:first-child, blockquote ol:first-child { margin-top: 0; } blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom: 0; } blockquote.disclaimer { background-color: #eaebec; color: #4f5d6c; } blockquote.disclaimer p:first-child { color: #36393f; } blockquote.alert-note { margin-top: 2em; margin-bottom: 2em; background-color: #eaebec; color: #4f5d6c; } blockquote.important { background-color: #f9edc6; background-image: url("/https/github.com/devtools/document-processing/assets/important-icon.svg"); } blockquote.caution { background-color: #f7e1df; background-image: url("/https/github.com/devtools/document-processing/assets/caution-icon.svg"); } blockquote.tip { background-color: #e4f1df; background-image: url("/https/github.com/devtools/document-processing/assets/tip-icon.svg"); } article:not(.api-reference)>p:first-child, article:not(.api-reference) h1+p { font-size: 18px; font-weight: 300; line-height: 24px; margin-top: 15px; margin-bottom: 20px; font-family: "Roboto", Helvetica, Arial, sans-serif; color: #8a959f; } @media (min-width: 768px) { article:not(.api-reference)>p:first-child, article:not(.api-reference) h1+p { font-size: 22px; line-height: 28px; } } @media (min-width: 1025px) { article:not(.api-reference)>p:first-child, article:not(.api-reference) h1+p { font-size: 26px; line-height: 32px; } } </style>

API Reference Overview

The API reference section of the documentation contains a list and descriptions of all public available classes, methods and properties of the Telerik Document Processing product.

This documentation refers to the latest version of Telerik Document Processing libraries.

The following tables list the most used members of the different libraries.

RadWordsProcessing

Namespace Class Name Description
Telerik.Windows.Documents.Flow.Model RadFlowDocument The root object of the library, representing the document.
Telerik.Windows.Documents.Flow.Model.Editing RadFlowDocumentEditor Provides methods that allow you to easily modify a RadFlowDocument.
Telerik.Windows.Documents.Flow.Model Section, Table, Paragraph, Run Describe document elements.
Telerik.Windows.Documents.Flow.FormatProviders.Docx DocxFormatProvider Exposes members for importing and exporting DOCX documents.
Telerik.Windows.Documents.Flow.FormatProviders.Html HtmlFormatProvider Exposes members for importing and exporting HTML documents.
Telerik.Windows.Documents.Flow.FormatProviders.Pdf PdfFormatProvider Exposes members for exporting PDF documents.
Telerik.Windows.Documents.Flow.FormatProviders.Rtf RtfFormatProvider Exposes members for importing and exporting RTF documents.
Telerik.Windows.Documents.Flow.FormatProviders.Txt TxtFormatProvider Exposes members for importing and exporting plain text documents.

RadPdfProcessing

Namespace Class Name Description
Telerik.Windows.Documents.Fixed.Model RadFixedDocument The root object of the library, representing the document.
Telerik.Windows.Documents.Fixed.Model RadFixedPage Represents a page of the document.
Telerik.Windows.Documents.Fixed.Model.Editing RadFixedDocumentEditor Represents editor that will allow you to modify RadFixedDocument using an automatic layout in a flow-like manner.
Telerik.Windows.Documents.Fixed.Model.Editing FixedContentEditor Intended to simplify the process of creating and editing the content of an IContentRootElement such as RadFixedPage.It provides methods for working with fixed content.
Telerik.Windows.Documents.Fixed.FormatProviders.Text TextFormatProvider Provides functionality to export RadFixedDocument to text.
Telerik.Windows.Documents.Fixed.FormatProviders.Pdf PdfFormatProvider Provides functionality for importing and exporting PDF documents.
Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.Streaming PdfStreamWriter Represents PDF file stream that writes file content directly to a given stream. Enables you to merge PDF pages or add content to existing documents.

RadSpreadProcessing

Namespace Class Name Description
Telerik.Windows.Documents.Spreadsheet.Model Workbook The main object that represents the spreadsheet document. It contains collection of Worksheets.
Telerik.Windows.Documents.Spreadsheet.Model Worksheet A two-dimensional grid of cells that are organized into rows and columns.
Telerik.Windows.Documents.Spreadsheet.Model Cells Represents a collection of cells inside worksheet.
Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.Xlsx XlsxFormatProvider Provides functionality to import or export Workbook objects to XLSX.
Telerik.Windows.Documents.Spreadsheet.FormatProviders.TextBased.Csv CsvFormatProvider Provides functionality to import or export Workbook objects to CSV.
Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf PdfFormatProvider Provides functionality to export Workbook objects to PDF.
Telerik.Windows.Documents.Spreadsheet.FormatProviders.TextBased.Txt TxtFormatProvider Provides functionality to import or export Workbook objects to plain text.

RadSpreadStreamProcessing

Namespace Class Name Description
Telerik.Documents.SpreadsheetStreaming SpreadExporter Represents an entry point to export a spreadsheet document.
IWorkbookExporter Defines members used to export a workbook.
IWorksheetExporter Defines members used to export a worksheet.
IRowExporter Defines members for the row exporter classes.
IColumnExporter Defines members used to export a column.
ICellExporter Defines members used to export a cell.

RadZipLibrary

Namespace Class Name Description
Telerik.Windows.Zip ZipArchive Represents a package of compressed files in the zip archive format.
ZipArchiveEntry Represents a compressed file within a zip archive.
CompressedStream Represents stream that allows you to read/write compressed information from/to given input stream.
Telerik.Windows.Zip.Extensions ZipFile Provides static methods for creating, extracting, and opening zip archives.