Package org.odftoolkit.odfdom.dom.element.table

Examples of org.odftoolkit.odfdom.dom.element.table.TableDdeLinksElement


   * Create child element {@odf.element table:dde-links}.
   *
   * @return the element {@odf.element table:dde-links}
   */
  public TableDdeLinksElement newTableDdeLinksElement() {
    TableDdeLinksElement tableDdeLinks = ((OdfFileDom) this.ownerDocument).newOdfElement(TableDdeLinksElement.class);
    this.appendChild(tableDdeLinks);
    return tableDdeLinks;
  }
View Full Code Here


   * Create child element {@odf.element table:dde-links}.
   *
   * @return the element {@odf.element table:dde-links}
   */
  public TableDdeLinksElement newTableDdeLinksElement() {
    TableDdeLinksElement tableDdeLinks = ((OdfFileDom) this.ownerDocument).newOdfElement(TableDdeLinksElement.class);
    this.appendChild(tableDdeLinks);
    return tableDdeLinks;
  }
View Full Code Here

   * Create child element {@odf.element table:dde-links}.
   *
   * @return the element {@odf.element table:dde-links}
   */
  public TableDdeLinksElement newTableDdeLinksElement() {
    TableDdeLinksElement tableDdeLinks = ((OdfFileDom) this.ownerDocument).newOdfElement(TableDdeLinksElement.class);
    this.appendChild(tableDdeLinks);
    return tableDdeLinks;
  }
View Full Code Here

   * Create child element {@odf.element table:dde-links}.
   *
   * @return the element {@odf.element table:dde-links}
   */
  public TableDdeLinksElement newTableDdeLinksElement() {
    TableDdeLinksElement tableDdeLinks = ((OdfFileDom) this.ownerDocument).newOdfElement(TableDdeLinksElement.class);
    this.appendChild(tableDdeLinks);
    return tableDdeLinks;
  }
View Full Code Here

   * Create child element {@odf.element table:dde-links}.
   *
   * @return the element {@odf.element table:dde-links}
   */
  public TableDdeLinksElement newTableDdeLinksElement() {
    TableDdeLinksElement tableDdeLinks = ((OdfFileDom) this.ownerDocument).newOdfElement(TableDdeLinksElement.class);
    this.appendChild(tableDdeLinks);
    return tableDdeLinks;
  }
View Full Code Here

   * Create child element {@odf.element table:dde-links}.
   *
   * @return the element {@odf.element table:dde-links}
   */
  public TableDdeLinksElement newTableDdeLinksElement() {
    TableDdeLinksElement tableDdeLinks = ((OdfFileDom) this.ownerDocument).newOdfElement(TableDdeLinksElement.class);
    this.appendChild(tableDdeLinks);
    return tableDdeLinks;
  }
View Full Code Here

TOP

Related Classes of org.odftoolkit.odfdom.dom.element.table.TableDdeLinksElement

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.