Uses of Class
org.docx4j.relationships.Relationship
Packages that use Relationship
Package
Description
-
Uses of Relationship in org.docx4j.convert.in
Methods in org.docx4j.convert.in with parameters of type RelationshipModifier and TypeMethodDescriptionprivate voidFlatOpcXmlImporter.getPart(RelationshipsPart rp, Relationship r) Get a Part (except a relationships part), and all its related parts.FlatOpcXmlImporter.getRawPart(ContentTypeManager ctm, String resolvedPartUri, Relationship rel) private PartFlatOpcXmlImporter.getRawPart(ContentTypeManager ctm, Part pkgPart, Relationship rel) static PartFlatOpcXmlImporter.getRawPart(ContentTypeManager ctm, Part pkgPart, Relationship rel, OpcPackage targetPkg) -
Uses of Relationship in org.docx4j.diff
Fields in org.docx4j.diff with type parameters of type RelationshipMethods in org.docx4j.diff that return types with arguments of type Relationship -
Uses of Relationship in org.docx4j.model.images
Methods in org.docx4j.model.images with parameters of type RelationshipModifier and TypeMethodDescriptionprotected StringAbstractConversionImageHandler.createKey(Relationship relationship, BinaryPart part) protected StringAbstractConversionImageHandler.doHandleImage(AbstractWordXmlPicture picture, Relationship relationship, BinaryPart part) protected StringAbstractConversionImageHandler.handleExternalImage(AbstractWordXmlPicture picture, Relationship relationship, BinaryPart part) AbstractConversionImageHandler.handleImage(AbstractWordXmlPicture picture, Relationship relationship, BinaryPart part) ConversionImageHandler.handleImage(AbstractWordXmlPicture picture, Relationship relationship, BinaryPart part) protected StringAbstractConversionImageHandler.handleInternalImage(AbstractWordXmlPicture picture, Relationship relationship, BinaryPart binaryPart) protected StringAbstractWordXmlPicture.handlePart(ConversionImageHandler imageHandler, AbstractWordXmlPicture picture, Relationship relationship, BinaryPart binaryPart) protected booleanAbstractConversionImageHandler.isInternalImage(AbstractWordXmlPicture picture, Relationship relationship, BinaryPart part) -
Uses of Relationship in org.docx4j.openpackaging
Methods in org.docx4j.openpackaging that return RelationshipModifier and TypeMethodDescriptionBase.addTargetPart(Part targetpart) Convenience method to add a part to this Part's relationships.Base.addTargetPart(Part targetpart, String proposedRelId) Convenience method to add a part to this Part's relationships.Base.addTargetPart(Part targetpart, RelationshipsPart.AddPartBehaviour mode) Convenience method to add a part to this Part's relationships.Base.addTargetPart(Part targetpart, RelationshipsPart.AddPartBehaviour mode, String proposedRelId) Convenience method to add a part to this Part's relationships. -
Uses of Relationship in org.docx4j.openpackaging.contenttype
Methods in org.docx4j.openpackaging.contenttype with parameters of type RelationshipModifier and TypeMethodDescriptionContentTypeManager.getPart(String partName, Relationship rel) ContentTypeManager.newPartForContentType(String contentType, String partName, Relationship rel) -
Uses of Relationship in org.docx4j.openpackaging.io
Methods in org.docx4j.openpackaging.io with parameters of type RelationshipModifier and TypeMethodDescriptionprivate voidLoadFromZipNG.getPart(HashMap<String, LoadFromZipNG.ByteArray> partByteArrays, OpcPackage pkg, RelationshipsPart rp, Relationship r, ContentTypeManager ctm) Deprecated.Get a Part (except a relationships part), and all its related parts.static PartLoad.getRawPart(InputStream is, ContentTypeManager ctm, String resolvedPartUri, Relationship rel) Deprecated.Get a Part (except a relationships part), but not its relationships part or related parts.static PartLoadFromZipNG.getRawPart(HashMap<String, LoadFromZipNG.ByteArray> partByteArrays, ContentTypeManager ctm, String resolvedPartUri, Relationship rel) Deprecated.Get a Part (except a relationships part), but not its relationships part or related parts. -
Uses of Relationship in org.docx4j.openpackaging.io3
Methods in org.docx4j.openpackaging.io3 with parameters of type RelationshipModifier and TypeMethodDescriptionprotected voidLoad3.getPart(OpcPackage pkg, RelationshipsPart rp, Relationship r, ContentTypeManager ctm) Get a Part (except a relationships part), and all its related parts.Load3.getRawPart(ContentTypeManager ctm, String resolvedPartUri, Relationship rel, RelationshipsPart rp) Get a Part (except a relationships part), but not its relationships part or related parts. -
Uses of Relationship in org.docx4j.openpackaging.parts
Fields in org.docx4j.openpackaging.parts with type parameters of type RelationshipMethods in org.docx4j.openpackaging.parts that return RelationshipMethods in org.docx4j.openpackaging.parts that return types with arguments of type RelationshipMethods in org.docx4j.openpackaging.parts with parameters of type RelationshipModifier and TypeMethodDescriptionvoidPart.setSourceRelationship(Relationship sourceRelationship) Deprecated. -
Uses of Relationship in org.docx4j.openpackaging.parts.PresentationML
Methods in org.docx4j.openpackaging.parts.PresentationML with parameters of type RelationshipModifier and TypeMethodDescriptionprivate Presentation.SldIdLst.SldIdMainPresentationPart.createSlideIdListEntry(Relationship rel) voidMainPresentationPart.removeSlide(Relationship rel) -
Uses of Relationship in org.docx4j.openpackaging.parts.relationships
Methods in org.docx4j.openpackaging.parts.relationships that return RelationshipModifier and TypeMethodDescriptionRelationshipsPart.addPart(Part part, RelationshipsPart.AddPartBehaviour mode, ContentTypeManager ctm) Add a newly created part, a relationship and the content type.RelationshipsPart.addPart(Part part, RelationshipsPart.AddPartBehaviour mode, ContentTypeManager ctm, String relId) Add a newly created part, a relationship and the content type.Is partname a target of any of these rels?RelationshipsPart.getRelationshipByID(String id) Retrieves a package relationship based on its id.static RelationshipRelationshipsPart.getRelationshipByTarget(RelationshipsPart rp, String relativeTarget) RelationshipsPart.getRelationshipByType(String type) Get the first rel with specified relationship type (see Namespaces for pre-defined constants)Methods in org.docx4j.openpackaging.parts.relationships that return types with arguments of type RelationshipModifier and TypeMethodDescriptionRelationshipsPart.differingContent(RelationshipsPart otherRP) Identify rels common to both parts, but where rels have different content.RelationshipsPart.getRelationshipsByType(String type) RelationshipsPart.uniqueToOther(RelationshipsPart otherRP) Identify the rels in this relationships part which aren't in the otherRelationshipsPart.uniqueToThis(RelationshipsPart otherRP) Identify the rels in this relationships part which aren't in the otherMethods in org.docx4j.openpackaging.parts.relationships with parameters of type RelationshipModifier and TypeMethodDescriptionbooleanRelationshipsPart.addRelationship(Relationship rel) Add the specified relationship to the collection.RelationshipsPart.getPart(Relationship r) booleanRelationshipsPart.isTarget(PartName partName, Relationship rel) Is partName the target of the specified rel?voidRelationshipsPart.loadPart(Part part, Relationship sourceRelationship) Loads a pre-existing target part into the package (but does not load its contents as such; that is done elsewhere).voidRelationshipsPart.removeRelationship(Relationship rel) Remove a relationship by its reference. -
Uses of Relationship in org.docx4j.openpackaging.parts.WordprocessingML
Fields in org.docx4j.openpackaging.parts.WordprocessingML with type parameters of type RelationshipMethods in org.docx4j.openpackaging.parts.WordprocessingML that return RelationshipMethods in org.docx4j.openpackaging.parts.WordprocessingML that return types with arguments of type Relationship -
Uses of Relationship in org.docx4j.relationships
Fields in org.docx4j.relationships with type parameters of type RelationshipMethods in org.docx4j.relationships that return RelationshipModifier and TypeMethodDescriptionObjectFactory.createRelationship()Create an instance ofRelationshipMethods in org.docx4j.relationships that return types with arguments of type RelationshipModifier and TypeMethodDescriptionRelationships.getRelationship()Gets the value of the relationship property. -
Uses of Relationship in org.docx4j.samples
Methods in org.docx4j.samples that return RelationshipModifier and TypeMethodDescriptionstatic RelationshipHeaderFooterCreate.createHeaderPart(WordprocessingMLPackage wordprocessingMLPackage) static RelationshipWatermark.createHeaderPart(WordprocessingMLPackage wordprocessingMLPackage) private RelationshipWatermarkPicture.createHeaderPart(String nameSuffix) Methods in org.docx4j.samples with parameters of type RelationshipModifier and TypeMethodDescriptionstatic voidHeaderFooterCreate.createHeaderReference(WordprocessingMLPackage wordprocessingMLPackage, Relationship relationship) static voidWatermark.createHeaderReference(WordprocessingMLPackage wordprocessingMLPackage, Relationship relationship) static DrawingImageAddSVG.createImageInline(Relationship rel) static PictImageAddWMF.createImageInline(Relationship rel, String style, String title) static PImageAddSVG.newImage(Relationship rel) Create image, without specifying widthstatic PImageAddWMF.newImage(Relationship rel, String style, String title) Create image, without specifying widthstatic voidPartsList.printInfo(String parentName, Relationship r, Part p, StringBuilder sb, String indent)