-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
I am trying to figure out how to add rtl support in headers.
Following this post and explicitly defining a style on the header paragraph does work, but it seem to overwrite the header style.
So my question would probably be, how to apply two styles? or create a "hybrid" still that will be both rtl and keep the heading style.
Trying this
run = paragraph.add_run()
run.font.rtl=True
Does not have any effect, rtl seems to only work when setting the paragraph style.
Metadata
Metadata
Assignees
Labels
No labels