Skip to content

Commit 21881db

Browse files
committed
986588: CI failure
1 parent 0022374 commit 21881db

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Document-Processing/Word/Word-Processor/asp-net-core/styles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ documentation: ug
88
---
99

1010

11-
# Styles
11+
# Styles in Document Editor Control
1212

1313
Styles are useful for applying a set of formatting consistently throughout the document. In document editor, styles are created and added to a document programmatically or via the built-in Styles dialog.
1414

Document-Processing/Word/Word-Processor/asp-net-mvc/styles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ documentation: ug
88
---
99

1010

11-
# Styles
11+
# Styles in Document Editor Control
1212

1313
Styles are useful for applying a set of formatting consistently throughout the document. In document editor, styles are created and added to a document programmatically or via the built-in Styles dialog.
1414

Document-Processing/Word/Word-Processor/javascript-es5/styles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ let paragraphStyles = documentEditor.getStyles('Character');
206206

207207
## Modify an existing style
208208

209-
You can modify a existing style with the specified style properties using [`createStyle`](https://ej2.syncfusion.com/javascript/documentation/api/document-editor/editor#createStyle) method. If modifyExistingStyle parameter is set to `true` the style properties is updated to the existing style.
209+
You can modify a existing style with the specified style properties using [`createStyle`](https://ej2.syncfusion.com/javascript/documentation/api/document-editor/editor/#createStyle) method. If modifyExistingStyle parameter is set to `true` the style properties is updated to the existing style.
210210

211211
The following illustrate to modify an existing style.
212212

Document-Processing/Word/Word-Processor/javascript-es6/styles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ let paragraphStyles = documentEditor.getStyles('Character');
187187

188188
## Modify an existing style
189189

190-
You can modify a existing style with the specified style properties using [`createStyle`](https://ej2.syncfusion.com/documentation/api/document-editor/editor#createStyle) method. If modifyExistingStyle parameter is set to `true` the style properties is updated to the existing style.
190+
You can modify a existing style with the specified style properties using [`createStyle`](https://ej2.syncfusion.com/documentation/api/document-editor/editor/#createStyle) method. If modifyExistingStyle parameter is set to `true` the style properties is updated to the existing style.
191191

192192
The following illustrate to modify an existing style.
193193

Document-Processing/Word/Word-Processor/vue/styles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ let paragraphStyles = this.$refs.documenteditor.ej2Instances.documentEditor.getS
185185

186186
## Modify an existing style
187187

188-
You can modify a existing style with the specified style properties using [`createStyle`](https://ej2.syncfusion.com/vue/documentation/api/document-editor/editor#createStyle) method. If modifyExistingStyle parameter is set to `true` the style properties is updated to the existing style.
188+
You can modify a existing style with the specified style properties using [`createStyle`](https://ej2.syncfusion.com/vue/documentation/api/document-editor/editor/#createStyle) method. If modifyExistingStyle parameter is set to `true` the style properties is updated to the existing style.
189189

190190
The following illustrate to modify an existing style.
191191

0 commit comments

Comments
 (0)