Module org.sejda.sambox
Class AppearanceGeneratorHelper
java.lang.Object
org.sejda.sambox.pdmodel.interactive.form.AppearanceGeneratorHelper
Create the AcroForms field appearance helper.
- Author:
- Stephan Gerhard, Ben Litchfield
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a COSAppearance from the given field. -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAppearanceValue(String apValue) This is the public method for setting the appearance stream.
-
Constructor Details
-
AppearanceGeneratorHelper
Constructs a COSAppearance from the given field.- Parameters:
field- the field which you wish to control the appearance of- Throws:
IOException
-
-
Method Details
-
setAppearanceValue
This is the public method for setting the appearance stream.- Parameters:
apValue- the String value which the appearance should represent- Throws:
IOException- If there is an error creating the stream.
-