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: knowledge-base/set-bullet-list-indents-radwordsprocessing.md
+57-58Lines changed: 57 additions & 58 deletions
Original file line number
Diff line number
Diff line change
@@ -11,81 +11,80 @@ ticketid: 1681870
11
11
12
12
## Description
13
13
14
-
When working with bullet lists in RadWordsProcessingdocuments, you might need to adjust the bullet position and text indentation to meet specific formatting requirements. This knowledge base article also answers the following questions:
14
+
When working with bullet lists in [RadWordsProcessing]({%slug radwordsprocessing-overview%}) documents, you might need to adjust the bullet position and text indentation to meet specific formatting requirements. This knowledge base article demonstrates how to set the text indent or adjust the bullet position for bullet lists in RadWordsProcessing.
15
15
16
-
- How can I set text indent for bullet lists in RadWordsProcessing?
17
-
- How can I adjust the bullet position in RadWordsProcessing lists?
18
-
- What are the calculations behind converting device-independent pixels to centimeters for list indents in RadWordsProcessing?
16
+

19
17
20
18
## Environment
21
19
22
-
<table>
23
-
<tbody>
24
-
<tr>
25
-
<td>Product</td>
26
-
<td>RadWordsProcessing for Document Processing</td>
To set the bullet position and text indentation for a bullet list in RadWordsProcessing, follow these steps:
34
27
35
-
1. Initialize the `RadFlowDocument` and add a section to it.
36
-
2. Create a bullet list and configure its levels as needed.
37
-
3. Use the `ParagraphProperties.LeftIndent`and `ParagraphProperties.HangingIndent` properties to adjust the bullet position and text indentation.
28
+
1. Initialize the [RadFlowDocument]({%slug radwordsprocessing-model-radflowdocument%}) and add a section to it.
29
+
2. Create a [bullet list]({%slug radwordsprocessing-concepts-lists%}) and configure its levels as needed.
30
+
3. Use the `ParagraphProperties`.[LeftIndent]({%slug radwordsprocessing-concepts-style-properties%}) and `ParagraphProperties`.[HangingIndent]({%slug radwordsprocessing-concepts-style-properties%}) properties to adjust the bullet position and text indentation.
This calculation allows you to set the bullet position and text indentation accurately according to your formatting requirements.
83
+
>tip The conversion from [device-independent pixels]({%slug device-independent-pixels%}) (DIP) to centimeters (cm) is based on the formula:[ text{cm} = text{DIP} / {96} * 2.54 ]. For instance, to convert 18.9 DIP to cm:
84
+
[ text{cm} = 18.9 / 96 * 2.54 = 0.5cm ].
87
85
88
86
## See Also
89
87
90
-
-[Modifying a Paragraph in RadWordsProcessing](https://docs.telerik.com/devtools/document-processing/libraries/radwordsprocessing/model/paragraph#modifying-a-paragraph)
*[IStyleProperty<T> API Reference](https://docs.telerik.com/devtools/document-processing/api/Telerik.Windows.Documents.Flow.Model.Styles.Core.IStyleProperty-1.html)
649
649
*[IStylePropertyDefinition API Reference](https://docs.telerik.com/devtools/document-processing/api/Telerik.Windows.Documents.Flow.Model.Styles.Core.IStylePropertyDefinition.html)
650
+
*[Setting Bullet List Indents in RadWordsProcessing]({%slug set-bullet-list-indents-radwordsprocessing%})
0 commit comments