Examples of PackageRelationship


Examples of org.openxml4j.opc.PackageRelationship

   *  id. This will normally come from a r:id attribute
   *  on part of the base document.
   * @param partId The r:id pointing to the other PackagePart
   */
  protected PackagePart getRelatedPackagePart(String partId) {
    PackageRelationship rel =
      basePart.getRelationship(partId);
    return getPackagePart(rel);
  }
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.