Hi,
I use Aspose.Words for Java, now I need to indent Table, just like List, we can indent List by below way:
DocumentBuilder docBuilder = null;
…
docBuilder.getListFormat().listIndent();
I need to indent Table when List indent, just like Table in List, as a item of List.
So far, I found List can’t contain a Table in Aspose, so I need implement this by my self.
My implementation is:
1, when List indent.
2, then I can indent Table by codes, but how can I indent the Table, I know the API Table.setLeftIndent(); can do this, but need a parameter “left indent distance”, so I don’t know how to deal with it.
Please advise.
Thanks,
Feng
Hi Feng,
Hi Awais,
I need to get the List indent value, how to get it in Aspose?
Thanks.
Hi Feng,