I may ask a dumb question. But, how do I insert a table into a document? I have a mergefield and want to insert a table into this mergefield. So, how can I create a table for this?
Also, I created a list with the format of ListTemplate.NUMBER_LOWERCASE_LETTER_DOT. But for some reason, the output is always like this:
a. xxxxx
b.dddd
c.cccc
d.dddd
The first item always have a space b/w the list letter (such as a, b, c, d) and the list text which is correct, but list items after the first are not aligned with the first item. How should I fix this problem? Along this question, is there a way to define the space width between the list letter and the list text?
By the way, I am using Aspose.words for JAVA.
Thank you!
michelle