Author: tilman
Date: Sun Jun 14 04:23:19 2026
New Revision: 1935258
Log:
PDFBOX-5660: improve javadoc
Modified:
pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/form/AppearanceGeneratorHelper.java
Modified:
pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/form/AppearanceGeneratorHelper.java
==============================================================================
---
pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/form/AppearanceGeneratorHelper.java
Sun Jun 14 04:23:16 2026 (r1935257)
+++
pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/form/AppearanceGeneratorHelper.java
Sun Jun 14 04:23:19 2026 (r1935258)
@@ -186,6 +186,8 @@ class AppearanceGeneratorHelper
*
* @param apValue the String value which the appearance should represent
* @throws IOException If there is an error creating the stream.
+ * @throws IllegalArgumentException if the string contains a character
that is not in the field
+ * font, see {@link #setDefaultAppearance(java.lang.String)}.
*/
public void setAppearanceValue(String apValue) throws IOException
{