My js Code is...
var textField = new TextField();
textField.Rect = [13, 47, 180, 10];
textField.multiline = false;
textField.V = "461 Dean Apartments";
textField.T = "TestTextBox";
doc.addField(textField);
below is the example of my editable Pdf field where I want to show "461 Dean Apartments" in the center or justify.
Thanks enter image description here
You can do it using
textAlign
functionHere is the documentation.
According to this source it seems you can also set it using
defineProperty