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
The first two enumerations in this screenshots are created using code like this, where I use the styles List Bullet and List Number.
document.add_paragraph(
'first item in unordered list', style='List Bullet'
)
document.add_paragraph(
'first item in ordered list', style='List Number'
)
But in the result (screenshot) this enumerations do not look the same way as the original MS Word enumeration (the 3rd in the screenshot) does. The indention is missing.
I am assuming that I miss a basics concept here?
The text was updated successfully, but these errors were encountered:
To my understanding there is a style List Paragraph beside List Number and List Bullet. But when using List Paragraph the indention is there but the bullet points or numbers are missing.
The first two enumerations in this screenshots are created using code like this, where I use the styles
List Bullet
andList Number
.But in the result (screenshot) this enumerations do not look the same way as the original MS Word enumeration (the 3rd in the screenshot) does. The indention is missing.
I am assuming that I miss a basics concept here?
The text was updated successfully, but these errors were encountered: