Skip to content

Commit cb2153e

Browse files
committed
Fix complex script field tests
1 parent fed193e commit cb2153e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

forms/src/main/java/com/itextpdf/forms/fields/PdfFormField.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2001,7 +2001,6 @@ protected void drawTextAppearance(Rectangle rect, PdfFont font, int fontSize, St
20012001
* @param font a {@link PdfFont}
20022002
* @param fontSize a positive integer
20032003
* @param value the initial value
2004-
* @return the {@link PdfFormXObject Form XObject} that was drawn
20052004
*/
20062005
protected void drawMultiLineTextAppearance(Rectangle rect, PdfFont font, int fontSize, String value, PdfFormXObject appearance) {
20072006
PdfStream stream = new PdfStream().makeIndirect(getDocument());

0 commit comments

Comments
 (0)