Skip to content

Commit 28faa60

Browse files
committed
EJ2-983076-UG-2: review changes
1 parent f132fdc commit 28faa60

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Document-Processing/Word/Word-Processor/blazor/list-format.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ Lists are a fundamental feature for organizing content in a document, making it
1515

1616
Bulleted (unordered) lists are ideal for items that do not need to be in a specific sequence. Use the `ApplyBulletAsync` method to apply a bullet format to the selected paragraphs. The method accepts a bullet character and its font family.
1717

18+
|Parameter|Type|Description|
19+
|---------|----|-----------|
20+
|Bullet|string|Bullet character.|
21+
|fontFamily|string|Bullet font family.|
22+
23+
Refer to the following sample code.
24+
1825
```csharp
1926
@* The following code example demonstrates how to apply a standard circular bullet. *@
2027
await container.DocumentEditor.Editor.ApplyBulletAsync("\u00B7", "Symbol");

0 commit comments

Comments
 (0)