Here is the document you want to have a look.
http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/js_api_referen
ce.pdf
Look at the Field object. The alignment and multiline property might be the
ones you are looking for:
var f = this.getField("MyText");
f.alignment = "center";
f.multiline = false;
Yang
Hi Yang,
Thank you,
Alex
--
You received this message because you are subscribed to the Google Groups
"CenoPDF Support Group" group.
To post to this group, send email to cenos...@googlegroups.com.
To unsubscribe from this group, send email to
cenosupport...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cenosupport?hl=en.