Beginners Questions about formatting
Posted: Thu Dec 16, 2021 7:53 am
Hello,
I'm trying to create some docx-Documents but have trouble, understanding some basics about DOCXReadWrite.
My biggest problem is formatting. I want to create some headlines with bold letters and in a bigger font, but can't figure out, how to do it.
I hoped to achieve that with the command
Paras.FormatAll();
but I am now at loss, what I can put into these brackets. It asks for the TAXWCHPX type, but I couldn't find, what qualifies as such.
Could you give me some examples, of what can be put into the brackets, or tell me where to find a list of possibiliies?
Or am I going about this wrong an there is another way?
I'm trying to create some docx-Documents but have trouble, understanding some basics about DOCXReadWrite.
My biggest problem is formatting. I want to create some headlines with bold letters and in a bigger font, but can't figure out, how to do it.
I hoped to achieve that with the command
Paras.FormatAll();
but I am now at loss, what I can put into these brackets. It asks for the TAXWCHPX type, but I couldn't find, what qualifies as such.
Could you give me some examples, of what can be put into the brackets, or tell me where to find a list of possibiliies?
Or am I going about this wrong an there is another way?