Rewording and remove #
This commit is contained in:
@ -78,8 +78,8 @@ abstractNum.createLevel(2, "lowerLetter", "%3)", "start").addParagraphProperty(n
|
|||||||
const concrete = numbering.createConcreteNumbering(abstractNum);
|
const concrete = numbering.createConcreteNumbering(abstractNum);
|
||||||
```
|
```
|
||||||
|
|
||||||
You can then apply your concrete style to paragraphs using their
|
You can then apply your concrete style to paragraphs using the
|
||||||
`#setNumbering` method:
|
`setNumbering` method:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
topLevelP.setNumbering(concrete, 0);
|
topLevelP.setNumbering(concrete, 0);
|
||||||
|
Reference in New Issue
Block a user