Package org.odftoolkit.odfdom.dom.element.form

Examples of org.odftoolkit.odfdom.dom.element.form.FormConnectionResourceElement


   *
   * @param xlinkHrefValue  the <code>String</code> value of <code>XlinkHrefAttribute</code>, see {@odf.attribute  xlink:href} at specification
   * @return the element {@odf.element form:connection-resource}
   */
   public FormConnectionResourceElement newFormConnectionResourceElement(String xlinkHrefValue) {
    FormConnectionResourceElement formConnectionResource = ((OdfFileDom) this.ownerDocument).newOdfElement(FormConnectionResourceElement.class);
    formConnectionResource.setXlinkHrefAttribute(xlinkHrefValue);
    this.appendChild(formConnectionResource);
    return formConnectionResource;
  }
View Full Code Here


   *
   * @param xlinkHrefValue  the <code>String</code> value of <code>XlinkHrefAttribute</code>, see {@odf.attribute  xlink:href} at specification
   * @return the element {@odf.element form:connection-resource}
   */
   public FormConnectionResourceElement newFormConnectionResourceElement(String xlinkHrefValue) {
    FormConnectionResourceElement formConnectionResource = ((OdfFileDom) this.ownerDocument).newOdfElement(FormConnectionResourceElement.class);
    formConnectionResource.setXlinkHrefAttribute(xlinkHrefValue);
    this.appendChild(formConnectionResource);
    return formConnectionResource;
  }
View Full Code Here

   *
   * @param xlinkHrefValue  the <code>String</code> value of <code>XlinkHrefAttribute</code>, see {@odf.attribute  xlink:href} at specification
   * @return the element {@odf.element form:connection-resource}
   */
   public FormConnectionResourceElement newFormConnectionResourceElement(String xlinkHrefValue) {
    FormConnectionResourceElement formConnectionResource = ((OdfFileDom) this.ownerDocument).newOdfElement(FormConnectionResourceElement.class);
    formConnectionResource.setXlinkHrefAttribute(xlinkHrefValue);
    this.appendChild(formConnectionResource);
    return formConnectionResource;
  }
View Full Code Here

   *
   * @param xlinkHrefValue  the <code>String</code> value of <code>XlinkHrefAttribute</code>, see {@odf.attribute  xlink:href} at specification
   * @return the element {@odf.element form:connection-resource}
   */
   public FormConnectionResourceElement newFormConnectionResourceElement(String xlinkHrefValue) {
    FormConnectionResourceElement formConnectionResource = ((OdfFileDom) this.ownerDocument).newOdfElement(FormConnectionResourceElement.class);
    formConnectionResource.setXlinkHrefAttribute(xlinkHrefValue);
    this.appendChild(formConnectionResource);
    return formConnectionResource;
  }
View Full Code Here

   *
   * @param xlinkHrefValue  the <code>String</code> value of <code>XlinkHrefAttribute</code>, see {@odf.attribute  xlink:href} at specification
   * @return the element {@odf.element form:connection-resource}
   */
   public FormConnectionResourceElement newFormConnectionResourceElement(String xlinkHrefValue) {
    FormConnectionResourceElement formConnectionResource = ((OdfFileDom) this.ownerDocument).newOdfElement(FormConnectionResourceElement.class);
    formConnectionResource.setXlinkHrefAttribute(xlinkHrefValue);
    this.appendChild(formConnectionResource);
    return formConnectionResource;
  }
View Full Code Here

TOP

Related Classes of org.odftoolkit.odfdom.dom.element.form.FormConnectionResourceElement

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.