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/assigning-character-style-to-fields.md
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,20 +17,17 @@ ticketid: 1686361
17
17
18
18
## Description
19
19
20
-
I want to apply a custom character style to fields, such as page numberand total pages, in RadWordsProcessing for Document Processing. I need the document to reflect the applied styles and be exported to PDF format.
20
+
Learn how to apply a custom character style to fields, such as [page number]({%slug radwordsprocessing-concepts-page-field%}) and total pages, in [RadWordsProcessing]({%slug radwordsprocessing-overview%}). The document reflects the applied styles when exporting to PDF format.
21
21
22
-
This knowledge base article also answers the following questions:
23
-
- How to set a character style for a field in RadWordsProcessing?
24
-
- How to format fields like PAGE and NUMPAGES with custom styles?
25
-
- How to export styled fields to PDF using RadWordsProcessing?
22
+

26
23
27
24
## Solution
28
25
29
26
To assign a custom character style to fields in RadWordsProcessing and export the document to PDF, follow the steps below:
30
27
31
-
1. Create and define the custom character styles.
28
+
1. Create and define the [custom character styles]({%slug radwordsprocessing-concepts-styles%}).
32
29
2. Add the styles to the document's `StyleRepository`.
33
-
3. Specify the desired style for the `Run`objects in the field or the paragraph containing the field.
30
+
3. Specify the desired style for the [Run]({%slug radwordsprocessing-model-run%}) objects in the [field]({%slug radwordsprocessing-concepts-fields%}) or the paragraph containing the field.
0 commit comments