How to set text vertically in table cell using aspose pdf in java

i want to create table with some cell contain text style as horizontal and some cell have text style as vertical as per attachment. please help for this issue.

Thanks in advance.Screenshot 2019-03-16 at 12.22.45 PM.png (31.2 KB)

@krishna9307

Thank you for contacting support.

You can rotate text with setRotation method as per your requirements.

headerText201.getTextState().setRotation(90);

Please feel free to contact us if you need any further assistance.