Package org.apache.pdfbox.pdmodel.interactive.form

Examples of org.apache.pdfbox.pdmodel.interactive.form.PDRadioButton


                "ET " +
                "EMC";
   
                testContentStreams( fdeb, feld2, expected );
   
                PDRadioButton feld3 = (PDRadioButton)form.getField( "Feld.3" );
                feld3.setValue("RB1");
                assertEquals( "RB1", feld3.getValue().getName() );
            }
            finally
            {
                if( fdeb != null )
                {
View Full Code Here

TOP

Related Classes of org.apache.pdfbox.pdmodel.interactive.form.PDRadioButton

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.