-
@dolanmiu when you create a bulleted list, how do you indicate which bullet you want? I know all of the valid ones are predefined but I am fuzzy about how to tell the library which one I want my specific bullet entry to point to [circle, hollowCircle, square, hollowSquare, etc...]. |
Beta Was this translation helpful? Give feedback.
Answered by
dolanmiu
Nov 2, 2022
Replies: 1 comment
-
So it is pretty easy You simply specify the unicode value, and it will simply work: Look at this example here: https://github.com/dolanmiu/docx/blob/master/demo/3-numbering-and-bullet-points.ts#L64 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dolanmiu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So it is pretty easy
You simply specify the unicode value, and it will simply work:
Look at this example here:
https://github.com/dolanmiu/docx/blob/master/demo/3-numbering-and-bullet-points.ts#L64