-
Hi ! Do you have any ideas on how I can get the heading style order without manipulating the Style name ? I'm using the GetAllHeadingParagraphs methods for now. But I'm not sure how to get the heading level Ideally, of one method could return something like all styles or the heading style tree that would be no nice ! Thanks ! |
Beta Was this translation helpful? Give feedback.
Answered by
Willena
Feb 15, 2023
Replies: 1 comment
-
I finally found a way to get something close to what I needed. It involves using properties from the ParaPr value generated by the ToJSON() method. Here is a sample code
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Willena
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I finally found a way to get something close to what I needed. It involves using properties from the ParaPr value generated by the ToJSON() method.
Here is a sample code