Author: tilman
Date: Sun Jun 14 04:23:22 2026
New Revision: 1935259
Log:
PDFBOX-5660: improve javadoc
Modified:
pdfbox/branches/3.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/form/AppearanceGeneratorHelper.java
Modified:
pdfbox/branches/3.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/form/AppearanceGeneratorHelper.java
==============================================================================
---
pdfbox/branches/3.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/form/AppearanceGeneratorHelper.java
Sun Jun 14 04:23:19 2026 (r1935258)
+++
pdfbox/branches/3.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/form/AppearanceGeneratorHelper.java
Sun Jun 14 04:23:22 2026 (r1935259)
@@ -182,6 +182,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
{