Package org.odftoolkit.simple

Examples of org.odftoolkit.simple.TextDocument.createForm()


  @BeforeClass
  public static void createForm() {
    try {
      TextDocument doc = TextDocument.newTextDocument();
      Form form = doc.createForm("Test Form");

      // radiobox 1
      RadioButton radiobutton = (RadioButton) form.createRadioButton(doc,
          radioRtg, "RadioGroup1", "RadioButton 1", "1");
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.