Skip to content

Commit 010aa40

Browse files
author
GiriSF4292
committed
Merge branch 'development' of https://github.com/syncfusion-content/document-processing-docs into 981355-BlazorUG
2 parents ebe4340 + 9965a1a commit 010aa40

File tree

195 files changed

+5352
-2677
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

195 files changed

+5352
-2677
lines changed

Document-Processing-toc.html

Lines changed: 95 additions & 54 deletions
Large diffs are not rendered by default.

Document-Processing/Excel/Spreadsheet/Blazor/accessibility.md

Lines changed: 30 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,25 @@
11
---
22
layout: post
33
title: Accessibility in Blazor Spreadsheet Component | Syncfusion
4-
description: Checkout and learn here all about accessibility in Syncfusion Blazor Spreadsheet component and much more.
4+
description: Learn about accessibility support in the Syncfusion Blazor Spreadsheet component, including WCAG 2.2, Section 508, keyboard shortcuts, and WAI-ARIA attributes.
55
platform: document-processing
66
control: Spreadsheet
77
documentation: ug
88
---
99

1010
# Accessibility in Blazor Spreadsheet
1111

12-
The Syncfusion Blazor Spreadsheet followed the accessibility guidelines and standards, including [ADA](https://www.ada.gov/), [Section 508](https://www.section508.gov/), [WCAG 2.2](https://www.w3.org/TR/WCAG22/) standards, and [WCAG roles](https://www.w3.org/TR/wai-aria/#roles) that are commonly used to evaluate accessibility.
13-
14-
The accessibility compliance for the Spreadsheet is outlined below.
12+
The Syncfusion Blazor Spreadsheet follows accessibility guidelines and standards, including [ADA](https://www.ada.gov/), [Section 508](https://www.section508.gov/), [WCAG 2.2](https://www.w3.org/TR/WCAG22/), and [WAI-ARIA](https://www.w3.org/TR/wai-aria/#roles) roles that are commonly used to evaluate accessibility.
13+
<style>
14+
.post .post-content img {
15+
display: inline-block;
16+
margin: 0.5em 0;
17+
}
18+
</style>
19+
The accessibility compliance for the Spreadsheet component is outlined below.
20+
<div><img src="https://cdn.syncfusion.com/content/images/documentation/full.png" alt="Yes"> - All features of the component meet the requirement.</div>
21+
<div><img src="https://cdn.syncfusion.com/content/images/documentation/partial.png" alt="Intermediate"> - Some features of the component do not meet the requirement.</div>
22+
<div><img src="https://cdn.syncfusion.com/content/images/documentation/not-supported.png" alt="No"> - The component does not meet the requirement.</div>
1523

1624
| Accessibility Criteria | Compatibility |
1725
| -- | -- |
@@ -24,39 +32,27 @@ The accessibility compliance for the Spreadsheet is outlined below.
2432
| [Keyboard Navigation Support](https://blazor.syncfusion.com/documentation/common/accessibility#keyboard-navigation-support) |<img src="https://cdn.syncfusion.com/content/images/documentation/partial.png" alt="Intermediate"> |
2533
| [Axe-core Accessibility Validation](https://blazor.syncfusion.com/documentation/common/accessibility#ensuring-accessibility) | <img src="https://cdn.syncfusion.com/content/images/documentation/partial.png" alt="Intermediate"> |
2634

27-
<style>
28-
.post .post-content img {
29-
display: inline-block;
30-
margin: 0.5em 0;
31-
}
32-
</style>
33-
<div><img src="https://cdn.syncfusion.com/content/images/documentation/full.png" alt="Yes"> - All features of the component meet the requirement.</div>
34-
35-
<div><img src="https://cdn.syncfusion.com/content/images/documentation/partial.png" alt="Intermediate"> - Some features of the component do not meet the requirement.</div>
36-
37-
<div><img src="https://cdn.syncfusion.com/content/images/documentation/not-supported.png" alt="No"> - The component does not meet the requirement.</div>
38-
3935
## WAI-ARIA attributes
40-
The Syncfusion Blazor Spreadsheet followed the WAI-ARIA patterns to meet the accessibility. The following ARIA attributes are used in the Spreadsheet:
36+
The Syncfusion Blazor Spreadsheet follows WAI-ARIA patterns to meet accessibility standards. The following ARIA attributes are used in the Spreadsheet component:
4137

4238
| Attributes | Purpose |
4339
|---------------|-------------|
4440
| `role=textbox` | Identifies an element as an input field that allows text entry.|
45-
| `role=button` | To represent the element that acts as a button in the component. |
41+
| `role=button` | Identifies an element that functions as a button. |
4642
| `role=combobox` | Identifies a component that combines a text input with a popup listbox or tree. |
4743
| `role=menu` | Defines a container for a collection of choices or commands presented in a contextual or dropdown format. |
48-
| `role=alert` | Designates an element that displays im portant, time-sensitive information. |
44+
| `role=alert` | Designates an element that displays important, time-sensitive information. |
4945
| `aria-label`| This attribute describes the accessible name for the interactive elements. |
50-
| `aria-expanded` | This attribute describes the control (for example, dropdown) is expanded or collapsed. |
46+
| `aria-expanded` | Indicates whether a collapsible element (e.g., a dropdown) is currently expanded or collapsed. |
5147
| `aria-live` | Defines a region as "live", meaning its content updates dynamically. Values include "off", "polite" (waits until idle), or "assertive" (announces immediately). |
52-
| `aria-rowindex` | Defines row index of the row with respect to the total number of rows within the Spreadsheet. |
53-
| `aria-colindex` | Defines the column index of the column with respect to the total number of columns within the Spreadsheet. |
48+
| `aria-rowindex` | Defines the row index of a row with respect to the total number of rows in the Spreadsheet. |
49+
| `aria-colindex` | Defines the column index of a column with respect to the total number of columns in the Spreadsheet. |
5450
| `aria-multiline` | Indicates whether a textbox accepts multiple lines of input or only a single line. |
5551

5652

5753
## Keyboard shortcuts
5854

59-
The Syncfusion Blazor Spreadsheet followed keyboard interaction guidelines, making it accessible for people who use assistive technologies (AT) and those who completely rely on keyboard navigation. The following keyboard shortcuts are supported by the Spreadsheet.
55+
The Syncfusion Blazor Spreadsheet follows keyboard interaction guidelines, making it accessible for people who use assistive technologies (AT) and those who rely on keyboard navigation. The following keyboard shortcuts are supported by the Spreadsheet.
6056

6157
<b>Clipboard</b>
6258

@@ -86,27 +82,27 @@ The Syncfusion Blazor Spreadsheet followed keyboard interaction guidelines, maki
8682
|-----|----- | -----|
8783
| <kbd>Page Up</kbd> / <kbd>Page Down</kbd> | <kbd>Fn</kbd> + <kbd>↑</kbd> / <kbd>↓</kbd> |Scrolls up or down one screen at a time.|
8884
| <kbd>Arrow keys</kbd> | <kbd>Arrow keys</kbd> | Navigates between adjacent cells in the direction of the arrow key.|
89-
| <kbd>Enter</kbd> | <kbd>Enter</kbd> | Moves the selection to the cell below.|
90-
| <kbd>Shift</kbd> + <kbd>Enter</kbd> | <kbd>⇧</kbd> + <kbd>Enter</kbd> | Moves the selection to the cell above.|
91-
| <kbd>Tab</kbd> | <kbd>Tab</kbd> | Moves the selection to the cell on the right.|
92-
| <kbd>Shift</kbd> + <kbd>Tab</kbd> | <kbd>⇧</kbd> + <kbd>Tab</kbd> | Moves the selection to the cell on the left.|
85+
| <kbd>Enter</kbd> | <kbd>Enter</kbd> | Moves the active cell down one row.|
86+
| <kbd>Shift</kbd> + <kbd>Enter</kbd> | <kbd>⇧</kbd> + <kbd>Enter</kbd> | Moves the active cell up one row.|
87+
| <kbd>Tab</kbd> | <kbd>Tab</kbd> | Moves the active cell right one column.|
88+
| <kbd>Shift</kbd> + <kbd>Tab</kbd> | <kbd>⇧</kbd> + <kbd>Tab</kbd> | Moves the active cell left one column.|
9389

9490
<b>Editing</b>
9591

9692
| Windows | MAC | Actions |
9793
|-----|----- | -----|
98-
| <kbd>F2</kbd> | <kbd>F2</kbd> | Begin typing in the selected cell.|
99-
| <kbd>Enter</kbd> | <kbd>Enter</kbd> | Finish typing in the current cell and move to the one below.|
100-
| <kbd>Shift</kbd> + <kbd>Enter</kbd> | <kbd>⇧</kbd> + <kbd>Enter</kbd> | Finish typing in the current cell and move to the one above.|
101-
| <kbd>Tab</kbd> | <kbd>Tab</kbd> | Finish typing in the current cell and move to the one on the right. |
102-
| <kbd>Shift</kbd> + <kbd>Tab</kbd> | <kbd>⇧</kbd> + <kbd>Tab</kbd> |Finish typing in the current cell and move to the one on the left.|
103-
| <kbd>Escape</kbd> | <kbd>Esc</kbd> | Cancel editing and return to the original value in the cell.|
94+
| <kbd>F2</kbd> | <kbd>F2</kbd> | Enters edit mode for the selected cell.|
95+
| <kbd>Enter</kbd> | <kbd>Enter</kbd> | Confirms the edit and moves the active cell down one row.|
96+
| <kbd>Shift</kbd> + <kbd>Enter</kbd> | <kbd>⇧</kbd> + <kbd>Enter</kbd> | Confirms the edit and moves the active cell up one row.|
97+
| <kbd>Tab</kbd> | <kbd>Tab</kbd> | Confirms the edit and moves the active cell right one column. |
98+
| <kbd>Shift</kbd> + <kbd>Tab</kbd> | <kbd>⇧</kbd> + <kbd>Tab</kbd> | Confirms the edit and moves the active cell left one column.|
99+
| <kbd>Escape</kbd> | <kbd>Esc</kbd> | Cancels the edit and restores the cell's original value.|
104100

105101
<b>Clear</b>
106102

107103
| Windows | MAC | Actions |
108104
|-----|----- | -----|
109-
| <kbd>Delete</kbd> | <kbd>Delete</kbd> | Clear contents of the selected cells.|
105+
| <kbd>Delete</kbd> | <kbd>Delete</kbd> | Clears the contents of the selected cells.|
110106

111107
<b>Hyperlink</b>
112108

Document-Processing/Excel/Spreadsheet/Blazor/cell-range.md

Lines changed: 30 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,69 @@
11
---
22
layout: post
3-
title: Managing Cell Ranges in Blazor Spreadsheet component | Syncfusion
4-
description: Checkout and learn to manage cell range features such as formatting, autofill, and clear options in the Syncfusion Blazor Spreadsheet component and more.
3+
title: Managing Cell Ranges in the Blazor Spreadsheet Component | Syncfusion
4+
description: Check out and learn to manage cell range features such as formatting, autofill, and clear options in the Syncfusion Blazor Spreadsheet component and more.
55
platform: document-processing
66
control: Spreadsheet
77
documentation: ug
88
---
99

1010
# Managing Cell Ranges in Blazor Spreadsheet component
11-
12-
A cell range refers to a group of selected cells in a Spreadsheet that can be manipulated or processed collectively.
11+
A cell range is a set of selected cells in a Spreadsheet, typically specified using A1 notation (for example, `A1:B10`). A range may be a single cell or a contiguous block of cells that can be manipulated or processed collectively.
1312

1413
## Cell formatting
1514

16-
Cell formatting enhances the visual presentation of data in a Spreadsheet by applying styles such as font changes, colors, borders, and alignment to individual cells or cell ranges. This helps in organizing and emphasizing important information effectively.
15+
Cell formatting enhances the visual presentation of data by applying styles such as font changes, colors, borders, and alignment to individual cells or cell ranges. This helps organize content and emphasize important information for faster interpretation.
1716

1817
Cell formatting options include:
1918

2019
* **Bold** - Applies a heavier font weight to make the text stand out in the Spreadsheet.
2120

2221
* **Italic** - Slants the text to give it a distinct look, often used for emphasis or to highlight differences.
2322

24-
* **Underline** - Adds a line below the text, commonly used for emphasis or to indicate hyperlinks.
23+
* **Underline** - Adds a line below the text, commonly used for emphasis or to indicate hyperlinks.
2524

26-
* **Strikethrough** - Draws a line through the text, often used to show completed tasks or outdated information.
25+
* **Strikethrough** - Draws a line through the text, often used to show completed tasks or outdated information.
2726

28-
* **Font Family** - Changes the typeface of the text (e.g., Arial, Calibri, Times New Roman, and more) to enhance readability or visual appeal.
27+
* **Font Family** - Changes the typeface of the text (e.g., Arial, Calibri, Times New Roman, and more) to enhance readability or visual appeal.
2928

30-
* **Font Size** - Adjusts the size of the text to create visual hierarchy or improve readability in the Spreadsheet.
29+
* **Font Size** - Adjusts the size of the text to create visual hierarchy or improve readability in the Spreadsheet.
3130

32-
* **Font Color** - Changes the color of the text to improve visual hierarchy or to organize information using color codes.
31+
* **Font Color** - Changes the color of the text to improve visual hierarchy or to organize information using color codes.
3332

34-
* **Fill Color** - Adds color to the cell background to visually organize data or highlight important information.
33+
* **Fill Color** - Adds color to the cell background to visually organize data or highlight important information.
3534

36-
* **Horizontal Alignment** - Controls the position of text from left to right within a cell. Options include:
35+
* **Horizontal Alignment** - Controls the position of text from left to right within a cell. Options include:
3736
* **Left** - Default for text
3837
* **Center** - Useful for headings
3938
* **Right** - Default for numbers
4039

41-
* **Vertical Alignment** - Controls the position of text from top to bottom within a cell. Options include:
40+
* **Vertical Alignment** - Controls the position of text from top to bottom within a cell. Options include:
4241
* **Top** – Aligns content to the top of the cell
4342
* **Middle** – Centers content vertically
4443
* **Bottom** – Default alignment
4544

46-
* **Wrap Text** - Displays long content on multiple lines within a single cell, preventing it from overflowing into adjacent cells.
45+
* **Wrap Text** - Displays long content on multiple lines within a single cell, preventing it from overflowing into adjacent cells.
4746

48-
Cell formatting can be applied to or removed from a cell or range of cells by using the formatting options available in the Ribbon toolbar under the **Home** tab.
47+
Cell formatting can be applied or removed from a cell or range by using the options available in the component's built-in **Ribbon** under the **Home** tab.
4948

5049
## Autofill
5150

52-
Autofill is used to fill cells with data based on adjacent cells. It follows patterns from adjacent cells when available, eliminating the need to enter repeated data manually. The [AllowAutofill](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Spreadsheet.SfSpreadsheet.html#Syncfusion_Blazor_Spreadsheet_SfSpreadsheet_AllowAutofill) property can be used to enable or disable the autofill support.
51+
Autofill is used to fill cells with data that follows a pattern or is based on data in other cells. It helps avoid entering repetitive data manually. The [AllowAutofill](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Spreadsheet.SfSpreadsheet.html#Syncfusion_Blazor_Spreadsheet_SfSpreadsheet_AllowAutofill) property can be used to enable or disable this feature.
5352

54-
> * The default value of the `AllowAutofill` property is **true**.
53+
* The default value of the `AllowAutofill` property is **true**.
5554

5655
Autofill can be performed in one of the following ways:
5756

58-
* Drag and drop the cell using the fill handle element.
59-
* Use the [AutofillAsync()](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Spreadsheet.SfSpreadsheet.html#Syncfusion_Blazor_Spreadsheet_SfSpreadsheet_AutofillAsync_System_String_System_String_) method programmatically.
57+
* Drag and drop the cell using the fill handle element.
58+
* Use the [AutofillAsync()](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Spreadsheet.SfSpreadsheet.html#Syncfusion_Blazor_Spreadsheet_SfSpreadsheet_AutofillAsync_System_String_System_String_) method programmatically.
6059

61-
The available parameters in the `AutofillAsync()` method are:
60+
The `AutofillAsync()` method accepts string parameters in A1 notation for `fillRange` and `dataRange`. The available parameters are:
6261

6362
| Parameter | Type | Description |
6463
| -- | -- | -- |
65-
| fillRange | string | Specifies the fill range. |
66-
| dataRange | string | Specifies the data range. |
67-
| direction | string | Specifies the direction ("Up", "Right", "Down", and "Left") to be filled. |
64+
| fillRange | string | Specifies the fill range in A1 notation (e.g., "A1:A5"). |
65+
| dataRange | string | Specifies the source data range in A1 notation (e.g., "B1:B5"). |
66+
| direction | string | Specifies the direction to be filled ("Up", "Right", "Down", or "Left"). |
6867

6968
### Implementing autofill programmatically
7069

@@ -210,21 +209,21 @@ The event uses the [AutofillActionEndEventArgs](https://help.syncfusion.com/cr/b
210209

211210
## Clear
212211

213-
Clear support helps clear the cell contents (formulas and data) and formats (including number formats) in a Spreadsheet. When **Clear All** is applied, both the contents and the formats will be cleared simultaneously.
212+
The clear functionality helps remove cell contents (formulas and data), formats (including number formats), and hyperlinks from a selected range.
214213

215214
### Applying the clear functionality
216215

217216
The clear support can be applied using the following way:
218217

219-
* Select the **Clear** icon in the Ribbon toolbar under the **Home** tab.
218+
You can apply the clear functionality by selecting the **Clear** icon in the **Ribbon** under the **Home** tab.
220219

221-
| Options | Uses |
220+
| Option | Use |
222221
| -- | -- |
223-
| **Clear All** | Used to clear all contents, formats, and hyperlinks. |
224-
| **Clear Formats** | Used to clear the formats (including number formats) in a cell. |
225-
| **Clear Contents** | Used to clear the contents (formulas and data) in a cell. |
226-
| **Clear Hyperlinks** | Used to clear the hyperlink in a cell. |
222+
| **Clear All** | Clears all contents, formats, and hyperlinks. |
223+
| **Clear Formats** | Clears only the formatting from the selected cells. |
224+
| **Clear Contents** | Clears only the contents (formulas and data) from the selected cells. |
225+
| **Clear Hyperlinks** | Clears only the hyperlinks from the selected cells. |
227226

228227
The following image displays the clear options available in the Ribbon toolbar under the **Home** tab of the Blazor Spreadsheet.
229228

230-
![Clear options in the Blazor Spreadsheet](images/clear-feature.png)
229+
![Clear options in the Blazor Spreadsheet](images/clear-feature.png)

0 commit comments

Comments
 (0)