public class PDAppearance extends Object
| Constructor and Description | 
|---|
| PDAppearance(PDAcroForm theAcroForm,
            PDVariableText field)Constructs a COSAppearnce from the given field. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | setAppearanceValue(String apValue)This is the public method for setting the appearance stream. | 
public PDAppearance(PDAcroForm theAcroForm, PDVariableText field) throws IOException
theAcroForm - the acro form that this field is part of.field - the field which you wish to control the appearance ofIOException - If there is an error creating the appearance.public void setAppearanceValue(String apValue) throws IOException
apValue - the String value which the appearance should representIOException - If there is an error creating the stream.Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.