TextArea field does not do word wrap
Sunday, April 15, 2018 at 03:30amI am using a text area field in my document - however i cannot get it to automatically word wrap..
here is a snippet of the code
.withField(FieldBuilder.textArea()
.withId(new FieldId("signerComments"))
.withStyle(FieldStyle.TEXT_AREA)
.withPositionAnchor(TextAnchorBuilder.newTextAnchor("")
.atPosition(TextAnchorPosition.BOTTOMRIGHT)
.withSize(550, 150)
) //anchor
) //field
Reply to: TextArea field does not do word wrap
Monday, April 16, 2018 at 08:58am