Skip to content

Commit cc41bbd

Browse files
Merge pull request #1828 from syncfusion-content/993089-colorD
993089: Update the highlight color documentation in Document editor
2 parents 6d4b005 + 0be8ecd commit cc41bbd

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

Document-Processing/Word/Word-Processor/angular/text-format.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ The highlight color of the selected text can be get or set using the following s
186186
let highlightColor : HighlightColor = documenteditor.selection.characterFormat.highlightColor;
187187
//Sets highlightColor formatting for selected text.
188188
documenteditor.selection.characterFormat.highlightColor= 'Pink';
189-
documenteditor.selection.characterFormat.highlightColor= '#FFC0CB';
190189
```
191190

192191
## Toolbar with options for text formatting

Document-Processing/Word/Word-Processor/asp-net-core/text-format.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ The highlight color of the selected text can be get or set using the following s
157157

158158
```typescript
159159
documenteditor.selection.characterFormat.highlightColor= 'Pink';
160-
documenteditor.selection.characterFormat.highlightColor= '#FFC0CB';
161160
```
162161

163162
## Toolbar with options for text formatting

Document-Processing/Word/Word-Processor/asp-net-mvc/text-format.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ The highlight color of the selected text can be get or set using the following s
157157

158158
```typescript
159159
documenteditor.selection.characterFormat.highlightColor= 'Pink';
160-
documenteditor.selection.characterFormat.highlightColor= '#FFC0CB';
161160
```
162161

163162
## Toolbar with options for text formatting

Document-Processing/Word/Word-Processor/javascript-es5/text-format.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ The highlight color of the selected text can be get or set using the following s
186186
let highlightColor : HighlightColor = documenteditor.selection.characterFormat.highlightColor;
187187
//Sets highlightColor formatting for selected text.
188188
documenteditor.selection.characterFormat.highlightColor = 'Pink';
189-
documenteditor.selection.characterFormat.highlightColor = '#FFC0CB';
190189
```
191190

192191
N> 1. Character scaling and spacing present in the input Word document will be preserved in the exported Word document. N> 2. Scaling is implemented using the letterSpacing property, which may present compatibility problems. For more information, please refer to this [link](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/letterSpacing#browser_compatibility)

Document-Processing/Word/Word-Processor/javascript-es6/text-format.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ The highlight color of the selected text can be get or set using the following s
186186
let highlightColor : HighlightColor = documenteditor.selection.characterFormat.highlightColor;
187187
//Sets highlightColor formatting for selected text.
188188
documenteditor.selection.characterFormat.highlightColor = 'Pink';
189-
documenteditor.selection.characterFormat.highlightColor = '#FFC0CB';
190189
```
191190

192191
N> 1. Character scaling and spacing present in the input Word document will be preserved in the exported Word document. N> 2. Scaling is implemented using the letterSpacing property, which may present compatibility problems. For more information, please refer to this [link](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/letterSpacing#browser_compatibility)

0 commit comments

Comments
 (0)