I have a two paragraphd in one table.I want to align the paragraph.
One paragraph in left another paragraph in right..
I will done my align but its not correct alignment.
The paragraph shouls starting in a same position.Like this
My requeired Output is:
aspnet Java
Java asp.net
My output is
Asp.net java
java asp.net
So my Alignmnet is not good to look ...
Please Share how to Alignment the paragrapn
Sandip G PatilPosted Mar 20, 2017, 5:51 AM
table.HorizontalAlignment = 1;
1:center
0:left
2:right