You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Document-Processing/Word/Word-Processor/asp-net-core/styles.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ documentation: ug
8
8
---
9
9
10
10
11
-
# Styles
11
+
# Styles in Document Editor Control
12
12
13
13
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.
14
14
@@ -18,7 +18,7 @@ A Style in document editor should have the following properties:
18
18
19
19
***name**: Name of the style. All styles in a document have a unique name, which is used as an identifier when applying the style.
20
20
***type**: Specifies the document elements that the style will target. For example, paragraph or character.
21
-
***next**: Specifies that the current style inherits the style set to this property. This is how hierarchical styles are defined.
21
+
***next**: Specifies the style that should be automatically applied to a new paragraph created after the current one.
22
22
***link**: Provides a relation between the paragraph and character style.
23
23
***characterFormat**: Specifies the properties of paragraph and character style.
24
24
***paragraphFormat**: Specifies the properties of paragraph style.
Copy file name to clipboardExpand all lines: Document-Processing/Word/Word-Processor/asp-net-mvc/styles.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ documentation: ug
8
8
---
9
9
10
10
11
-
# Styles
11
+
# Styles in Document Editor Control
12
12
13
13
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.
14
14
@@ -18,7 +18,7 @@ A Style in document editor should have the following properties:
18
18
19
19
***name**: Name of the style. All styles in a document have a unique name, which is used as an identifier when applying the style.
20
20
***type**: Specifies the document elements that the style will target. For example, paragraph or character.
21
-
***next**: Specifies that the current style inherits the style set to this property. This is how hierarchical styles are defined.
21
+
***next**: Specifies the style that should be automatically applied to a new paragraph created after the current one.
22
22
***link**: Provides a relation between the paragraph and character style.
23
23
***characterFormat**: Specifies the properties of paragraph and character style.
24
24
***paragraphFormat**: Specifies the properties of paragraph style.
Copy file name to clipboardExpand all lines: Document-Processing/Word/Word-Processor/javascript-es5/styles.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ A Style in Document Editor should have the following properties:
18
18
19
19
***name**: Name of the style. All styles in a document have a unique name, which is used as an identifier when applying the style.
20
20
***type**: Specifies the document elements that the style will target. For example, paragraph or character.
21
-
***next**: Specifies that the current style inherits the style set to this property. This is how hierarchical styles are defined.
21
+
***next**: Specifies the style that should be automatically applied to a new paragraph created after the current one.
22
22
***link**: Provides a relation between the paragraph and character style.
23
23
***characterFormat**: Specifies the properties of paragraph and character style.
24
24
***paragraphFormat**: Specifies the properties of paragraph style.
@@ -206,7 +206,7 @@ let paragraphStyles = documentEditor.getStyles('Character');
206
206
207
207
## Modify an existing style
208
208
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.
210
210
211
211
The following illustrate to modify an existing style.
Copy file name to clipboardExpand all lines: Document-Processing/Word/Word-Processor/javascript-es6/styles.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ A Style in Document Editor should have the following properties:
18
18
19
19
***name**: Name of the style. All styles in a document have a unique name, which is used as an identifier when applying the style.
20
20
***type**: Specifies the document elements that the style will target. For example, paragraph or character.
21
-
***next**: Specifies that the current style inherits the style set to this property. This is how hierarchical styles are defined.
21
+
***next**: Specifies the style that should be automatically applied to a new paragraph created after the current one.
22
22
***link**: Provides a relation between the paragraph and character style.
23
23
***characterFormat**: Specifies the properties of paragraph and character style.
24
24
***paragraphFormat**: Specifies the properties of paragraph style.
@@ -187,7 +187,7 @@ let paragraphStyles = documentEditor.getStyles('Character');
187
187
188
188
## Modify an existing style
189
189
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.
191
191
192
192
The following illustrate to modify an existing style.
Copy file name to clipboardExpand all lines: Document-Processing/Word/Word-Processor/vue/styles.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ A Style in document editor should have the following properties:
18
18
19
19
***name**: Name of the style. All styles in a document have a unique name, which is used as an identifier when applying the style.
20
20
***type**: Specifies the document elements that the style will target. For example, paragraph or character.
21
-
***next**: Specifies that the current style inherits the style set to this property. This is how hierarchical styles are defined.
21
+
***next**: Specifies the style that should be automatically applied to a new paragraph created after the current one.
22
22
***link**: Provides a relation between the paragraph and character style.
23
23
***characterFormat**: Specifies the properties of paragraph and character style.
24
24
***paragraphFormat**: Specifies the properties of paragraph style.
@@ -185,7 +185,7 @@ let paragraphStyles = this.$refs.documenteditor.ej2Instances.documentEditor.getS
185
185
186
186
## Modify an existing style
187
187
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.
189
189
190
190
The following illustrate to modify an existing style.
0 commit comments