Hi, > <>There is a class RadioCheckField: > RadioCheckField check = new RadioCheckField(writer, rect, name, "On"); > check.setCheckType(RadioCheckField.TYPE_CROSS); > writer.addAnnotation(check.getCheckField()); > But it only has a limited number of default appearances.
Thanks for this solution. The limited number of appearances is ok - check.setCheckType(RadioCheckField.TYPE_CHECK); is exactly what I wanted :) > It's nothing to be afraid of ;-) I usually create an array > with appearances that I can reuse. [...] This is a great idea for other forms (more complex) I have to create. Thanks :) > HTH, .oO(?) Greetings Beate ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
