Skip to content

Commit 0022374

Browse files
committed
986588: Need to change the details provided for next in styles documentation
1 parent e538c44 commit 0022374

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ A Style in document editor should have the following properties:
1818

1919
* **name**: Name of the style. All styles in a document have a unique name, which is used as an identifier when applying the style.
2020
* **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.
2222
* **link**: Provides a relation between the paragraph and character style.
2323
* **characterFormat**: Specifies the properties of paragraph and character style.
2424
* **paragraphFormat**: Specifies the properties of paragraph style.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ A Style in document editor should have the following properties:
1818

1919
* **name**: Name of the style. All styles in a document have a unique name, which is used as an identifier when applying the style.
2020
* **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.
2222
* **link**: Provides a relation between the paragraph and character style.
2323
* **characterFormat**: Specifies the properties of paragraph and character style.
2424
* **paragraphFormat**: Specifies the properties of paragraph style.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ A Style in document editor should have the following properties:
1818

1919
* **name**: Name of the style. All styles in a document have a unique name, which is used as an identifier when applying the style.
2020
* **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.
2222
* **link**: Provides a relation between the paragraph and character style.
2323
* **characterFormat**: Specifies the properties of paragraph and character style.
2424
* **paragraphFormat**: Specifies the properties of paragraph style.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A Style in document editor should have the following properties:
1717

1818
* **name**: Name of the style. All styles in a document have a unique name, which is used as an identifier when applying the style.
1919
* **type**: Specifies the document elements that the style will target. For example, paragraph or character.
20-
* **next**: Specifies that the current style inherits the style set to this property. This is how hierarchical styles are defined.
20+
* **next**: Specifies the style that should be automatically applied to a new paragraph created after the current one.
2121
* **link**: Provides a relation between the paragraph and character style.
2222
* **characterFormat**: Specifies the properties of paragraph and character style.
2323
* **paragraphFormat**: Specifies the properties of paragraph style.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ A Style in Document Editor should have the following properties:
1818

1919
* **name**: Name of the style. All styles in a document have a unique name, which is used as an identifier when applying the style.
2020
* **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.
2222
* **link**: Provides a relation between the paragraph and character style.
2323
* **characterFormat**: Specifies the properties of paragraph and character style.
2424
* **paragraphFormat**: Specifies the properties of paragraph style.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ A Style in Document Editor should have the following properties:
1818

1919
* **name**: Name of the style. All styles in a document have a unique name, which is used as an identifier when applying the style.
2020
* **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.
2222
* **link**: Provides a relation between the paragraph and character style.
2323
* **characterFormat**: Specifies the properties of paragraph and character style.
2424
* **paragraphFormat**: Specifies the properties of paragraph style.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ A Style in document editor should have the following properties:
1818

1919
* **name**: Name of the style. All styles in a document have a unique name, which is used as an identifier when applying the style.
2020
* **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.
2222
* **link**: Provides a relation between the paragraph and character style.
2323
* **characterFormat**: Specifies the properties of paragraph and character style.
2424
* **paragraphFormat**: Specifies the properties of paragraph style.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ A Style in document editor should have the following properties:
1818

1919
* **name**: Name of the style. All styles in a document have a unique name, which is used as an identifier when applying the style.
2020
* **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.
2222
* **link**: Provides a relation between the paragraph and character style.
2323
* **characterFormat**: Specifies the properties of paragraph and character style.
2424
* **paragraphFormat**: Specifies the properties of paragraph style.

0 commit comments

Comments
 (0)