diff --git a/distribution-and-licensing/license-key/frequently-asked-questions.md b/distribution-and-licensing/license-key/frequently-asked-questions.md index b0fbdb11..355fd536 100644 --- a/distribution-and-licensing/license-key/frequently-asked-questions.md +++ b/distribution-and-licensing/license-key/frequently-asked-questions.md @@ -28,17 +28,17 @@ This depends on your license type. * A watermark appears on application startup. * A modal dialog appears on application startup. * A warning message is logged in the build log. - See the [Invalid License]({%slug activation-errors-and-warnings%}#invalid-license) section for more information. + See the [Invalid License activation details]({%slug activation-errors-and-warnings%}#invalid-license) section for more information. * **Subscription licenses** used in deployed applications will continue to function normally. However, the following happens if you rebuild the application with an expired subscription license: * A watermark appears on application startup. * A modal dialog appears on application startup. * A warning message is logged in the build log. - See the [Invalid License]({%slug activation-errors-and-warnings%}#invalid-license) section for more information. + See the [Invalid License activation details]({%slug activation-errors-and-warnings%}#invalid-license) section for more information. * **Trial licenses** prevent the applications from functioning normally once the trial period has expired. The following happens if you try to build or run the application: * A watermark appears on application startup. * A modal dialog appears on application startup. * A warning message similar to the following is logged in the build log. - See the [Invalid License]({%slug activation-errors-and-warnings%}#invalid-license) section for more information. + See the [Invalid License activation details]({%slug activation-errors-and-warnings%}#invalid-license) section for more information. ## I Updated the Version of the Product Packages in My Project and the Invalid License Errors Have Appeared. What Is the Cause of This Behavior? The most likely cause is that the newly installed product version was released after the expiration date of your current license. To fix this issue: diff --git a/knowledge-base/avoid-table-splits-across-pages-radpdfprocessing.md b/knowledge-base/avoid-table-splits-across-pages-radpdfprocessing.md index 5bf8c140..3bf6ac44 100644 --- a/knowledge-base/avoid-table-splits-across-pages-radpdfprocessing.md +++ b/knowledge-base/avoid-table-splits-across-pages-radpdfprocessing.md @@ -91,4 +91,4 @@ Measure the table and calculate the remaining page height. For precise positioni ## See Also * [FixedContentEditor]({%slug radpdfprocessing-editing-fixedcontenteditor%}) -* [Tables]({%slug radpdfprocessing-editing-table-overview%}) +* [PDF Tables]({%slug radpdfprocessing-editing-table-overview%}) diff --git a/knowledge-base/change-block-text-color-in-pdf-table.md b/knowledge-base/change-block-text-color-in-pdf-table.md index ca6385e3..4f65e90b 100644 --- a/knowledge-base/change-block-text-color-in-pdf-table.md +++ b/knowledge-base/change-block-text-color-in-pdf-table.md @@ -28,7 +28,7 @@ To change the text color inside a table in a PDF document using RadPdfProcessing The following steps describe how to achieve this: -1. Create a [Table]({%slug radpdfprocessing-editing-table-overview%}) and add a [Row]({%slug radpdfprocessing-editing-table-tablerow%}) and a [Cell]({%slug radpdfprocessing-editing-table-tablecell%}) to it. +1. Create a [PDF Table]({%slug radpdfprocessing-editing-table-overview%}) and add a [PDF Table Row]({%slug radpdfprocessing-editing-table-tablerow%}) and a [PDF Table Cell]({%slug radpdfprocessing-editing-table-tablecell%}) to it. 2. Add a [Block]({%slug radpdfprocessing-editing-block%}) to the cell for the text you want to display. 3. Use `SaveGraphicProperties()` to save the current graphic state. 4. Set the [FillColor]({%slug radpdfprocessing-concepts-colors-and-color-spaces%}) property of [GraphicProperties]({%slug radpdfprocessing-editing-text-and-graphic-properties%}) to the desired color. diff --git a/knowledge-base/convert-to-pdf.md b/knowledge-base/convert-to-pdf.md index 738906a1..abf3ceb4 100644 --- a/knowledge-base/convert-to-pdf.md +++ b/knowledge-base/convert-to-pdf.md @@ -43,7 +43,7 @@ This article shows examples of the most common scenarios for converting document When you need to convert a document from another file format to PDF, use the capabilities of **WordsProcessing**. This library allows you to import documents from the most common rich text formats (DOCX, DOC, HTML, RTF) and plain text, and export them to PDF. All the supported document formats and the corresponding format providers are listed in the [Formats and Conversion section]({%slug radwordsprocessing-formats-and-conversion%}). ->note To use the **PdfFormatProvider** of **WordsProcessing**, add a reference to the **Telerik.Windows.Documents.Flow.FormatProviders.Pdf** assembly. For the full list of dependencies required by WordsProcessing, check the [Getting Started]({%slug radwordsprocessing-getting-started%}) topic. +>note To use the **PdfFormatProvider** of **WordsProcessing**, add a reference to the **Telerik.Windows.Documents.Flow.FormatProviders.Pdf** assembly. For the full list of dependencies required by WordsProcessing, check the [WordsProcessing Getting Started]({%slug radwordsprocessing-getting-started%}) topic. >The **PdfFormatProvider** class of WordsProcessing resides in the **Telerik.Windows.Documents.Flow.FormatProviders.Pdf namespace**. For more information on how to work with this provider, read [the PdfFormatProvider documentation]({%slug radwordsprocessing-formats-and-conversion-pdf-pdfformatprovider%}). @@ -137,7 +137,7 @@ When you need to convert a document from another file format to PDF, use the cap While the previously discussed libraries work with text documents, **SpreadProcessing** allows you to create, import, and export tabular data. This library supports the most common file formats for storing spreadsheet documents: XLSX, XLS, XLSM, and CSV. All format providers are listed and described in the corresponding [Formats and Conversion section]({%slug radspreadprocessing-formats-and-conversion-pdf-pdfformatprovider%}). ->note To enable the export to PDF in SpreadProcessing, add a reference to the **Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf** assembly. For the full list of dependencies required by SpreadProcessing, check the [Getting Started]({%slug radspreadprocessing-getting-started%}) topic. +>note To enable the export to PDF in SpreadProcessing, add a reference to the **Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf** assembly. For the full list of dependencies required by SpreadProcessing, check the [SpreadProcessing Getting Started]({%slug radspreadprocessing-getting-started%}) topic. >The **PdfFormatProvider** class of SpreadProcessing resides in the **Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf namespace**. For more information on how to work with this provider, read [the SpreadProcessing PdfFormatProvider documentation]({%slug radspreadprocessing-formats-and-conversion-pdf-pdfformatprovider%}). diff --git a/knowledge-base/create-dashed-line-border-table-radpdfprocessing.md b/knowledge-base/create-dashed-line-border-table-radpdfprocessing.md index 1b2394a0..d55315b4 100644 --- a/knowledge-base/create-dashed-line-border-table-radpdfprocessing.md +++ b/knowledge-base/create-dashed-line-border-table-radpdfprocessing.md @@ -19,7 +19,7 @@ This article shows how to add a dashed line border in a table by using [RadPdfPr ## Solution -To create a dashed line border for a [Table]({%slug radpdfprocessing-editing-table-overview%}) in RadPdfProcessing, follow these steps: +To create a dashed line border for a [PDF Table]({%slug radpdfprocessing-editing-table-overview%}) in RadPdfProcessing, follow these steps: 1. Set the desired font style properties for the table. 2. Create a `Border` object with the desired thickness, style, and color. @@ -82,7 +82,7 @@ table.DefaultCellProperties.Borders = new TableCellBorders(null, null, null,b); ## See Also * [TableCell]({%slug radpdfprocessing-editing-table-tablecell%}) -* [Table]({%slug radpdfprocessing-editing-table-overview%}) +* [PDF Table]({%slug radpdfprocessing-editing-table-overview%}) * [FixedContentEditor]({%slug radpdfprocessing-editing-fixedcontenteditor%}) * [Supported Border Styles]({%slug radpdfprocessing-editing-table-overview%}) diff --git a/knowledge-base/create-toc-for-merged-pdf-radpdfprocessing.md b/knowledge-base/create-toc-for-merged-pdf-radpdfprocessing.md index 56f206b5..3bf541a3 100644 --- a/knowledge-base/create-toc-for-merged-pdf-radpdfprocessing.md +++ b/knowledge-base/create-toc-for-merged-pdf-radpdfprocessing.md @@ -25,7 +25,7 @@ Create the TOC **after** you merge all source documents. The key considerations * The [FixedContentEditor]({%slug radpdfprocessing-editing-fixedcontenteditor%}) requires manual position calculations when placing content elements on a page. * Use the `Measure` method of the [Block]({%slug radpdfprocessing-editing-block%}) to determine whether the next TOC entry exceeds the page boundary. If so, insert a new TOC page and continue from there. -* Track the start page index of each source document before merging so you can later build accurate [Link]({%slug radpdfprocessing-model-annotations-links%}) annotations that use a [GoToAction]({%slug radpdfprocessing-model-annotations-links%}) pointing to the correct [RadFixedPage]({%slug radpdfprocessing-model-radfixedpage%}). +* Track the start page index of each source document before merging so you can later build accurate [PDF Link Annotations]({%slug radpdfprocessing-model-annotations-links%}) that use a [GoToAction]({%slug radpdfprocessing-model-annotations-links%}) pointing to the correct [RadFixedPage]({%slug radpdfprocessing-model-radfixedpage%}). * When new TOC pages are inserted at the beginning of the [RadFixedDocument]({%slug radpdfprocessing-model-radfixeddocument%}), adjust the target page index by the number of TOC pages added. The following example shows the complete approach: @@ -136,7 +136,7 @@ static void CreateTOC(RadFixedDocument document, System.Collections.Generic.List * The `documentStartPages` list records the zero-based start page index of each source document **before** the merge. This ensures correct navigation targets even after the TOC pages are prepended. * The `adjustedPageIndex` calculation (`docInfo.Item2 + tocPageIndex + 1`) compensates for the TOC pages inserted before the merged content. -* Each TOC entry is drawn as a [Block]({%slug radpdfprocessing-editing-block%}) and wrapped in a [Link]({%slug radpdfprocessing-model-annotations-links%}) annotation whose rectangle matches the measured block bounds. +* Each TOC entry is drawn as a [Block]({%slug radpdfprocessing-editing-block%}) and wrapped in a [PDF Link Annotation]({%slug radpdfprocessing-model-annotations-links%}) whose rectangle matches the measured block bounds. ## See Also diff --git a/knowledge-base/generate-table-with-images-pdf-processing.md b/knowledge-base/generate-table-with-images-pdf-processing.md index 63e05688..fd0585f6 100644 --- a/knowledge-base/generate-table-with-images-pdf-processing.md +++ b/knowledge-base/generate-table-with-images-pdf-processing.md @@ -15,7 +15,7 @@ res_type: kb ## Description -This article shows how to create a PDF document containing a [Table]({%slug radpdfprocessing-editing-table-overview%}) with [images]({%slug radpdfprocessing-model-image%}). +This article shows how to create a PDF document containing a [table]({%slug radpdfprocessing-editing-table-overview%}) with [images]({%slug radpdfprocessing-model-image%}). ## Solution @@ -85,5 +85,5 @@ Adjust the code according to your specific requirements and environment. ## See Also * [RadPdfProcessing]({%slug radpdfprocessing-overview%}) -* [Table]({%slug radpdfprocessing-editing-table-overview%}) -* [Images]({%slug radpdfprocessing-model-image%}) +* [PDF Table]({%slug radpdfprocessing-editing-table-overview%}) +* [PDF Images]({%slug radpdfprocessing-model-image%}) diff --git a/knowledge-base/generate-table-with-radfixeddocumenteditor.md b/knowledge-base/generate-table-with-radfixeddocumenteditor.md index 9f27f7cb..e2d6debd 100644 --- a/knowledge-base/generate-table-with-radfixeddocumenteditor.md +++ b/knowledge-base/generate-table-with-radfixeddocumenteditor.md @@ -102,7 +102,7 @@ The following image shows the result: * [RadPdfProcessing]({%slug radpdfprocessing-overview%}) * [RadFixedDocumentEditor]({%slug radpdfprocessing-editing-radfixeddocumenteditor%}) -* [Table]({%slug radpdfprocessing-editing-table-overview%}) +* [PDF Table Overview]({%slug radpdfprocessing-editing-table-overview%}) * [Creating Custom Layout Tables with RadPdfProcessing]({%slug customize-table-layout-radpdfprocessing%}) * [Generating a Table with Images Using PdfProcessing]({%slug generate-table-with-images-pdf-processing%}) diff --git a/knowledge-base/insert-form-xobject-elements-pdf-table-cell.md b/knowledge-base/insert-form-xobject-elements-pdf-table-cell.md index 669ae08c..f1854ac6 100644 --- a/knowledge-base/insert-form-xobject-elements-pdf-table-cell.md +++ b/knowledge-base/insert-form-xobject-elements-pdf-table-cell.md @@ -27,7 +27,7 @@ To insert interactive form fields like radio buttons and textboxes into table ce 1. Create a new [RadFixedDocument]({%slug radpdfprocessing-model-radfixeddocument%}) and add a page to it. 2. Initialize a [FixedContentEditor]({%slug radpdfprocessing-editing-fixedcontenteditor%}) on the page for drawing content. -3. Define a [Table]({%slug radpdfprocessing-editing-table-overview%}) object and configure its properties, including borders and cell padding. +3. Define a [PDF Table]({%slug radpdfprocessing-editing-table-overview%}) object and configure its properties, including borders and cell padding. 4. For each row in the table: - Add a text cell with the caption using [InsertText](https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/editing/block#inserting-text). - Create a [RadioButtonField]({%slug radpdfprocessing-model-interactive-forms-form-fields-radiobuttonfield%}) , configure its options, and draw it in a table cell. diff --git a/knowledge-base/pdf-image-border.md b/knowledge-base/pdf-image-border.md index e6f97f7a..8dea84f2 100644 --- a/knowledge-base/pdf-image-border.md +++ b/knowledge-base/pdf-image-border.md @@ -116,4 +116,4 @@ using (Stream output = File.OpenWrite(@"..\..\exported.pdf")) * [FixedContentEditor]({%slug radpdfprocessing-editing-fixedcontenteditor%}) * [TableCell]({%slug radpdfprocessing-editing-table-tablecell%}) -* [Images]({%slug radpdfprocessing-model-image%}) +* [PDF Images]({%slug radpdfprocessing-model-image%}) diff --git a/knowledge-base/pdfprocessing-create-repeat-header-row.md b/knowledge-base/pdfprocessing-create-repeat-header-row.md index b11f0fd5..a34b948b 100644 --- a/knowledge-base/pdfprocessing-create-repeat-header-row.md +++ b/knowledge-base/pdfprocessing-create-repeat-header-row.md @@ -175,5 +175,5 @@ The solution is to split the table on each page and draw a second table that con ## See Also * [RadPdfProcessing Overview]({%slug radpdfprocessing-overview%}) -* [Table]({%slug radpdfprocessing-editing-table-overview%}) +* [PDF Table Overview]({%slug radpdfprocessing-editing-table-overview%}) * [FixedContentEditor]({%slug radpdfprocessing-editing-fixedcontenteditor%}) diff --git a/knowledge-base/pdfprocessing-insert-hyperlink-into-radfixeddocument.md b/knowledge-base/pdfprocessing-insert-hyperlink-into-radfixeddocument.md index 07d31562..4a575e41 100644 --- a/knowledge-base/pdfprocessing-insert-hyperlink-into-radfixeddocument.md +++ b/knowledge-base/pdfprocessing-insert-hyperlink-into-radfixeddocument.md @@ -21,7 +21,7 @@ This article describes how to insert a hyperlink into the [RadFixedDocument]({%s ## Solution -The following example shows how to insert a hyperlink using a [Link]({%slug radpdfprocessing-model-annotations-links%}#link) annotation with an associated [UriAction](https://docs.telerik.com/devtools/document-processing/api/telerik.windows.documents.fixed.model.actions.uriaction) in the `RadFixedDocument`. The [FixedContentEditor]({%slug radpdfprocessing-editing-fixedcontenteditor%}) draws a block containing the text over the annotation. +The following example shows how to insert a hyperlink using a [PDF link annotation]({%slug radpdfprocessing-model-annotations-links%}#link) with an associated [UriAction](https://docs.telerik.com/devtools/document-processing/api/telerik.windows.documents.fixed.model.actions.uriaction) in the `RadFixedDocument`. The [FixedContentEditor]({%slug radpdfprocessing-editing-fixedcontenteditor%}) draws a block containing the text over the annotation. **Example 1: Insert a Hyperlink into RadFixedDocument** diff --git a/knowledge-base/pdfprocessing-rotate-cell-content.md b/knowledge-base/pdfprocessing-rotate-cell-content.md index efeb84b3..fc30d197 100644 --- a/knowledge-base/pdfprocessing-rotate-cell-content.md +++ b/knowledge-base/pdfprocessing-rotate-cell-content.md @@ -25,7 +25,7 @@ When working with [RadFixedDocument]({%slug radpdfprocessing-model-radfixeddocum ## Solution -The [RadPdfProcessing]({%slug radpdfprocessing-overview%}) library does not natively support rotated content inside [Table]({%slug radpdfprocessing-editing-table-overview%}) cells. However, you can achieve this by creating a custom `RotatedBlock` class that implements the `IBlockElement` interface and wraps an inner [Block]({%slug radpdfprocessing-editing-block%}) instance. +The [RadPdfProcessing]({%slug radpdfprocessing-overview%}) library does not natively support rotated content inside [PDF Table]({%slug radpdfprocessing-editing-table-overview%}) cells. However, you can achieve this by creating a custom `RotatedBlock` class that implements the `IBlockElement` interface and wraps an inner [Block]({%slug radpdfprocessing-editing-block%}) instance. ![PdfProcessing Rotate Cell Content](images/pdf-processing-rotate-cell-content.png) @@ -193,7 +193,7 @@ namespace Rotate_Table_Cell } ``` -**Step 2:** Use the `RotatedBlock` inside a [Table]({%slug radpdfprocessing-editing-table-overview%}) and insert it into the document via [RadFixedDocumentEditor]({%slug radpdfprocessing-editing-radfixeddocumenteditor%}): +**Step 2:** Use the `RotatedBlock` inside a [PDF Table]({%slug radpdfprocessing-editing-table-overview%}) and insert it into the document via [RadFixedDocumentEditor]({%slug radpdfprocessing-editing-radfixeddocumenteditor%}): ```csharp using Rotate_Table_Cell; @@ -245,6 +245,6 @@ static void DrawTableWithRotatedBlocks(RadFixedDocument document) ## See Also * [Block]({%slug radpdfprocessing-editing-block%}) -* [Table]({%slug radpdfprocessing-editing-table-overview%}) +* [PDF Table Overview]({%slug radpdfprocessing-editing-table-overview%}) * [TableCell]({%slug radpdfprocessing-editing-table-tablecell%}) * [FixedContentEditor]({%slug radpdfprocessing-editing-fixedcontenteditor%}) \ No newline at end of file diff --git a/knowledge-base/populate-table-data-mail-merge.md b/knowledge-base/populate-table-data-mail-merge.md index fee8dc75..c6f2aa60 100644 --- a/knowledge-base/populate-table-data-mail-merge.md +++ b/knowledge-base/populate-table-data-mail-merge.md @@ -109,4 +109,4 @@ If you skip the `MailMerge` step, the following template is produced: ## See Also * [Nested Mail Merge]({%slug radwordsprocessing-editing-mail-merge%}) -* [Table]({%slug radwordsprocessing-model-table%}) +* [WordsProcessing Table Model]({%slug radwordsprocessing-model-table%}) diff --git a/knowledge-base/split-worksheet-sections-hybrid-spreadprocessing-spreadstreamprocessing.md b/knowledge-base/split-worksheet-sections-hybrid-spreadprocessing-spreadstreamprocessing.md index c6ab0945..3bb78356 100644 --- a/knowledge-base/split-worksheet-sections-hybrid-spreadprocessing-spreadstreamprocessing.md +++ b/knowledge-base/split-worksheet-sections-hybrid-spreadprocessing-spreadstreamprocessing.md @@ -179,7 +179,7 @@ using (IWorkbookExporter workbookExporter = SpreadExporter.CreateWorkbookExporte * **Repeating section marker**: This implementation requires that each section in the source worksheet starts with an identical, repeating cell value (for example, a report title or header label). Every occurrence of this value is treated as the beginning of a new section. If your document uses a different structure to delimit sections, adjust the detection logic accordingly. * **Number formatting**: Values like currency amounts and percentages must be set as numeric types (for example, `double`) rather than strings. Calling `cellOut.SetValue("900")` stores the value as text, which causes number formats to be ignored. Use `double.TryParse` to detect numeric values and set them correctly. -* **Column widths**: [RadSpreadStreamProcessing]({%slug radspreadstreamprocessing-overview%}) does not support auto-fitting column widths. You must either supply widths manually or retrieve them from SpreadProcessing as shown above. See [Columns]({%slug radspreadstreamprocessing-model-columns%}) and [Get Cell Content Size]({%slug radspreadstreamprocessing-features-text-measuring%}) for more details. +* **Column widths**: [RadSpreadStreamProcessing]({%slug radspreadstreamprocessing-overview%}) does not support auto-fitting column widths. You must either supply widths manually or retrieve them from SpreadProcessing as shown above. See [SpreadStreamProcessing Columns]({%slug radspreadstreamprocessing-model-columns%}) and [Get Cell Content Size]({%slug radspreadstreamprocessing-features-text-measuring%}) for more details. * **Merged cells**: [RadSpreadStreamProcessing]({%slug radspreadstreamprocessing-overview%}) supports merging cells through [IWorksheetExporter.MergeCells]({%slug radspreadstreamprocessing-model-cells%}#merge-cells), but you must obtain the source ranges externally (for example, from SpreadProcessing). ## See Also diff --git a/knowledge-base/table-column-span-radpdfprocessing.md b/knowledge-base/table-column-span-radpdfprocessing.md index 4b4f1172..96997c7a 100644 --- a/knowledge-base/table-column-span-radpdfprocessing.md +++ b/knowledge-base/table-column-span-radpdfprocessing.md @@ -27,7 +27,7 @@ Creating [tables]({%slug radpdfprocessing-editing-table-overview%}) with varying To correctly implement column spanning in tables using RadPdfProcessing, follow these steps: -1. Create a new [Table]({%slug radpdfprocessing-editing-table-overview%}) and configure its properties, such as `LayoutType` and `DefaultCellProperties`. +1. Create a new [PDF Table]({%slug radpdfprocessing-editing-table-overview%}) and configure its properties, such as `LayoutType` and `DefaultCellProperties`. 2. When adding cells to a row that includes a column span, adjust the number of added cells accordingly. For a row with cells that should span across multiple columns, reduce the number of total cells in that row by the span amount minus one. diff --git a/knowledge-base/table-header-row-in-pdf-processing.md b/knowledge-base/table-header-row-in-pdf-processing.md index 135c06b8..3b9029c7 100644 --- a/knowledge-base/table-header-row-in-pdf-processing.md +++ b/knowledge-base/table-header-row-in-pdf-processing.md @@ -15,7 +15,7 @@ res_type: kb ## Description -[RadPdfProcessing]({%slug radpdfprocessing-overview%}) allows you to create [Tables]({%slug radpdfprocessing-editing-table-overview%}). A common requirement is to have a header row for the table. This article shows how to simulate this feature. +[RadPdfProcessing]({%slug radpdfprocessing-overview%}) allows you to create [PDF tables]({%slug radpdfprocessing-editing-table-overview%}). A common requirement is to have a header row for the table. This article shows how to simulate this feature. ## Solution @@ -72,8 +72,8 @@ Add a table header row as a standard `TableRow` with bold text. ## See Also -* [How to implement FontsProvider]({%slug pdfprocessing-implement-fontsprovider%}) -* [Fonts]({%slug radpdfprocessing-cross-platform-fonts%}) +* [How to Implement FontsProvider]({%slug pdfprocessing-implement-fontsprovider%}) +* [PDF Fonts]({%slug radpdfprocessing-cross-platform-fonts%}) * [TableCell]({%slug radpdfprocessing-editing-table-tablecell%}) -* [Table]({%slug radpdfprocessing-editing-table-overview%}) +* [PDF Table Overview]({%slug radpdfprocessing-editing-table-overview%}) * [FixedContentEditor]({%slug radpdfprocessing-editing-fixedcontenteditor%}) diff --git a/knowledge-base/wordsprocessing-preventing-table-row-splitting-html-pdf.md b/knowledge-base/wordsprocessing-preventing-table-row-splitting-html-pdf.md index 7dd857f4..1b75ef70 100644 --- a/knowledge-base/wordsprocessing-preventing-table-row-splitting-html-pdf.md +++ b/knowledge-base/wordsprocessing-preventing-table-row-splitting-html-pdf.md @@ -158,6 +158,6 @@ private static void AddRowToTable(Telerik.Windows.Documents.Fixed.Model.Editing. ## See Also -* [Table]({%slug radpdfprocessing-editing-table-overview%}) +* [PDF Table Overview]({%slug radpdfprocessing-editing-table-overview%}) * [TableRow]({%slug radpdfprocessing-editing-table-tablerow%}) * [TableCell]({%slug radpdfprocessing-editing-table-tablecell%}) diff --git a/libraries/radpdfprocessing/features/digital-signature/limitations.md b/libraries/radpdfprocessing/features/digital-signature/limitations.md index a614ec12..edaadc2d 100644 --- a/libraries/radpdfprocessing/features/digital-signature/limitations.md +++ b/libraries/radpdfprocessing/features/digital-signature/limitations.md @@ -23,4 +23,4 @@ The following limitations apply to digital signatures in RadPdfProcessing: * [Form Fields]({%slug radpdfprocessing-model-interactive-forms-form-fields%}) * [AcroForm]({%slug radpdfprocessing-model-interactive-forms-acroform%}) * [SignatureField]({%slug radpdfprocessing-model-interactive-forms-form-fields-signaturefield%}) -* [Digital Signature]({%slug radpdfprocessing-features-digital-signature%}) +* [Digital Signature Feature Overview]({%slug radpdfprocessing-features-digital-signature%}) diff --git a/libraries/radpdfprocessing/features/digital-signature/pdf-sign-timestamp-server.md b/libraries/radpdfprocessing/features/digital-signature/pdf-sign-timestamp-server.md index 3828c760..583d54b9 100644 --- a/libraries/radpdfprocessing/features/digital-signature/pdf-sign-timestamp-server.md +++ b/libraries/radpdfprocessing/features/digital-signature/pdf-sign-timestamp-server.md @@ -32,6 +32,6 @@ The following example shows how to initialize a new instance of the `TimeStampSe ## See Also -* [Digital Signature]({%slug radpdfprocessing-features-digital-signature%}) +* [Digital Signature Feature Overview]({%slug radpdfprocessing-features-digital-signature%}) * [Signature Field]({%slug radpdfprocessing-model-interactive-forms-form-fields-signaturefield%}) * [Multiple Digital Signatures Demo](https://demos.telerik.com/document-processing/pdfprocessing/multiple_digital_signatures) diff --git a/libraries/radpdfprocessing/features/digital-signature/pdfstreamsigner.md b/libraries/radpdfprocessing/features/digital-signature/pdfstreamsigner.md index 3e79da61..80485544 100644 --- a/libraries/radpdfprocessing/features/digital-signature/pdfstreamsigner.md +++ b/libraries/radpdfprocessing/features/digital-signature/pdfstreamsigner.md @@ -36,7 +36,7 @@ The following example shows how to insert multiple [digital signatures]({%slug r ## See Also -* [Digital Signature]({%slug radpdfprocessing-features-digital-signature%}) +* [Digital Signature Feature Overview]({%slug radpdfprocessing-features-digital-signature%}) * [Signature Field]({%slug radpdfprocessing-model-interactive-forms-form-fields-signaturefield%}) * [Multiple Digital Signatures Demo](https://demos.telerik.com/document-processing/pdfprocessing/multiple_digital_signatures) * [Using a TimeStamp Server]({%slug pdf-sign-timestamp-server%}) diff --git a/libraries/radpdfprocessing/features/gen-ai-powered-document-insights/partial-context-question-processor.md b/libraries/radpdfprocessing/features/gen-ai-powered-document-insights/partial-context-question-processor.md index a86b9aa7..66d0f371 100644 --- a/libraries/radpdfprocessing/features/gen-ai-powered-document-insights/partial-context-question-processor.md +++ b/libraries/radpdfprocessing/features/gen-ai-powered-document-insights/partial-context-question-processor.md @@ -98,6 +98,6 @@ The following code snippet shows a sample custom `CustomOpenAIEmbedder` implemen ## See Also * [GenAI-powered Document Insights Overview]({%slug radpdfprocessing-features-gen-ai-powered-document-insights-overview%}) -* [Prerequisites]({%slug radpdfprocessing-features-gen-ai-powered-document-insights-prerequisites%}) +* [GenAI-powered Document Insights Prerequisites]({%slug radpdfprocessing-features-gen-ai-powered-document-insights-prerequisites%}) * [SummarizationProcessor]({%slug radpdfprocessing-features-gen-ai-powered-document-insights-summarization-processor%}) * [CompleteContextQuestionProcessor]({%slug radpdfprocessing-features-gen-ai-powered-document-insights-complete-context-question-processor%}) diff --git a/libraries/radpdfprocessing/features/gen-ai-powered-document-insights/summarization-processor.md b/libraries/radpdfprocessing/features/gen-ai-powered-document-insights/summarization-processor.md index 30d7ed47..406ecf14 100644 --- a/libraries/radpdfprocessing/features/gen-ai-powered-document-insights/summarization-processor.md +++ b/libraries/radpdfprocessing/features/gen-ai-powered-document-insights/summarization-processor.md @@ -62,6 +62,6 @@ This approach allows the processor to handle documents of any size, but it incre ## See Also * [GenAI-powered Document Insights Overview]({%slug radpdfprocessing-features-gen-ai-powered-document-insights-overview%}) -* [Prerequisites]({%slug radpdfprocessing-features-gen-ai-powered-document-insights-prerequisites%}) +* [GenAI-powered Document Insights Prerequisites]({%slug radpdfprocessing-features-gen-ai-powered-document-insights-prerequisites%}) * [PartialContextQuestionProcessor]({%slug radpdfprocessing-features-gen-ai-powered-document-insights-partial-context-question-processor%}) * [CompleteContextQuestionProcessor]({%slug radpdfprocessing-features-gen-ai-powered-document-insights-complete-context-question-processor%}) diff --git a/libraries/radpdfprocessing/formats-and-conversion/ocr/custom-ocr-provider.md b/libraries/radpdfprocessing/formats-and-conversion/ocr/custom-ocr-provider.md index 6861f631..997f1a84 100644 --- a/libraries/radpdfprocessing/formats-and-conversion/ocr/custom-ocr-provider.md +++ b/libraries/radpdfprocessing/formats-and-conversion/ocr/custom-ocr-provider.md @@ -44,7 +44,7 @@ After iterating all images in the specified folder (which contain content in dif ## See Also -* [Prerequisites]({%slug radpdfprocessing-formats-and-conversion-ocr-prerequisites%}) +* [OCR Provider Prerequisites]({%slug radpdfprocessing-formats-and-conversion-ocr-prerequisites%}) * [Using OcrFormatProvider]({%slug radpdfprocessing-formats-and-conversion-ocr-ocrformatprovider%}) * [Cross-Platform Support - Images]({%slug radpdfprocessing-cross-platform-images%}) * [What is Azure AI Vision?](https://learn.microsoft.com/en-us/azure/ai-services/computer-vision/overview) diff --git a/libraries/radpdfprocessing/formats-and-conversion/pdf/pdfformatprovider/pdfformatprovider.md b/libraries/radpdfprocessing/formats-and-conversion/pdf/pdfformatprovider/pdfformatprovider.md index f24e1eaa..ec901345 100644 --- a/libraries/radpdfprocessing/formats-and-conversion/pdf/pdfformatprovider/pdfformatprovider.md +++ b/libraries/radpdfprocessing/formats-and-conversion/pdf/pdfformatprovider/pdfformatprovider.md @@ -101,6 +101,6 @@ Check these common issues if import or export does not behave as expected: ## See Also -* [Settings]({%slug radpdfprocessing-formats-and-conversion-pdf-settings%}) +* [PDF Format Provider Settings]({%slug radpdfprocessing-formats-and-conversion-pdf-settings%}) * [Timeout Mechanism]({%slug timeout-mechanism-in-dpl%}) * [Automatic Output Stream Clearing on Export]({%slug common-export-output-stream-clearing%}) diff --git a/libraries/radpdfprocessing/formats-and-conversion/pdf/pdfstreamwriter/overview.md b/libraries/radpdfprocessing/formats-and-conversion/pdf/pdfstreamwriter/overview.md index 5e6b558b..75943a4a 100644 --- a/libraries/radpdfprocessing/formats-and-conversion/pdf/pdfstreamwriter/overview.md +++ b/libraries/radpdfprocessing/formats-and-conversion/pdf/pdfstreamwriter/overview.md @@ -56,7 +56,7 @@ Use **PdfFormatProvider** when your scenario requires reading or modifying exist ## See Also -* [Features]({%slug radpdfprocessing-formats-and-conversion-pdf-pdfstreamwriter-features%}) +* [PDF Stream Writer Features]({%slug radpdfprocessing-formats-and-conversion-pdf-pdfstreamwriter-features%}) * [PdfFormatProvider]({%slug radpdfprocessing-formats-and-conversion-pdf-pdfformatprovider%}) * [PdfStreamWriter Class]({%slug radpdfprocessing-formats-and-conversion-pdf-pdfstreamwriter-pdfstreamwriter%}) * [Splitting Big PDF Documents into Smaller Files Efficiently]({%slug split-big-pdf-documents%}) diff --git a/libraries/radpdfprocessing/model/actions/gotor-actions.md b/libraries/radpdfprocessing/model/actions/gotor-actions.md index 7a192e39..0dcc41c5 100644 --- a/libraries/radpdfprocessing/model/actions/gotor-actions.md +++ b/libraries/radpdfprocessing/model/actions/gotor-actions.md @@ -35,7 +35,7 @@ The following example shows how to create a PDF document and add a `GoToRAction` ## See Also -* [Links]({%slug radpdfprocessing-model-annotations-links%}) -* [Actions]({%slug radpdfprocessing-model-actions%}) -* [Annotations]({%slug radpdfprocessing-model-annotations-overview%}) +* [PDF Link Annotations]({%slug radpdfprocessing-model-annotations-links%}) +* [PDF Actions Overview]({%slug radpdfprocessing-model-actions%}) +* [PDF Annotations Overview]({%slug radpdfprocessing-model-annotations-overview%}) * [LaunchAction]({%slug radpdfprocessing-model-actions-launch%}) diff --git a/libraries/radpdfprocessing/model/actions/launch-actions.md b/libraries/radpdfprocessing/model/actions/launch-actions.md index d66a968e..e6f256f4 100644 --- a/libraries/radpdfprocessing/model/actions/launch-actions.md +++ b/libraries/radpdfprocessing/model/actions/launch-actions.md @@ -30,7 +30,7 @@ The following example shows how to create a PDF document and add a `LaunchAction ## See Also -* [Links]({%slug radpdfprocessing-model-annotations-links%}) -* [Actions]({%slug radpdfprocessing-model-actions%}) -* [Annotations]({%slug radpdfprocessing-model-annotations-overview%}) +* [PDF Link Annotations]({%slug radpdfprocessing-model-annotations-links%}) +* [PDF Actions Overview]({%slug radpdfprocessing-model-actions%}) +* [PDF Annotations Overview]({%slug radpdfprocessing-model-annotations-overview%}) * [GoToRAction]({%slug radpdfprocessing-model-actions-gotor%}) diff --git a/libraries/radpdfprocessing/model/interactive-forms/acroform.md b/libraries/radpdfprocessing/model/interactive-forms/acroform.md index 50b13285..aa115977 100644 --- a/libraries/radpdfprocessing/model/interactive-forms/acroform.md +++ b/libraries/radpdfprocessing/model/interactive-forms/acroform.md @@ -30,7 +30,7 @@ The `AcroForm` class provides the following properties: * [FormField]({%slug radpdfprocessing-model-interactive-forms-form-fields%}) * [FormFieldCollection]({%slug radpdfprocessing-model-interactive-forms-formfieldcollection%}) -* [Widgets]({%slug radpdfprocessing-model-annotations-widgets%}) +* [PDF Annotation Widgets]({%slug radpdfprocessing-model-annotations-widgets%}) * [Extracting Data from PDF Form Fields Using RadPdfProcessing]({%slug extract-pdf-form-fields-data-radpdfprocessing%}) * [Resolving Apostrophe Character Being Replaced with Copyright Symbol in Filled PDF AcroForm]({%slug apostrophe-character-replaced-copyright-symbol-acroform%}) diff --git a/libraries/radpdfprocessing/model/interactive-forms/dynamic-appearance-properties.md b/libraries/radpdfprocessing/model/interactive-forms/dynamic-appearance-properties.md index 2414ab66..a3290afa 100644 --- a/libraries/radpdfprocessing/model/interactive-forms/dynamic-appearance-properties.md +++ b/libraries/radpdfprocessing/model/interactive-forms/dynamic-appearance-properties.md @@ -80,6 +80,6 @@ The `PushButtonAppearanceCharacteristics` class inherits `ButtonAppearanceCharac ## See Also -* [Widgets]({%slug radpdfprocessing-model-annotations-widgets %}) +* [PDF Annotation Widgets]({%slug radpdfprocessing-model-annotations-widgets %}) * [AcroForm]({%slug radpdfprocessing-model-interactive-forms-acroform %}) * [FormSource]({%slug radpdfprocessing-model-formsource-overview%}) \ No newline at end of file diff --git a/libraries/radpdfprocessing/model/interactive-forms/form-fields/checkboxfield.md b/libraries/radpdfprocessing/model/interactive-forms/form-fields/checkboxfield.md index 4d8a7172..baddce64 100644 --- a/libraries/radpdfprocessing/model/interactive-forms/form-fields/checkboxfield.md +++ b/libraries/radpdfprocessing/model/interactive-forms/form-fields/checkboxfield.md @@ -29,7 +29,7 @@ The `CheckBoxField` class corresponds to the `FormFieldType.CheckBox` enum value ## See Also * [Form Field]({%slug radpdfprocessing-model-interactive-forms-form-fields%}) -* [Widgets]({%slug radpdfprocessing-model-annotations-widgets%}) +* [PDF Annotation Widgets]({%slug radpdfprocessing-model-annotations-widgets%}) * [RadioButtonField Class]({%slug radpdfprocessing-model-interactive-forms-form-fields-radiobuttonfield%}) * [Create Interactive Forms SDK example](https://github.com/telerik/document-processing-sdk/tree/master/PdfProcessing/CreateInteractiveForms) * [Modifying Forms SDK example](https://github.com/telerik/document-processing-sdk/tree/master/PdfProcessing/ModifyForms) diff --git a/libraries/radpdfprocessing/model/interactive-forms/form-fields/comboboxfield.md b/libraries/radpdfprocessing/model/interactive-forms/form-fields/comboboxfield.md index 073710ac..2e0ab87d 100644 --- a/libraries/radpdfprocessing/model/interactive-forms/form-fields/comboboxfield.md +++ b/libraries/radpdfprocessing/model/interactive-forms/form-fields/comboboxfield.md @@ -32,7 +32,7 @@ The `ComboBoxField` class corresponds to the `FormFieldType.ComboBox` enum value ## See Also * [Form Field]({%slug radpdfprocessing-model-interactive-forms-form-fields%}) -* [Widgets]({%slug radpdfprocessing-model-annotations-widgets%}) +* [PDF Annotation Widgets]({%slug radpdfprocessing-model-annotations-widgets%}) * [CombTextBoxField]({%slug radpdfprocessing-model-interactive-forms-form-fields-combtextboxfield%}) * [Create Interactive Forms SDK example](https://github.com/telerik/document-processing-sdk/tree/master/PdfProcessing/CreateInteractiveForms) * [Modifying Forms SDK example](https://github.com/telerik/document-processing-sdk/tree/master/PdfProcessing/ModifyForms) diff --git a/libraries/radpdfprocessing/model/interactive-forms/form-fields/combtextboxfield.md b/libraries/radpdfprocessing/model/interactive-forms/form-fields/combtextboxfield.md index 1546ffa7..229962ac 100644 --- a/libraries/radpdfprocessing/model/interactive-forms/form-fields/combtextboxfield.md +++ b/libraries/radpdfprocessing/model/interactive-forms/form-fields/combtextboxfield.md @@ -29,6 +29,6 @@ The `CombTextBoxField` class corresponds to the `FormFieldType.CombTextBox` enum ## See Also * [Form Field]({%slug radpdfprocessing-model-interactive-forms-form-fields%}) -* [Widgets]({%slug radpdfprocessing-model-annotations-widgets%}) +* [PDF Annotation Widgets]({%slug radpdfprocessing-model-annotations-widgets%}) * [Create Interactive Forms SDK example](https://github.com/telerik/document-processing-sdk/tree/master/PdfProcessing/CreateInteractiveForms) * [Modifying Forms SDK example](https://github.com/telerik/document-processing-sdk/tree/master/PdfProcessing/ModifyForms) diff --git a/libraries/radpdfprocessing/model/interactive-forms/form-fields/formfields.md b/libraries/radpdfprocessing/model/interactive-forms/form-fields/formfields.md index 012d2cc0..087a29f1 100644 --- a/libraries/radpdfprocessing/model/interactive-forms/form-fields/formfields.md +++ b/libraries/radpdfprocessing/model/interactive-forms/form-fields/formfields.md @@ -70,7 +70,7 @@ When merging documents that contain form fields, you must ensure that each field ## See Also -* [Widgets]({%slug radpdfprocessing-model-annotations-widgets%}) +* [PDF Annotation Widgets]({%slug radpdfprocessing-model-annotations-widgets%}) * [AcroForm]({%slug radpdfprocessing-model-interactive-forms-acroform%}) * [Create Interactive Forms SDK example](https://github.com/telerik/document-processing-sdk/tree/master/PdfProcessing/CreateInteractiveForms) * [Modifying Forms SDK example](https://github.com/telerik/document-processing-sdk/tree/master/PdfProcessing/ModifyForms) diff --git a/libraries/radpdfprocessing/model/interactive-forms/form-fields/listboxfield.md b/libraries/radpdfprocessing/model/interactive-forms/form-fields/listboxfield.md index c7aa3014..84bcbd4e 100644 --- a/libraries/radpdfprocessing/model/interactive-forms/form-fields/listboxfield.md +++ b/libraries/radpdfprocessing/model/interactive-forms/form-fields/listboxfield.md @@ -31,6 +31,6 @@ The `ListBoxField` class provides the following properties: ## See Also * [Form Field]({%slug radpdfprocessing-model-interactive-forms-form-fields %}) -* [Widgets]({%slug radpdfprocessing-model-annotations-widgets %}) +* [PDF Annotation Widgets]({%slug radpdfprocessing-model-annotations-widgets %}) * [Create Interactive Forms SDK Example](https://github.com/telerik/document-processing-sdk/tree/master/PdfProcessing/CreateInteractiveForms) * [Modifying Forms SDK Example](https://github.com/telerik/document-processing-sdk/tree/master/PdfProcessing/ModifyForms) diff --git a/libraries/radpdfprocessing/model/interactive-forms/form-fields/pushbuttonfield.md b/libraries/radpdfprocessing/model/interactive-forms/form-fields/pushbuttonfield.md index a9ad72e4..97da52d0 100644 --- a/libraries/radpdfprocessing/model/interactive-forms/form-fields/pushbuttonfield.md +++ b/libraries/radpdfprocessing/model/interactive-forms/form-fields/pushbuttonfield.md @@ -24,6 +24,6 @@ The `PushButtonField` class corresponds to the `FormFieldType.PushButton` enum v ## See Also * [FormField]({%slug radpdfprocessing-model-interactive-forms-form-fields%}) -* [Widgets]({%slug radpdfprocessing-model-annotations-widgets%}) +* [PDF Annotation Widgets]({%slug radpdfprocessing-model-annotations-widgets%}) * [Create Interactive Forms SDK example](https://github.com/telerik/document-processing-sdk/tree/master/PdfProcessing/CreateInteractiveForms) * [Modifying Forms SDK example](https://github.com/telerik/document-processing-sdk/tree/master/PdfProcessing/ModifyForms) diff --git a/libraries/radpdfprocessing/model/interactive-forms/form-fields/radiobuttonfield.md b/libraries/radpdfprocessing/model/interactive-forms/form-fields/radiobuttonfield.md index 96a55dd9..72dc79bf 100644 --- a/libraries/radpdfprocessing/model/interactive-forms/form-fields/radiobuttonfield.md +++ b/libraries/radpdfprocessing/model/interactive-forms/form-fields/radiobuttonfield.md @@ -31,7 +31,7 @@ The `RadioButtonField` class corresponds to the `FormFieldType.RadioButton` enum ## See Also * [Form Field]({%slug radpdfprocessing-model-interactive-forms-form-fields%}) -* [Widgets]({%slug radpdfprocessing-model-annotations-widgets%}) +* [PDF Annotation Widgets]({%slug radpdfprocessing-model-annotations-widgets%}) * [CheckBoxField Class]({%slug radpdfprocessing-model-interactive-forms-form-fields-checkboxfield%}) * [Create Interactive Forms SDK example](https://github.com/telerik/document-processing-sdk/tree/master/PdfProcessing/CreateInteractiveForms) * [Modifying Forms SDK example](https://github.com/telerik/document-processing-sdk/tree/master/PdfProcessing/ModifyForms) diff --git a/libraries/radpdfprocessing/model/interactive-forms/form-fields/resetting-form-fields.md b/libraries/radpdfprocessing/model/interactive-forms/form-fields/resetting-form-fields.md index e06ee1a7..8c08f0ee 100644 --- a/libraries/radpdfprocessing/model/interactive-forms/form-fields/resetting-form-fields.md +++ b/libraries/radpdfprocessing/model/interactive-forms/form-fields/resetting-form-fields.md @@ -34,7 +34,7 @@ If the document already contains form fields and a `PushButtonWidget`, you can a ## See Also -* [Widgets]({%slug radpdfprocessing-model-annotations-widgets%}) +* [PDF Annotation Widgets]({%slug radpdfprocessing-model-annotations-widgets%}) * [AcroForm]({%slug radpdfprocessing-model-interactive-forms-acroform%}) * [Create Interactive Forms SDK example](https://github.com/telerik/document-processing-sdk/tree/master/PdfProcessing/CreateInteractiveForms) * [Modifying Forms SDK example](https://github.com/telerik/document-processing-sdk/tree/master/PdfProcessing/ModifyForms) diff --git a/libraries/radpdfprocessing/model/interactive-forms/form-fields/signaturefield.md b/libraries/radpdfprocessing/model/interactive-forms/form-fields/signaturefield.md index f0c3fbb2..feb82d71 100644 --- a/libraries/radpdfprocessing/model/interactive-forms/form-fields/signaturefield.md +++ b/libraries/radpdfprocessing/model/interactive-forms/form-fields/signaturefield.md @@ -28,5 +28,5 @@ The `SignatureField` class provides the following properties: ## See Also * [FormField]({%slug radpdfprocessing-model-interactive-forms-form-fields%}) -* [Widgets]({%slug radpdfprocessing-model-annotations-widgets%}) +* [PDF Annotation Widgets]({%slug radpdfprocessing-model-annotations-widgets%}) * [Signature API Reference](https://docs.telerik.com/devtools/document-processing/api/Telerik.Windows.Documents.Fixed.Model.DigitalSignatures.Signature.html) diff --git a/libraries/radpdfprocessing/model/interactive-forms/form-fields/textboxfield.md b/libraries/radpdfprocessing/model/interactive-forms/form-fields/textboxfield.md index 2e2f7748..bbfb7247 100644 --- a/libraries/radpdfprocessing/model/interactive-forms/form-fields/textboxfield.md +++ b/libraries/radpdfprocessing/model/interactive-forms/form-fields/textboxfield.md @@ -36,7 +36,7 @@ The `TextBoxField` class exposes the following properties: ## See Also * [Form Field]({%slug radpdfprocessing-model-interactive-forms-form-fields %}) -* [Widgets]({%slug radpdfprocessing-model-annotations-widgets %}) +* [PDF Annotation Widgets]({%slug radpdfprocessing-model-annotations-widgets %}) * [CombTextBoxField]({%slug radpdfprocessing-model-interactive-forms-form-fields-combtextboxfield%}) * [Create Interactive Forms SDK Example](https://github.com/telerik/document-processing-sdk/tree/master/PdfProcessing/CreateInteractiveForms) * [Modifying Forms SDK Example](https://github.com/telerik/document-processing-sdk/tree/master/PdfProcessing/ModifyForms) diff --git a/libraries/radpdfprocessing/model/interactive-forms/formfieldcollection.md b/libraries/radpdfprocessing/model/interactive-forms/formfieldcollection.md index dbdb1e77..55dc9efa 100644 --- a/libraries/radpdfprocessing/model/interactive-forms/formfieldcollection.md +++ b/libraries/radpdfprocessing/model/interactive-forms/formfieldcollection.md @@ -57,6 +57,6 @@ You can also use the following methods to modify the collection of form fields i ## See Also * [FormField]({%slug radpdfprocessing-model-interactive-forms-form-fields%}) -* [Widgets]({%slug radpdfprocessing-model-annotations-widgets%}) +* [PDF Annotation Widgets]({%slug radpdfprocessing-model-annotations-widgets%}) * [AcroForm]({%slug radpdfprocessing-model-interactive-forms-acroform %}) * [Extracting Data from PDF Form Fields Using RadPdfProcessing]({%slug extract-pdf-form-fields-data-radpdfprocessing%}) diff --git a/libraries/radpdfprocessing/model/interactive-forms/overview.md b/libraries/radpdfprocessing/model/interactive-forms/overview.md index 6487789b..bbb0e11c 100644 --- a/libraries/radpdfprocessing/model/interactive-forms/overview.md +++ b/libraries/radpdfprocessing/model/interactive-forms/overview.md @@ -33,6 +33,6 @@ Widget annotations visualize the form fields data on the PDF pages. Each field c ## See Also * [FormField]({%slug radpdfprocessing-model-interactive-forms-form-fields%}) -* [Widgets]({%slug radpdfprocessing-model-annotations-widgets%}) +* [PDF Annotation Widgets]({%slug radpdfprocessing-model-annotations-widgets%}) * [Annotations]({%slug radpdfprocessing-model-annotations-overview%}) * [PdfProcessing Form Fields Reading and Writing Demo](https://demos.telerik.com/document-processing/pdfprocessing/read_write_form_fields) diff --git a/libraries/radspreadprocessing/changes-and-backward-compatibility/changes.md b/libraries/radspreadprocessing/changes-and-backward-compatibility/changes.md index 83c2f2cb..06a8dca1 100644 --- a/libraries/radspreadprocessing/changes-and-backward-compatibility/changes.md +++ b/libraries/radspreadprocessing/changes-and-backward-compatibility/changes.md @@ -39,7 +39,7 @@ The following sections summarize the new features introduced in each release wit ## What Is New in 2014 Q2 -* [Filtering]({%slug radspreadprocessing-features-filtering%}) +* [Filtering Feature]({%slug radspreadprocessing-features-filtering%}) * [Sorting]({%slug radspreadprocessing-features-sorting%}) * [Export to PDF]({%slug radspreadprocessing-formats-and-conversion-pdf-pdf%}) * Error cell value diff --git a/libraries/radspreadprocessing/features/charts/using-charts.md b/libraries/radspreadprocessing/features/charts/using-charts.md index 60c088bc..515d1182 100644 --- a/libraries/radspreadprocessing/features/charts/using-charts.md +++ b/libraries/radspreadprocessing/features/charts/using-charts.md @@ -105,7 +105,7 @@ You can then use the chart to replace the chart in an existing `FloatingChartSha ->note For more information about series, see the [Series]({%slug radspreadprocessing-features-charts-series%}) article. For a description of the axes objects, see [Working with Axes]({%slug radspreadprocessing-features-charts-axes%}). +>note For more information about series, see the [Chart Series]({%slug radspreadprocessing-features-charts-series%}) article. For a description of the axes objects, see [Working with Axes]({%slug radspreadprocessing-features-charts-axes%}). The initial data and the resulting chart are shown in **Figure 1**. diff --git a/libraries/radspreadprocessing/features/fill-data-automatically/repeat-values.md b/libraries/radspreadprocessing/features/fill-data-automatically/repeat-values.md index a74b0773..db5af5e9 100644 --- a/libraries/radspreadprocessing/features/fill-data-automatically/repeat-values.md +++ b/libraries/radspreadprocessing/features/fill-data-automatically/repeat-values.md @@ -57,4 +57,4 @@ Similarly, you can automatically copy the values of a row to its adjacent rows. ## See Also * [Accessing Cells of a Worksheet]({%slug radspreadprocessing-working-with-cells-accessing-cells-of-worksheet%}) -* [Series]({%slug radspreadprocessing-features-fill-data-automatically-series%}) +* [Automatically Fill Series]({%slug radspreadprocessing-features-fill-data-automatically-series%}) diff --git a/libraries/radspreadprocessing/features/formulas/formulas.md b/libraries/radspreadprocessing/features/formulas/formulas.md index a3a4ef47..2c94691f 100644 --- a/libraries/radspreadprocessing/features/formulas/formulas.md +++ b/libraries/radspreadprocessing/features/formulas/formulas.md @@ -24,7 +24,7 @@ A formula is an algebraic expression that contains values, operators, functions, * **Cell references**: Formulas can contain references to cells or ranges of cells. For example, the expression *=B1+B2* adds the values of cells B1 and B2 of the current worksheet, while the formula *=SUM(B1:B5)* sums up the values of all cells between B1 and B5. For more information about cell references, see the [Cell References]({%slug radspreadprocessing-features-formulas-cell-references%}) article. -* **Built-in functions**: You can use a large set of predefined functions that can be directly included in expressions. Examples of formulas that use built-in functions are: *=ABS(-5), =COS(PI()), =AND(B1, B2)<>OR(C1, C2)*. You can find the full list in the [Functions]({%slug radspreadprocessing-features-formulas-functions%}) article. +* **Built-in functions**: You can use a large set of predefined functions that can be directly included in expressions. Examples of formulas that use built-in functions are: *=ABS(-5), =COS(PI()), =AND(B1, B2)<>OR(C1, C2)*. You can find the full list in the [Formula Functions]({%slug radspreadprocessing-features-formulas-functions%}) article. ## Get and Set Formulas in Cells diff --git a/libraries/radspreadprocessing/features/gen-ai-powered-document-insights/complete-context-question-processor.md b/libraries/radspreadprocessing/features/gen-ai-powered-document-insights/complete-context-question-processor.md index 2d8368c2..a551afb2 100644 --- a/libraries/radspreadprocessing/features/gen-ai-powered-document-insights/complete-context-question-processor.md +++ b/libraries/radspreadprocessing/features/gen-ai-powered-document-insights/complete-context-question-processor.md @@ -65,6 +65,6 @@ The following example demonstrates how to use the `CompleteContextQuestionProces ## See Also * [GenAI-powered Document Insights Overview]({%slug radspreadprocessing-features-gen-ai-powered-document-insights-overview%}) -* [Prerequisites]({%slug radspreadprocessing-features-gen-ai-powered-document-insights-prerequisites%}) +* [GenAI-powered Document Insights Prerequisites]({%slug radspreadprocessing-features-gen-ai-powered-document-insights-prerequisites%}) * [SummarizationProcessor]({%slug radspreadprocessing-features-gen-ai-powered-document-insights-summarization-processor%}) * [PartialContextQuestionProcessor]({%slug radspreadprocessing-features-gen-ai-powered-document-insights-partial-context-question-processor%}) diff --git a/libraries/radspreadprocessing/features/gen-ai-powered-document-insights/getting-started.md b/libraries/radspreadprocessing/features/gen-ai-powered-document-insights/getting-started.md index 4520eb1d..07861569 100644 --- a/libraries/radspreadprocessing/features/gen-ai-powered-document-insights/getting-started.md +++ b/libraries/radspreadprocessing/features/gen-ai-powered-document-insights/getting-started.md @@ -27,7 +27,7 @@ When you run this code, the AI processes your document, generates a summary, and ## See Also -* [Prerequisites]({%slug radspreadprocessing-features-gen-ai-powered-document-insights-prerequisites%}) +* [GenAI-powered Document Insights Prerequisites]({%slug radspreadprocessing-features-gen-ai-powered-document-insights-prerequisites%}) * [SummarizationProcessor]({%slug radspreadprocessing-features-gen-ai-powered-document-insights-summarization-processor%}) * [PartialContextQuestionProcessor]({%slug radspreadprocessing-features-gen-ai-powered-document-insights-partial-context-question-processor%}) * [Custom IEmbedder Implementation]({%slug radpdfprocessing-features-gen-ai-powered-document-insights-partial-context-question-processor%}#implementing-custom-iembedder) diff --git a/libraries/radspreadprocessing/features/gen-ai-powered-document-insights/overview.md b/libraries/radspreadprocessing/features/gen-ai-powered-document-insights/overview.md index 2c818513..f2ae4fc7 100644 --- a/libraries/radspreadprocessing/features/gen-ai-powered-document-insights/overview.md +++ b/libraries/radspreadprocessing/features/gen-ai-powered-document-insights/overview.md @@ -20,7 +20,7 @@ The GenAI-powered Document Insights feature enables you to extract insights from * **Extract Document Insights**: Quickly understand the key points of lengthy documents. * **Efficient Information Retrieval**: Ask specific questions about your documents and receive accurate answers. * **Token Optimization**: Reduce token usage by only sending relevant portions of the document to the AI model as shown in the [PartialContextQuestionProcessor]({%slug radspreadprocessing-features-gen-ai-powered-document-insights-partial-context-question-processor%}#when-to-use-partialcontextquestionprocessor) section. -* **Multiple LLM Support**: Compatible with different AI providers including Azure OpenAI, OpenAI, and Ollama as described in the [Prerequisites]({%slug radspreadprocessing-features-gen-ai-powered-document-insights-prerequisites%}#ai-provider-setup). +* **Multiple LLM Support**: Compatible with different AI providers including Azure OpenAI, OpenAI, and Ollama as described in the [AI Provider Setup Prerequisites]({%slug radspreadprocessing-features-gen-ai-powered-document-insights-prerequisites%}#ai-provider-setup). The GenAI-powered Document Insights feature includes three main components: @@ -32,7 +32,7 @@ The GenAI-powered Document Insights feature includes three main components: ## See Also -* [Prerequisites]({%slug radspreadprocessing-features-gen-ai-powered-document-insights-prerequisites%}) +* [GenAI-powered Document Insights Prerequisites]({%slug radspreadprocessing-features-gen-ai-powered-document-insights-prerequisites%}) * [Getting Started]({%slug radspreadprocessing-features-gen-ai-powered-document-insights-getting-started%}) * [SummarizationProcessor]({%slug radspreadprocessing-features-gen-ai-powered-document-insights-summarization-processor%}) * [PartialContextQuestionProcessor]({%slug radspreadprocessing-features-gen-ai-powered-document-insights-partial-context-question-processor%}) diff --git a/libraries/radspreadprocessing/features/gen-ai-powered-document-insights/partial-context-question-processor.md b/libraries/radspreadprocessing/features/gen-ai-powered-document-insights/partial-context-question-processor.md index f023904b..da17c549 100644 --- a/libraries/radspreadprocessing/features/gen-ai-powered-document-insights/partial-context-question-processor.md +++ b/libraries/radspreadprocessing/features/gen-ai-powered-document-insights/partial-context-question-processor.md @@ -100,6 +100,6 @@ A sample custom `CustomOpenAIEmbedder` implementation for the `IEmbedder` is sho ## See Also * [GenAI-powered Document Insights Overview]({%slug radspreadprocessing-features-gen-ai-powered-document-insights-overview%}) -* [Prerequisites]({%slug radspreadprocessing-features-gen-ai-powered-document-insights-prerequisites%}) +* [GenAI-powered Document Insights Prerequisites]({%slug radspreadprocessing-features-gen-ai-powered-document-insights-prerequisites%}) * [SummarizationProcessor]({%slug radspreadprocessing-features-gen-ai-powered-document-insights-summarization-processor%}) * [CompleteContextQuestionProcessor]({%slug radspreadprocessing-features-gen-ai-powered-document-insights-complete-context-question-processor%}) diff --git a/libraries/radspreadprocessing/features/gen-ai-powered-document-insights/summarization-processor.md b/libraries/radspreadprocessing/features/gen-ai-powered-document-insights/summarization-processor.md index e6830999..8dfac1c8 100644 --- a/libraries/radspreadprocessing/features/gen-ai-powered-document-insights/summarization-processor.md +++ b/libraries/radspreadprocessing/features/gen-ai-powered-document-insights/summarization-processor.md @@ -74,6 +74,6 @@ This approach allows the processor to handle documents of any size efficiently, ## See Also * [GenAI-powered Document Insights Overview]({%slug radspreadprocessing-features-gen-ai-powered-document-insights-overview%}) -* [Prerequisites]({%slug radspreadprocessing-features-gen-ai-powered-document-insights-prerequisites%}) +* [GenAI-powered Document Insights Prerequisites]({%slug radspreadprocessing-features-gen-ai-powered-document-insights-prerequisites%}) * [PartialContextQuestionProcessor]({%slug radspreadprocessing-features-gen-ai-powered-document-insights-partial-context-question-processor%}) * [CompleteContextQuestionProcessor]({%slug radspreadprocessing-features-gen-ai-powered-document-insights-complete-context-question-processor%}) diff --git a/libraries/radspreadprocessing/features/grouping.md b/libraries/radspreadprocessing/features/grouping.md index d326751b..f0663d6f 100644 --- a/libraries/radspreadprocessing/features/grouping.md +++ b/libraries/radspreadprocessing/features/grouping.md @@ -112,7 +112,7 @@ Both properties have a default value of `true`. The following snippet shows how ## See Also -* [Filtering]({%slug radspreadprocessing-features-filtering%}) +* [Filtering Feature]({%slug radspreadprocessing-features-filtering%}) * [Sorting]({%slug radspreadprocessing-features-sorting%}) * [Grouping Data Example Using RadSpreadProcessing]({%slug grouping-data-using-radspreadprocessing%}) diff --git a/libraries/radspreadprocessing/features/named-ranges.md b/libraries/radspreadprocessing/features/named-ranges.md index c7f7443f..870bed48 100644 --- a/libraries/radspreadprocessing/features/named-ranges.md +++ b/libraries/radspreadprocessing/features/named-ranges.md @@ -112,5 +112,5 @@ The `NameCollection` class exposes a `Remove()` method that takes a string param ## See Also * [Data Validation]({%slug radspreadprocessing-features-data-validation%}) -* [Sorting]({%slug radspreadprocessing-features-sorting%}) -* [Filtering]({%slug radspreadprocessing-features-filtering%}) \ No newline at end of file +* [Sorting Feature]({%slug radspreadprocessing-features-sorting%}) +* [Filtering Feature]({%slug radspreadprocessing-features-filtering%}) \ No newline at end of file diff --git a/libraries/radspreadprocessing/features/sorting.md b/libraries/radspreadprocessing/features/sorting.md index 5b33ec8f..2dfeec21 100644 --- a/libraries/radspreadprocessing/features/sorting.md +++ b/libraries/radspreadprocessing/features/sorting.md @@ -194,4 +194,4 @@ To clear the sorting, use the `Clear()` method of the `SortState` property. Ther ## See Also -* [Filtering]({%slug radspreadprocessing-features-filtering%}) +* [Filtering Feature]({%slug radspreadprocessing-features-filtering%}) diff --git a/libraries/radspreadprocessing/formats-and-conversion/data-table/using-data-table-format-provider.md b/libraries/radspreadprocessing/formats-and-conversion/data-table/using-data-table-format-provider.md index 87a0b012..5b9d1231 100644 --- a/libraries/radspreadprocessing/formats-and-conversion/data-table/using-data-table-format-provider.md +++ b/libraries/radspreadprocessing/formats-and-conversion/data-table/using-data-table-format-provider.md @@ -40,7 +40,7 @@ The following example demonstrates how to export an existing worksheet to a `Dat ## See Also -* [Settings]({%slug radspreadprocessing-formats-and-conversion-data-table-formatprovider-settings%}) +* [Data Table Format Provider Settings]({%slug radspreadprocessing-formats-and-conversion-data-table-formatprovider-settings%}) * [Converting PDF Table Content to DataTable]({%slug convert-pdf-table-to-datatable%}) * [Timeout Mechanism]({%slug timeout-mechanism-in-dpl%}) * [Processing Decimal Columns as Double when Importing a DataTable into a Workbook using RadSpreadProcessing]({%slug processing-decimal-columns-as-double-from-datatable%}) diff --git a/libraries/radspreadprocessing/overview.md b/libraries/radspreadprocessing/overview.md index 9f2a7957..eff1036f 100644 --- a/libraries/radspreadprocessing/overview.md +++ b/libraries/radspreadprocessing/overview.md @@ -47,9 +47,9 @@ The following table describes the most popular features of the `RadSpreadProcess | [**Freeze Panes**]({%slug radspreadprocessing-features-freeze-panes%}) | Keep part of the worksheet visible at all times when scrolling. | | [**Hidden rows and columns**]({%slug radspreadprocessing-working-with-rows-and-columns-hiding%}) | The API of the workbook model allows you to set the hidden state of each row or column. | | [**Merge and unmerge cells**]({%slug radspreadprocessing-features-merge-unmerge-cells%}) | You have the ability to merge two or more adjacent cells into a single cell that spans over multiple rows and columns. | -| **[Auto fill]({%slug radspreadprocessing-features-fill-data-automatically-repeat-values%}) and [Series]({%slug radspreadprocessing-features-fill-data-automatically-series%})** | Fill cells automatically with data following a specific pattern. | +| **[Auto fill]({%slug radspreadprocessing-features-fill-data-automatically-repeat-values%}) and [Auto Fill Series]({%slug radspreadprocessing-features-fill-data-automatically-series%})** | Fill cells automatically with data following a specific pattern. | | [**Page Setup**]({%slug radspreadprocessing-features-worksheetpagesetup%}) | Set and get header and footer settings and apply various page setup options like paper size, orientation, automatic scaling, margins, breaks, and print settings. | -| [**History**]({%slug radspreadprocessing-features-history%}) | The document model provides the possibility to maintain a history stack that tracks all changes to the content of the workbook. Each worksheet has its own history stack. | +| [**Workbook History**]({%slug radspreadprocessing-features-history%}) | The document model provides the possibility to maintain a history stack that tracks all changes to the content of the workbook. Each worksheet has its own history stack. | | [**Comments**]({%slug radspreadprocessing-features-comments%}) | You can leave comments and replies on cells, which allows for easier team communication. | | [**Notes**]({%slug radspreadprocessing-features-notes%}) | Note important information in your worksheet.| |[**GenAI-powered Document Insights**]({%slug radspreadprocessing-features-gen-ai-powered-document-insights-overview%})| Extract insights from Excel documents using Large Language Models (LLMs). | diff --git a/libraries/radspreadprocessing/performance.md b/libraries/radspreadprocessing/performance.md index 4ae29216..d281e8b9 100644 --- a/libraries/radspreadprocessing/performance.md +++ b/libraries/radspreadprocessing/performance.md @@ -102,7 +102,7 @@ More information about cell value types is available in the [Cell Value Types]({ ## See Also -* [History]({%slug radspreadprocessing-features-history%}) +* [Workbook History]({%slug radspreadprocessing-features-history%}) * [Get, Set and Clear Cell Properties]({%slug radspreadprocessing-working-with-cells-get-set-clear-properties%}) * [Shapes and Images]({%slug radspreadprocessing-features-shapes-and-images%}) * [Cell Value Types]({%slug radspreadprocessing-working-with-cells-cell-value-types%}) diff --git a/libraries/radspreadprocessing/working-with-cells/cell-value-types.md b/libraries/radspreadprocessing/working-with-cells/cell-value-types.md index 51bc7f2b..7b821dbf 100644 --- a/libraries/radspreadprocessing/working-with-cells/cell-value-types.md +++ b/libraries/radspreadprocessing/working-with-cells/cell-value-types.md @@ -179,7 +179,7 @@ Both methods create `FormulaCellValue` only when the current `CellValueFormat` i After this code runs, the value of cell `A1` matches the value of cell `A2`. When `A2` changes, `A1` updates automatically. -An expression can also contain a built-in function. For the full list of available functions, see [Functions]({%slug radspreadprocessing-features-formulas-functions%}). If the current `CellValueFormat` is `Text` (`@`), the method produces `TextCellValue` instead of `FormulaCellValue`. +An expression can also contain a built-in function. For the full list of available functions, see [Formula Functions]({%slug radspreadprocessing-features-formulas-functions%}). If the current `CellValueFormat` is `Text` (`@`), the method produces `TextCellValue` instead of `FormulaCellValue`. ### Example 12: Use a Built-In Function @@ -237,7 +237,7 @@ Continue with the article that matches your next task: 1. Read [Accessing Cells of a Worksheet]({%slug radspreadprocessing-working-with-cells-accessing-cells-of-worksheet%}) to work with `CellSelection` objects. 2. Read [Number Formatting]({%slug radspreadprocessing-features-number-formats%}) to control how numeric and date values are displayed. -3. Read [Functions]({%slug radspreadprocessing-features-formulas-functions%}) to build more advanced formulas. +3. Read [Formula Functions]({%slug radspreadprocessing-features-formulas-functions%}) to build more advanced formulas. ## See Also diff --git a/libraries/radspreadprocessing/working-with-workbooks/working-with-workbooks-what-is-workbook.md b/libraries/radspreadprocessing/working-with-workbooks/working-with-workbooks-what-is-workbook.md index f081a5f1..17714724 100644 --- a/libraries/radspreadprocessing/working-with-workbooks/working-with-workbooks-what-is-workbook.md +++ b/libraries/radspreadprocessing/working-with-workbooks/working-with-workbooks-what-is-workbook.md @@ -28,7 +28,7 @@ The workbook has several important characteristics: |---|---| | Collection of Worksheets | Each workbook maintains a collection of worksheets that allows you to add and delete worksheets, move worksheets within the workbook, or iterate through them. More information is available in [What is a Worksheet?]({%slug radspreadprocessing-working-with-worksheets-what-is-worksheet%}). | | Active Worksheet | The workbook exposes a property that indicates the active worksheet. There is a single active worksheet in a workbook at a time. See [Activate a Worksheet]({%slug radspreadprocessing-working-with-worksheets-activate-worksheet%}). | -| History | Each workbook maintains a history stack that records all changes to its content, enabling undo and redo operations. You can also group several actions into one undo step. For more information, see [History]({%slug radspreadprocessing-features-history%}). | +| History | Each workbook maintains a history stack that records all changes to its content, enabling undo and redo operations. You can also group several actions into one undo step. For more information, see [Workbook History]({%slug radspreadprocessing-features-history%}). | | Names (Named Ranges) | The `Workbook` class exposes a `Names` property of type `NameCollection` that allows you to create, update, and manage names. More about the feature is available in [Names]({%slug radspreadprocessing-features-named-ranges%}). | | Collection of Cell Styles | Each workbook contains a collection of cell styles — predefined sets of formatting options (borders, fonts, fills, number formats) that you can apply to a cell. For more information, see [Cell Styles]({%slug radspreadprocessing-features-styling-cell-styles%}). | | Theme | The workbook has a theme that lets you specify colors, fonts, and graphic effects for the whole document. For more information, see [Document Themes]({%slug radspreadprocessing-features-styling-document-themes%}). | diff --git a/libraries/radspreadprocessing/working-with-worksheets/what-is-worksheet.md b/libraries/radspreadprocessing/working-with-worksheets/what-is-worksheet.md index 25bcd445..9f48e66d 100644 --- a/libraries/radspreadprocessing/working-with-worksheets/what-is-worksheet.md +++ b/libraries/radspreadprocessing/working-with-worksheets/what-is-worksheet.md @@ -79,7 +79,7 @@ After you understand the role of a worksheet, continue with the article that mat ## See Also -* [What is a Cell?]({%slug radspreadprocessing-working-with-cells-what-is-cell%}) +* [What Is a Cell?]({%slug radspreadprocessing-working-with-cells-what-is-cell%}) * [Working with Rows and Columns]({%slug radspreadprocessing-working-with-rows-and-columns-what-is-row-column%}) * [Iterating Used Cells]({%slug radspreadprocessing-working-with-cells-iterating-used-cells%}) * [Named Ranges]({%slug radspreadprocessing-features-named-ranges%}) diff --git a/libraries/radwordsprocessing/changes-and-backward-compatibility/changes.md b/libraries/radwordsprocessing/changes-and-backward-compatibility/changes.md index a260514f..ab49c197 100644 --- a/libraries/radwordsprocessing/changes-and-backward-compatibility/changes.md +++ b/libraries/radwordsprocessing/changes-and-backward-compatibility/changes.md @@ -55,7 +55,7 @@ The following sections summarize the new features introduced in the library. Eac ## What Is New in 2014 Q2 * [HTML Import/Export]({%slug radwordsprocessing-formats-and-conversion-html%}) -* [Lists]({%slug radwordsprocessing-concepts-lists%}) +* [Document Lists]({%slug radwordsprocessing-concepts-lists%}) * [Break]({%slug radwordsprocessing-model-break%}) * [Bookmark]({%slug radwordsprocessing-model-bookmark%}) * [Comment]({%slug radwordsprocessing-model-comment%}) diff --git a/libraries/radwordsprocessing/concepts/document-themes.md b/libraries/radwordsprocessing/concepts/document-themes.md index f8f86978..289a0960 100644 --- a/libraries/radwordsprocessing/concepts/document-themes.md +++ b/libraries/radwordsprocessing/concepts/document-themes.md @@ -234,4 +234,4 @@ To get the actual value from `ThemableColor` or `ThemableFontFamily`, call the ` ## See Also * [RadFlowDocument]({%slug radwordsprocessing-model-radflowdocument%}) -* [Styles]({%slug radwordsprocessing-concepts-styles%}) +* [Document Styles]({%slug radwordsprocessing-concepts-styles%}) diff --git a/libraries/radwordsprocessing/concepts/fields/compare-field.md b/libraries/radwordsprocessing/concepts/fields/compare-field.md index d00af9ea..07cb51e3 100644 --- a/libraries/radwordsprocessing/concepts/fields/compare-field.md +++ b/libraries/radwordsprocessing/concepts/fields/compare-field.md @@ -48,6 +48,6 @@ You can insert a Compare Field through the [RadFlowDocumentEditor]({%slug radwor ## See Also -* [Fields]({%slug radwordsprocessing-concepts-fields%}) +* [Working with Fields]({%slug radwordsprocessing-concepts-fields%}) * [Mail Merge]({%slug radwordsprocessing-editing-mail-merge%}) * [RadFlowDocumentEditor]({%slug radwordsprocessing-editing-radflowdocumenteditor%}) diff --git a/libraries/radwordsprocessing/concepts/fields/customcodefield.md b/libraries/radwordsprocessing/concepts/fields/customcodefield.md index 16c2c18c..e60a2237 100644 --- a/libraries/radwordsprocessing/concepts/fields/customcodefield.md +++ b/libraries/radwordsprocessing/concepts/fields/customcodefield.md @@ -10,7 +10,7 @@ position: 2 # Custom Code Field -Fields in `RadFlowDocument` consist of a code fragment and a result fragment as explained in the [Fields]({%slug radwordsprocessing-concepts-fields%}) article. Some fields have a direct representation in the document model, for example, [Hyperlinks]({%slug radwordsprocessing-concepts-hyperlink-field%}). For all other fields, you can use the [`CustomCodeField`](https://docs.telerik.com/devtools/document-processing/api/telerik.windows.documents.flow.model.fields.customcodefield) class. You need some knowledge of how to correctly form the code of the field. +Fields in `RadFlowDocument` consist of a code fragment and a result fragment as explained in the [Working with Fields]({%slug radwordsprocessing-concepts-fields%}) article. Some fields have a direct representation in the document model, for example, [Hyperlinks]({%slug radwordsprocessing-concepts-hyperlink-field%}). For all other fields, you can use the [`CustomCodeField`](https://docs.telerik.com/devtools/document-processing/api/telerik.windows.documents.flow.model.fields.customcodefield) class. You need some knowledge of how to correctly form the code of the field. ## Field Syntax @@ -25,7 +25,7 @@ Here is the basic syntax of a field code: * *argument*: The argument of the field. This is optional because some of the fields do not require an argument. -* *switches*: Additional properties of the field. More information on the topic is available in the [Fields]({%slug radwordsprocessing-concepts-fields%}) article. +* *switches*: Additional properties of the field. More information on the topic is available in the [Working with Fields]({%slug radwordsprocessing-concepts-fields%}) article. ## Inserting @@ -101,6 +101,6 @@ The `IsDirty` property is set so that the TOC field is updated when the document ## See Also -* [Fields]({%slug radwordsprocessing-concepts-fields%}) +* [Working with Fields]({%slug radwordsprocessing-concepts-fields%}) * [RadFlowDocument]({%slug radwordsprocessing-model-radflowdocument%}) * [RadFlowDocumentEditor]({%slug radwordsprocessing-editing-radflowdocumenteditor%}) diff --git a/libraries/radwordsprocessing/concepts/fields/date-field.md b/libraries/radwordsprocessing/concepts/fields/date-field.md index 79a3d86b..c109a93f 100644 --- a/libraries/radwordsprocessing/concepts/fields/date-field.md +++ b/libraries/radwordsprocessing/concepts/fields/date-field.md @@ -46,7 +46,7 @@ After updating the field, the result is "_12/03/2021_" (check [Updating Fields]( ## See Also -* [Fields]({%slug radwordsprocessing-concepts-fields%}) +* [Working with Fields]({%slug radwordsprocessing-concepts-fields%}) * [Time Field]({%slug radwordsprocessing-concepts-time-field%}) * [Custom Code Field]({%slug radwordsprocessing-concepts-customcodefield%}) * [RadFlowDocumentEditor]({%slug radwordsprocessing-editing-radflowdocumenteditor%}) diff --git a/libraries/radwordsprocessing/concepts/fields/document-variables.md b/libraries/radwordsprocessing/concepts/fields/document-variables.md index 84e0ce2c..2ef6b199 100644 --- a/libraries/radwordsprocessing/concepts/fields/document-variables.md +++ b/libraries/radwordsprocessing/concepts/fields/document-variables.md @@ -58,5 +58,5 @@ You can insert a `DocumentVariableField` through the [`RadFlowDocumentEditor`]({ ## See Also -* [Fields]({%slug radwordsprocessing-concepts-fields%}) +* [Working with Fields]({%slug radwordsprocessing-concepts-fields%}) * [RadFlowDocument]({%slug radwordsprocessing-model-radflowdocument%}) diff --git a/libraries/radwordsprocessing/concepts/fields/expression-field.md b/libraries/radwordsprocessing/concepts/fields/expression-field.md index a8ca55cd..6d6e2c60 100644 --- a/libraries/radwordsprocessing/concepts/fields/expression-field.md +++ b/libraries/radwordsprocessing/concepts/fields/expression-field.md @@ -104,6 +104,6 @@ The result is shown in **Figure 1**. ## See Also -* [Fields]({%slug radwordsprocessing-concepts-fields%}) +* [Working with Fields]({%slug radwordsprocessing-concepts-fields%}) * [Custom Code Field]({%slug radwordsprocessing-concepts-customcodefield%}) * [RadFlowDocumentEditor]({%slug radwordsprocessing-editing-radflowdocumenteditor%}) diff --git a/libraries/radwordsprocessing/concepts/fields/hyperlink-field.md b/libraries/radwordsprocessing/concepts/fields/hyperlink-field.md index f18ffe0a..79975b9a 100644 --- a/libraries/radwordsprocessing/concepts/fields/hyperlink-field.md +++ b/libraries/radwordsprocessing/concepts/fields/hyperlink-field.md @@ -68,7 +68,7 @@ You can insert a Hyperlink field through the [RadFlowDocumentEditor]({%slug radw ![Telerik RadWordsProcessing hyperlink example showing a blue underlined telerik link with a Telerik site tooltip in the document](images/RadWordsProcessing_Concepts_Fields_Hyperlink_Field_01.png) - >tip The `InsertHyperlink()` method also automatically applies the Hyperlink style to the result fragment of the inserted field. More information about styles is available in the [Styles]({%slug radwordsprocessing-concepts-styles%}) article. + >tip The `InsertHyperlink()` method also automatically applies the Hyperlink style to the result fragment of the inserted field. More information about styles is available in the [Document Styles]({%slug radwordsprocessing-concepts-styles%}) article. * `InsertField()` method: Accepts code as first argument and result as second argument. @@ -97,6 +97,6 @@ The result of the above snippet is illustrated in **Figure 3**. ## See Also -* [Fields]({%slug radwordsprocessing-concepts-fields%}) +* [Working with Fields]({%slug radwordsprocessing-concepts-fields%}) * [Bookmark]({%slug radwordsprocessing-model-bookmark%}) * [RadFlowDocumentEditor]({%slug radwordsprocessing-editing-radflowdocumenteditor%}) diff --git a/libraries/radwordsprocessing/concepts/fields/if-field.md b/libraries/radwordsprocessing/concepts/fields/if-field.md index e566a5da..406d883d 100644 --- a/libraries/radwordsprocessing/concepts/fields/if-field.md +++ b/libraries/radwordsprocessing/concepts/fields/if-field.md @@ -57,6 +57,6 @@ The result of the above snippet is illustrated in **Figure 1**. ## See Also -* [Fields]({%slug radwordsprocessing-concepts-fields%}) +* [Working with Fields]({%slug radwordsprocessing-concepts-fields%}) * [Custom Code Field]({%slug radwordsprocessing-concepts-customcodefield%}) * [RadFlowDocumentEditor]({%slug radwordsprocessing-editing-radflowdocumenteditor%}) diff --git a/libraries/radwordsprocessing/concepts/fields/merge-field.md b/libraries/radwordsprocessing/concepts/fields/merge-field.md index 8347d56d..df1e20fd 100644 --- a/libraries/radwordsprocessing/concepts/fields/merge-field.md +++ b/libraries/radwordsprocessing/concepts/fields/merge-field.md @@ -65,7 +65,7 @@ After updating the field, the result is "05/13/21". ## See Also -* [Fields]({%slug radwordsprocessing-concepts-fields%}) +* [Working with Fields]({%slug radwordsprocessing-concepts-fields%}) * [Mail Merge]({%slug radwordsprocessing-editing-mail-merge%}) * [RadFlowDocumentEditor]({%slug radwordsprocessing-editing-radflowdocumenteditor%}) diff --git a/libraries/radwordsprocessing/concepts/fields/section.md b/libraries/radwordsprocessing/concepts/fields/section.md index fb25cc9d..e2087194 100644 --- a/libraries/radwordsprocessing/concepts/fields/section.md +++ b/libraries/radwordsprocessing/concepts/fields/section.md @@ -35,4 +35,4 @@ After updating the field, the result is "Page 4 of Section 2" (check [Updating F ## See Also -* [Fields]({%slug radwordsprocessing-concepts-fields%}) +* [Working with Fields]({%slug radwordsprocessing-concepts-fields%}) diff --git a/libraries/radwordsprocessing/concepts/fields/sectionpages-field.md b/libraries/radwordsprocessing/concepts/fields/sectionpages-field.md index 5780ac55..ac3b3fc3 100644 --- a/libraries/radwordsprocessing/concepts/fields/sectionpages-field.md +++ b/libraries/radwordsprocessing/concepts/fields/sectionpages-field.md @@ -35,7 +35,7 @@ After updating the field, the result is "Page 3 of 19" (check [Updating Fields]( ## See Also -* [Fields]({%slug radwordsprocessing-concepts-fields%}) +* [Working with Fields]({%slug radwordsprocessing-concepts-fields%}) * [Time Field]({%slug radwordsprocessing-concepts-time-field%}) * [Custom Code Field]({%slug radwordsprocessing-concepts-customcodefield%}) * [RadFlowDocumentEditor]({%slug radwordsprocessing-editing-radflowdocumenteditor%}) diff --git a/libraries/radwordsprocessing/concepts/fields/sequence-field.md b/libraries/radwordsprocessing/concepts/fields/sequence-field.md index 99d6624e..3d2a1450 100644 --- a/libraries/radwordsprocessing/concepts/fields/sequence-field.md +++ b/libraries/radwordsprocessing/concepts/fields/sequence-field.md @@ -55,5 +55,5 @@ The suggested approach for inserting code fields is to use [RadFlowDocumentEdito ## See Also -* [Fields]({%slug radwordsprocessing-concepts-fields%}) +* [Working with Fields]({%slug radwordsprocessing-concepts-fields%}) * [RadFlowDocumentEditor]({%slug radwordsprocessing-editing-radflowdocumenteditor%}) \ No newline at end of file diff --git a/libraries/radwordsprocessing/concepts/fields/time-field.md b/libraries/radwordsprocessing/concepts/fields/time-field.md index 6ae7eab3..a4bf99fa 100644 --- a/libraries/radwordsprocessing/concepts/fields/time-field.md +++ b/libraries/radwordsprocessing/concepts/fields/time-field.md @@ -47,7 +47,7 @@ After updating the field, the result is "_5:28:34 PM_" (check [Updating Fields]( ## See Also -* [Fields]({%slug radwordsprocessing-concepts-fields%}) +* [Working with Fields]({%slug radwordsprocessing-concepts-fields%}) * [Date Field]({%slug radwordsprocessing-concepts-date-field%}) * [Custom Code Field]({%slug radwordsprocessing-concepts-customcodefield%}) * [RadFlowDocumentEditor]({%slug radwordsprocessing-editing-radflowdocumenteditor%}) diff --git a/libraries/radwordsprocessing/concepts/lists.md b/libraries/radwordsprocessing/concepts/lists.md index b00112a0..14e6e3a7 100644 --- a/libraries/radwordsprocessing/concepts/lists.md +++ b/libraries/radwordsprocessing/concepts/lists.md @@ -139,6 +139,6 @@ The following example demonstrates how you can apply the list created in Steps 1 ## See Also * [RadFlowDocument]({%slug radwordsprocessing-model-radflowdocument%}) -* [Styles]({%slug radwordsprocessing-concepts-styles%}) +* [Document Styles]({%slug radwordsprocessing-concepts-styles%}) * [Style Properties]({%slug radwordsprocessing-concepts-style-properties%}) * [Setting Bullet List Indents in RadWordsProcessing]({%slug set-bullet-list-indents-radwordsprocessing%}) diff --git a/libraries/radwordsprocessing/concepts/style-properties.md b/libraries/radwordsprocessing/concepts/style-properties.md index 2429841b..d40784ef 100644 --- a/libraries/radwordsprocessing/concepts/style-properties.md +++ b/libraries/radwordsprocessing/concepts/style-properties.md @@ -12,7 +12,7 @@ position: 5 -*Style property* is part of the style system, used to hold information about a formatting value of the document elements. You can use it to check if the value is local or inherited from a base style. Information about how the style system works and how values are inherited from base styles is available in the Style Evaluation and Inheritance section of the [Styles]({%slug radwordsprocessing-concepts-styles%}) article. +*Style property* is part of the style system, used to hold information about a formatting value of the document elements. You can use it to check if the value is local or inherited from a base style. Information about how the style system works and how values are inherited from base styles is available in the Style Evaluation and Inheritance section of the [Document Styles]({%slug radwordsprocessing-concepts-styles%}) article. * [Style Property Implementation Overview](#style-property-implementation-overview) @@ -31,7 +31,7 @@ Style properties are exposed through the [`IStyleProperty` interface](https:/ * `HasLocalValue`: Returns a value indicating whether the style property has a local value. -* `GetActualValue()`: Returns the actual value of the property. The style system evaluates this value on every call using the evaluation rules described in the [Styles]({%slug radwordsprocessing-concepts-styles%}) article. +* `GetActualValue()`: Returns the actual value of the property. The style system evaluates this value on every call using the evaluation rules described in the [Document Styles]({%slug radwordsprocessing-concepts-styles%}) article. * `ClearValue()`: Clears the local value. @@ -610,7 +610,7 @@ Following is a list of all available style properties and their default values: ## See Also -* [Styles]({%slug radwordsprocessing-concepts-styles%}) +* [Document Styles]({%slug radwordsprocessing-concepts-styles%}) * [`IStyleProperty` API Reference](https://docs.telerik.com/devtools/document-processing/api/Telerik.Windows.Documents.Flow.Model.Styles.Core.IStyleProperty-1.html) * [`IStylePropertyDefinition` API Reference](https://docs.telerik.com/devtools/document-processing/api/Telerik.Windows.Documents.Flow.Model.Styles.Core.IStylePropertyDefinition.html) * [Setting Bullet List Indents in RadWordsProcessing]({%slug set-bullet-list-indents-radwordsprocessing%}) diff --git a/libraries/radwordsprocessing/concepts/styles.md b/libraries/radwordsprocessing/concepts/styles.md index ec907f3e..3ccd0a39 100644 --- a/libraries/radwordsprocessing/concepts/styles.md +++ b/libraries/radwordsprocessing/concepts/styles.md @@ -49,7 +49,7 @@ A style can contain one or more of five different sets of style properties, depe * **Table styles**: Contain properties of a [Table]({%slug radwordsprocessing-model-table%}) and table-related document elements ([TableRow]({%slug radwordsprocessing-model-tablerow%}) and [TableCell]({%slug radwordsprocessing-model-tablecell%})), such as borders, background, alignment, padding, etc. Styles of this type contain `TableProperties`, `TableRowProperties`, `TableCellProperties`, `ParagraphProperties`, and `CharacterProperties` sets of style properties, where table row and table cell properties format child `TableRow` and `TableCell` elements, and paragraph and character properties format the `Paragraph` and `Run` elements in the styled table. -* **Numbering styles**: Represent [Lists]({%slug radwordsprocessing-concepts-lists%}) in the user interface of an application. A style with this type cannot be referenced directly by document elements. It holds only information about the associated list. +* **Numbering styles**: Represent [Document Lists]({%slug radwordsprocessing-concepts-lists%}) in the user interface of an application. A style with this type cannot be referenced directly by document elements. It holds only information about the associated list. ## Creating New Styles @@ -186,4 +186,4 @@ Linked styles can be based on other linked styles or on paragraph styles. * [Paragraph]({%slug radwordsprocessing-model-paragraph%}) * [Table]({%slug radwordsprocessing-model-table%}) * [`BuiltInStyleNames` API Reference](https://docs.telerik.com/devtools/document-processing/api/Telerik.Windows.Documents.Flow.Model.Styles.BuiltInStyleNames.html) -* [Lists]({%slug radwordsprocessing-concepts-lists%}) +* [Document Lists]({%slug radwordsprocessing-concepts-lists%}) diff --git a/libraries/radwordsprocessing/editing/mail-merge.md b/libraries/radwordsprocessing/editing/mail-merge.md index b979f9d6..80bb735e 100644 --- a/libraries/radwordsprocessing/editing/mail-merge.md +++ b/libraries/radwordsprocessing/editing/mail-merge.md @@ -14,7 +14,7 @@ position: 4 ## Inserting Merge Fields -Merge fields are a type of [Fields]({%slug radwordsprocessing-concepts-fields%}) and can be added in a template document through the `InsertField()` method of [RadFlowDocumentEditor]({%slug radwordsprocessing-editing-radflowdocumenteditor%}). The method requires the code representation of the field and the result which is shown in the template before the document is mail-merged. +Merge fields are a type of [field element described in the Fields article]({%slug radwordsprocessing-concepts-fields%}) and can be added in a template document through the `InsertField()` method of [RadFlowDocumentEditor]({%slug radwordsprocessing-editing-radflowdocumenteditor%}). The method requires the code representation of the field and the result which is shown in the template before the document is mail-merged. The code snippet in **Example 1** shows how to initialize a `RadFlowDocumentEditor` instance and insert a merge field. @@ -97,7 +97,7 @@ To separate the items into several rows, close the group on the next row. ## See Also -* [Fields]({%slug radwordsprocessing-concepts-fields%}) +* [Working with Fields]({%slug radwordsprocessing-concepts-fields%}) * [Merge Field]({%slug radwordsprocessing-concepts-merge-field%}) * [RadFlowDocument]({%slug radwordsprocessing-model-radflowdocument%}) * [Hiding MailMerge Line in Output Word Document If Blank]({%slug hide-mailmerge-line-output-word-document-if-blank%}) diff --git a/libraries/radwordsprocessing/editing/radflowdocumenteditor.md b/libraries/radwordsprocessing/editing/radflowdocumenteditor.md index 81308bde..949454e9 100644 --- a/libraries/radwordsprocessing/editing/radflowdocumenteditor.md +++ b/libraries/radwordsprocessing/editing/radflowdocumenteditor.md @@ -100,7 +100,7 @@ You can insert [Section]({%slug radwordsprocessing-model-section%}) elements wit ### Inserting Hyperlinks -Hyperlinks in the `RadFlowDocument` model are [Fields]({%slug radwordsprocessing-concepts-fields%}), which means they have code and result parts separated by [FieldCharacter]({%slug radwordsprocessing-model-fieldcharacter%}) inlines. The `RadFlowDocumentEditor.InsertHyperlink()` method simplifies inserting hyperlinks: +Hyperlinks in the `RadFlowDocument` model are [field elements described in the Fields article]({%slug radwordsprocessing-concepts-fields%}), which means they have code and result parts separated by [FieldCharacter]({%slug radwordsprocessing-model-fieldcharacter%}) inlines. The `RadFlowDocumentEditor.InsertHyperlink()` method simplifies inserting hyperlinks: ```csharp public Hyperlink InsertHyperlink(string text, string uri, bool isAnchor, string toolTip) diff --git a/libraries/radwordsprocessing/formats-and-conversion/html/settings.md b/libraries/radwordsprocessing/formats-and-conversion/html/settings.md index 11631683..38f12313 100644 --- a/libraries/radwordsprocessing/formats-and-conversion/html/settings.md +++ b/libraries/radwordsprocessing/formats-and-conversion/html/settings.md @@ -172,6 +172,6 @@ The event is only raised when the `StylesExportMode` property is set to `Externa ## See Also -* [Styles]({%slug radwordsprocessing-concepts-styles%}) +* [Document Styles]({%slug radwordsprocessing-concepts-styles%}) * [Style Properties]({%slug radwordsprocessing-concepts-style-properties%}) * [Handling Local Path Images When Importing HTML Documents in Telerik WordsProcessing]({%slug handling-local-path-images-html%}) diff --git a/libraries/radwordsprocessing/formats-and-conversion/markdown/markdownformatprovider.md b/libraries/radwordsprocessing/formats-and-conversion/markdown/markdownformatprovider.md index 7735cd29..c45c5d63 100644 --- a/libraries/radwordsprocessing/formats-and-conversion/markdown/markdownformatprovider.md +++ b/libraries/radwordsprocessing/formats-and-conversion/markdown/markdownformatprovider.md @@ -74,5 +74,5 @@ The exporter traverses the document structure and writes the equivalent Markdown ## See Also -* [Settings]({%slug radwordsprocessing-markdownformatprovider-settings%}) +* [Markdown Format Provider Settings]({%slug radwordsprocessing-markdownformatprovider-settings%}) diff --git a/libraries/radwordsprocessing/formats-and-conversion/markdown/md.md b/libraries/radwordsprocessing/formats-and-conversion/markdown/md.md index c19d752d..d634fe5c 100644 --- a/libraries/radwordsprocessing/formats-and-conversion/markdown/md.md +++ b/libraries/radwordsprocessing/formats-and-conversion/markdown/md.md @@ -25,4 +25,4 @@ position: 0 ## See Also * [Using MarkdownFormatProvider]({%slug radwordsprocessing-formats-markdownformatprovider%}) -* [Settings]({%slug radwordsprocessing-markdownformatprovider-settings%}) +* [Markdown Format Provider Settings]({%slug radwordsprocessing-markdownformatprovider-settings%}) diff --git a/libraries/radwordsprocessing/formats-and-conversion/pdf/pdf.md b/libraries/radwordsprocessing/formats-and-conversion/pdf/pdf.md index f7ed10d3..e4b60cfc 100644 --- a/libraries/radwordsprocessing/formats-and-conversion/pdf/pdf.md +++ b/libraries/radwordsprocessing/formats-and-conversion/pdf/pdf.md @@ -19,5 +19,5 @@ position: 0 ## See Also * [Using PdfFormatProvider]({%slug radwordsprocessing-formats-and-conversion-pdf-pdfformatprovider%}) -* [Settings]({%slug radwordsprocessing-formats-and-conversion-pdf-settings%}) +* [PDF Format Provider Settings]({%slug radwordsprocessing-formats-and-conversion-pdf-settings%}) diff --git a/libraries/radwordsprocessing/model/break.md b/libraries/radwordsprocessing/model/break.md index 80743f5a..b2bdcd24 100644 --- a/libraries/radwordsprocessing/model/break.md +++ b/libraries/radwordsprocessing/model/break.md @@ -61,6 +61,6 @@ The `Break` element exposes several properties that allow you to customize it: ## See Also -* [Model]({%slug radwordsprocessing-model%}) +* [Document Model]({%slug radwordsprocessing-model%}) * [Paragraph]({%slug radwordsprocessing-model-paragraph%}) * [RadFlowDocument]({%slug radwordsprocessing-model-radflowdocument%}) diff --git a/libraries/radwordsprocessing/model/fieldcharacter.md b/libraries/radwordsprocessing/model/fieldcharacter.md index fe7125a5..3b6f5897 100644 --- a/libraries/radwordsprocessing/model/fieldcharacter.md +++ b/libraries/radwordsprocessing/model/fieldcharacter.md @@ -27,5 +27,5 @@ These are the possible `FieldCharacterTypes`: ## See Also * [FieldCharacter API Reference](https://docs.telerik.com/devtools/document-processing/api/Telerik.Windows.Documents.Flow.Model.Fields.FieldCharacter.html) -* [Fields]({%slug radwordsprocessing-concepts-fields%}) +* [Working with Fields]({%slug radwordsprocessing-concepts-fields%}) * [RadFlowDocumentEditor]({%slug radwordsprocessing-editing-radflowdocumenteditor%}) diff --git a/libraries/radwordsprocessing/model/headers-footers.md b/libraries/radwordsprocessing/model/headers-footers.md index 02042c25..ff18177d 100644 --- a/libraries/radwordsprocessing/model/headers-footers.md +++ b/libraries/radwordsprocessing/model/headers-footers.md @@ -91,14 +91,14 @@ For more information about supported watermark types and usage patterns, see [Wa ## Adding Fields to Header/Footer -You can add `PAGE`, `DATE`, and other fields to headers and footers so the content updates automatically as the document changes. For implementation details, see [Fields]({%slug radwordsprocessing-concepts-fields%}). +You can add `PAGE`, `DATE`, and other fields to headers and footers so the content updates automatically as the document changes. For implementation details, see [Working with Fields]({%slug radwordsprocessing-concepts-fields%}). ## See Also * [HeaderFooterBase API Reference](https://docs.telerik.com/devtools/document-processing/api/Telerik.Windows.Documents.Flow.Model.HeaderFooterBase.html) -* [Document model]({%slug radwordsprocessing-model%}) +* [Document Model]({%slug radwordsprocessing-model%}) * [Section]({%slug radwordsprocessing-model-section%}) -* [Fields]({%slug radwordsprocessing-concepts-fields%}) +* [Working with Fields]({%slug radwordsprocessing-concepts-fields%}) * [Watermark]({%slug radwordsprocessing-concepts-watermark%}) * [Draw Header/Footer in RadFixedDocument](https://github.com/telerik/document-processing-sdk/tree/master/PdfProcessing/DrawHeaderFooter) * [Create headers with left, center, and right text or images in exported PDF documents]({%slug customize-headers-pdf-radwordsprocessing%}) diff --git a/libraries/radwordsprocessing/model/radflowdocument.md b/libraries/radwordsprocessing/model/radflowdocument.md index 0316c22d..d4ae5a37 100644 --- a/libraries/radwordsprocessing/model/radflowdocument.md +++ b/libraries/radwordsprocessing/model/radflowdocument.md @@ -28,9 +28,9 @@ The code from **Example 1** shows how you can create a new `RadFlowDocument`. | `ViewType` | An enumeration that specifies how the document should be laid out when displayed. Whether this property is respected depends on the application used to open the document. | | `Theme` | Specifies the theme applied to the document. The document theme enables you to specify colors, fonts, and graphic effects that affect the look of the whole document. More information is available in the [Document Themes]({%slug radwordsprocessing-concepts-document-themes%}) article. | | `StyleRepository` | Represents the document's `StyleRepository`. The repository allows you to add, remove, or enumerate the styles of the document. | -| `DefaultStyle` | The default styles used for `Paragraph` and `Run` elements. More information on default styles is available in the [Styles]({%slug radwordsprocessing-concepts-styles%}) article. | +| `DefaultStyle` | The default styles used for `Paragraph` and `Run` elements. More information on default styles is available in the [Document Styles]({%slug radwordsprocessing-concepts-styles%}) article. | | `HasDifferentEvenOddPageHeadersFooters` | Gets or sets whether pages in this document have different headers and footers for even and odd pages. | -| `ListCollection` | Represents the collection of [Lists]({%slug radwordsprocessing-concepts-lists%}) in the document. | +| `ListCollection` | Represents the collection of [Document Lists]({%slug radwordsprocessing-concepts-lists%}) in the document. | | `CommentCollection` | Represents the collection of [Comments]({%slug radwordsprocessing-model-comment%}) in the document. | | `ProtectionSettings` | Corresponds to the settings used when the document is protected. More information is available in the [PermissionRange]({%slug radwordsprocessing-model-permissionrange%}) article. | | `DefaultTabStopWidth` | The distance between automatic [TabStops]({%slug radwordsprocessing-concepts-tabstop%}). | @@ -76,7 +76,7 @@ You can also specify the `MergeOptions` that control the merge operation: ### Update Fields -`RadFlowDocument` exposes an `UpdateFields()` method that allows you to update all fields in the document. More information about fields is available in the [Fields]({%slug radwordsprocessing-concepts-fields%}) article. +`RadFlowDocument` exposes an `UpdateFields()` method that allows you to update all fields in the document. More information about fields is available in the [Working with Fields]({%slug radwordsprocessing-concepts-fields%}) article. The snippet from **Example 6** shows how to update all fields in a document simultaneously. @@ -89,4 +89,4 @@ The snippet from **Example 6** shows how to update all fields in a document simu * [RadFlowDocument API Reference](https://docs.telerik.com/devtools/document-processing/api/Telerik.Windows.Documents.Flow.Model.RadFlowDocument.html) * [Document Model]({%slug radwordsprocessing-model%}) * [Section]({%slug radwordsprocessing-model-section%}) -* [Styles]({%slug radwordsprocessing-concepts-styles%}) +* [Document Styles]({%slug radwordsprocessing-concepts-styles%}) diff --git a/libraries/radwordsprocessing/model/shapes/shapes.md b/libraries/radwordsprocessing/model/shapes/shapes.md index db968081..b5710f6b 100644 --- a/libraries/radwordsprocessing/model/shapes/shapes.md +++ b/libraries/radwordsprocessing/model/shapes/shapes.md @@ -29,7 +29,7 @@ Future releases plan to add support for text in shapes, shape insertion and edit ## See Also -* [Model]({%slug radwordsprocessing-model%}) +* [Document Model]({%slug radwordsprocessing-model%}) * [Paragraph]({%slug radwordsprocessing-model-paragraph%}) * [RadFlowDocument]({%slug radwordsprocessing-model-radflowdocument%}) * [Creating Colored Squares in RadFlowDocument]({%slug creating-colored-squares-radflowdocument%}) diff --git a/libraries/radwordsprocessing/overview.md b/libraries/radwordsprocessing/overview.md index c8c333d2..908d524a 100644 --- a/libraries/radwordsprocessing/overview.md +++ b/libraries/radwordsprocessing/overview.md @@ -74,7 +74,7 @@ Use inline elements to control the content that appears inside paragraphs: |----|----| | [Runs]({%slug radwordsprocessing-model-run%}) | Hold text with specific character formatting. | | [Inline images]({%slug radwordsprocessing-model-imageinline%}) and [floating images]({%slug radwordsprocessing-model-floatingimage%}) | Insert pictures that flow with text or float independently on the page. | -| [Fields]({%slug radwordsprocessing-concepts-fields%}) | Insert merge fields, document variables, and custom code fields. | +| [Working with Fields]({%slug radwordsprocessing-concepts-fields%}) | Insert merge fields, document variables, and custom code fields. | | [Breaks]({%slug radwordsprocessing-model-break%}) | Control line, page, and other document breaks. | | [Bookmarks]({%slug radwordsprocessing-model-bookmark%}) | Add named locations that you can target from other content. | | [Hyperlinks]({%slug radwordsprocessing-concepts-hyperlink-field%}) | Link to websites or bookmarks inside the same document. | @@ -86,7 +86,7 @@ Use these features to extend formatting and document behavior: | Feature | Description | |----|----| -| [Styles]({%slug radwordsprocessing-concepts-styles%}) | Define reusable character, paragraph, and table styles, including [list styles]({%slug radwordsprocessing-concepts-lists%}). | +| [Document Styles]({%slug radwordsprocessing-concepts-styles%}) | Define reusable character, paragraph, and table styles, including [list styles]({%slug radwordsprocessing-concepts-lists%}). | | [Content controls]({%slug wordsprocessing-model-content-controls%}) | Add Structured Document Tags (SDT) such as checkboxes and combo boxes and apply editing constraints. | | [Shapes]({%slug radwordsprocessing-shapes-shapes%}) | Add visual elements that highlight or emphasize content. | diff --git a/libraries/radziplibrary/changes-and-backwards-compatibility/changes.md b/libraries/radziplibrary/changes-and-backwards-compatibility/changes.md index c15da90f..a7b80a88 100644 --- a/libraries/radziplibrary/changes-and-backwards-compatibility/changes.md +++ b/libraries/radziplibrary/changes-and-backwards-compatibility/changes.md @@ -14,7 +14,7 @@ This article summarizes the new functionality introduced in the library and prov ## What Is New in 2024 Q1 -The strong AES encryption algorithm was introduced. RadZipLibrary now supports only reading and extracting AES-protected archives. [Read more]({%slug radziplibrary-protect-ziparchive%}). +The strong AES encryption algorithm was introduced. RadZipLibrary now supports only reading and extracting AES-protected archives. [Read and Extract AES-Protected Archives]({%slug radziplibrary-protect-ziparchive%}). ## What Is New in 2014 Q1 - 2014.1.0226 diff --git a/libraries/radziplibrary/features/protect-ziparchive.md b/libraries/radziplibrary/features/protect-ziparchive.md index 1b7c4313..f7c1d89c 100644 --- a/libraries/radziplibrary/features/protect-ziparchive.md +++ b/libraries/radziplibrary/features/protect-ziparchive.md @@ -48,7 +48,7 @@ To open a password-protected `ZipArchive`, pass a `DefaultEncryptionSettings` ob ## See Also -* [Getting Started]({%slug radziplibrary-gettingstarted%}) +* [RadZipLibrary Getting Started]({%slug radziplibrary-gettingstarted%}) * [Update ZipArchive]({%slug radziplibrary-update-ziparchive%}) * [ZipLibrary Archive Protection Demo](https://demos.telerik.com/document-processing/ziplibrary/archive_protection) * [How to Read Folder's Content from a Protected Archive Using Telerik ZipLibrary]({%slug read-folder-encrypted-archive%}) diff --git a/libraries/radziplibrary/features/update-ziparchive.md b/libraries/radziplibrary/features/update-ziparchive.md index 1be9debf..b8061bb1 100644 --- a/libraries/radziplibrary/features/update-ziparchive.md +++ b/libraries/radziplibrary/features/update-ziparchive.md @@ -12,7 +12,7 @@ position: 0 With **RadZipLibrary** you can update an existing ZIP archive to add new entries to it, delete entries, or update existing ones. -The `ZipArchive` class provides three modes: `Read`, `Create`, and `Update`. More information on creating and reading an archive is available in the [Getting Started]({%slug radziplibrary-gettingstarted%}) article. +The `ZipArchive` class provides three modes: `Read`, `Create`, and `Update`. More information on creating and reading an archive is available in the [RadZipLibrary Getting Started]({%slug radziplibrary-gettingstarted%}) article. The code snippet from **Example 1** opens a ZIP archive in update mode using the `ZipArchive` class. @@ -78,4 +78,4 @@ This method ensures that the operation does not hang indefinitely. It is useful ## See Also -* [Getting Started]({%slug radziplibrary-gettingstarted%}) +* [RadZipLibrary Getting Started]({%slug radziplibrary-gettingstarted%}) diff --git a/libraries/radziplibrary/features/ziparchive-entry.md b/libraries/radziplibrary/features/ziparchive-entry.md index ebfedfb9..bd50a869 100644 --- a/libraries/radziplibrary/features/ziparchive-entry.md +++ b/libraries/radziplibrary/features/ziparchive-entry.md @@ -124,7 +124,7 @@ The following example includes all the properties discussed in the previous sect ## See Also -* [Getting Started]({%slug radziplibrary-gettingstarted%}) +* [RadZipLibrary Getting Started]({%slug radziplibrary-gettingstarted%}) * [Update ZipArchive]({%slug radziplibrary-update-ziparchive%}) * [Protect ZipArchive]({%slug radziplibrary-protect-ziparchive%}) * [Compress Stream]({%slug radziplibrary-compress-stream%}) diff --git a/libraries/radziplibrary/overview.md b/libraries/radziplibrary/overview.md index de0e22e6..e1ebea66 100644 --- a/libraries/radziplibrary/overview.md +++ b/libraries/radziplibrary/overview.md @@ -34,7 +34,7 @@ The following list shows the key features of **RadZipLibrary**: >note If you do not have **Telerik Document Processing** installed, check the **[First Steps]({%slug getting-started-first-steps%})** topic to learn how you can get the packages through the different suites. ->note For details on the **usage of the library**, go to the **[Getting Started]({%slug radziplibrary-gettingstarted%})** article. +>note For details on the **usage of the library**, go to the **[RadZipLibrary Getting Started]({%slug radziplibrary-gettingstarted%})** article. ## Online Demos