| test.pdfbox.pdmodel.interactive.form.TestFields
TestFields | public class TestFields extends TestCase (Code) | | This will test the form fields in PDFBox.
author: Ben Litchfield version: $Revision: 1.4 $ |
Method Summary | |
public static void | main(String[] args) infamous main method. | public static Test | suite() This will get the suite of test that this class holds. | public void | testFlags() This will test setting field flags on the PDField. |
TestFields | public TestFields(String name)(Code) | | Constructor.
Parameters: name - The name of the test to run. |
main | public static void main(String[] args)(Code) | | infamous main method.
Parameters: args - The command line arguments. |
suite | public static Test suite()(Code) | | This will get the suite of test that this class holds.
All of the tests that this class holds. |
testFlags | public void testFlags() throws IOException(Code) | | This will test setting field flags on the PDField.
throws: IOException - If there is an error creating the field. |
|
|