Examples of OfficeDdeSourceElement


Examples of org.odftoolkit.odfdom.dom.element.office.OfficeDdeSourceElement

   * @param officeDdeItemValue  the <code>String</code> value of <code>OfficeDdeItemAttribute</code>, see {@odf.attribute  office:dde-item} at specification
   * @param officeDdeTopicValue  the <code>String</code> value of <code>OfficeDdeTopicAttribute</code>, see {@odf.attribute  office:dde-topic} at specification
   * @return the element {@odf.element office:dde-source}
   */
   public OfficeDdeSourceElement newOfficeDdeSourceElement(String officeDdeApplicationValue, String officeDdeItemValue, String officeDdeTopicValue) {
    OfficeDdeSourceElement officeDdeSource = ((OdfFileDom) this.ownerDocument).newOdfElement(OfficeDdeSourceElement.class);
    officeDdeSource.setOfficeDdeApplicationAttribute(officeDdeApplicationValue);
    officeDdeSource.setOfficeDdeItemAttribute(officeDdeItemValue);
    officeDdeSource.setOfficeDdeTopicAttribute(officeDdeTopicValue);
    this.appendChild(officeDdeSource);
    return officeDdeSource;
  }
View Full Code Here

Examples of org.odftoolkit.odfdom.dom.element.office.OfficeDdeSourceElement

   * @param officeDdeItemValue  the <code>String</code> value of <code>OfficeDdeItemAttribute</code>, see {@odf.attribute  office:dde-item} at specification
   * @param officeDdeTopicValue  the <code>String</code> value of <code>OfficeDdeTopicAttribute</code>, see {@odf.attribute  office:dde-topic} at specification
   * @return the element {@odf.element office:dde-source}
   */
   public OfficeDdeSourceElement newOfficeDdeSourceElement(String officeDdeApplicationValue, String officeDdeItemValue, String officeDdeTopicValue) {
    OfficeDdeSourceElement officeDdeSource = ((OdfFileDom) this.ownerDocument).newOdfElement(OfficeDdeSourceElement.class);
    officeDdeSource.setOfficeDdeApplicationAttribute(officeDdeApplicationValue);
    officeDdeSource.setOfficeDdeItemAttribute(officeDdeItemValue);
    officeDdeSource.setOfficeDdeTopicAttribute(officeDdeTopicValue);
    this.appendChild(officeDdeSource);
    return officeDdeSource;
  }
View Full Code Here

Examples of org.odftoolkit.odfdom.dom.element.office.OfficeDdeSourceElement

   * Child element is mandatory.
   *
   * @return the element {@odf.element office:dde-source}
   */
   public OfficeDdeSourceElement newOfficeDdeSourceElement(String officeDdeApplicationValue, String officeDdeItemValue, String officeDdeTopicValue) {
    OfficeDdeSourceElement officeDdeSource = ((OdfFileDom) this.ownerDocument).newOdfElement(OfficeDdeSourceElement.class);
    officeDdeSource.setOfficeDdeApplicationAttribute(officeDdeApplicationValue);
    officeDdeSource.setOfficeDdeItemAttribute(officeDdeItemValue);
    officeDdeSource.setOfficeDdeTopicAttribute(officeDdeTopicValue);
    this.appendChild(officeDdeSource);
    return officeDdeSource;
  }
View Full Code Here

Examples of org.odftoolkit.odfdom.dom.element.office.OfficeDdeSourceElement

   * @param officeDdeItemValue  the <code>String</code> value of <code>OfficeDdeItemAttribute</code>, see {@odf.attribute  office:dde-item} at specification
   * @param officeDdeTopicValue  the <code>String</code> value of <code>OfficeDdeTopicAttribute</code>, see {@odf.attribute  office:dde-topic} at specification
   * @return the element {@odf.element office:dde-source}
   */
   public OfficeDdeSourceElement newOfficeDdeSourceElement(String officeDdeApplicationValue, String officeDdeItemValue, String officeDdeTopicValue) {
    OfficeDdeSourceElement officeDdeSource = ((OdfFileDom) this.ownerDocument).newOdfElement(OfficeDdeSourceElement.class);
    officeDdeSource.setOfficeDdeApplicationAttribute(officeDdeApplicationValue);
    officeDdeSource.setOfficeDdeItemAttribute(officeDdeItemValue);
    officeDdeSource.setOfficeDdeTopicAttribute(officeDdeTopicValue);
    this.appendChild(officeDdeSource);
    return officeDdeSource;
  }
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.