Question
how to table in text center
myTable.cells.everyItem().paragraphs.Justification = Justification.CENTER_ALIGN;
or
myTable.cells.everyItem().texts[0].Justification = Justification.CENTER_ALIGN;
I can not run
myTable.cells.everyItem().paragraphs.Justification = Justification.CENTER_ALIGN;
or
myTable.cells.everyItem().texts[0].Justification = Justification.CENTER_ALIGN;
I can not run
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.