Uses of Class
org.docx4j.openpackaging.parts.relationships.RelationshipsPart
Packages that use RelationshipsPart
Package
Description
-
Uses of RelationshipsPart in org.docx4j.convert.in
Methods in org.docx4j.convert.in that return RelationshipsPartModifier and TypeMethodDescriptionFlatOpcXmlImporter.getRelationshipsPart(Part part) Get the Relationships Part (if there is one) for a given Part.static RelationshipsPartFlatOpcXmlImporter.populateRelationshipsPart(RelationshipsPart rp, Element el) Methods in org.docx4j.convert.in with parameters of type RelationshipsPartModifier and TypeMethodDescriptionstatic RelationshipsPartFlatOpcXmlImporter.populateRelationshipsPart(RelationshipsPart rp, Element el) -
Uses of RelationshipsPart in org.docx4j.convert.out.common
Constructors in org.docx4j.convert.out.common with parameters of type RelationshipsPartModifierConstructorDescriptionConversionSectionWrapper(SectPr sectPr, HeaderFooterPolicy previousHF, RelationshipsPart rels, BooleanDefaultTrue evenAndOddHeaders, String id, List<Object> content) -
Uses of RelationshipsPart in org.docx4j.convert.out.common.wrappers
Methods in org.docx4j.convert.out.common.wrappers with parameters of type RelationshipsPartModifier and TypeMethodDescriptionprotected static ConversionSectionWrapperConversionSectionWrapperFactory.createSectionWrapper(SectPr sectPr, HeaderFooterPolicy headerFooterPolicy, RelationshipsPart rels, BooleanDefaultTrue evenAndOddHeaders, int conversionSectionIndex, List<Object> content, boolean dummyPageNumbering) protected static List<ConversionSectionWrapper>ConversionSectionWrapperFactory.processComplete(WordprocessingMLPackage wmlPackage, Document document, RelationshipsPart rels, BooleanDefaultTrue evenAndOddHeaders, boolean dummyPageNumbering) protected static List<ConversionSectionWrapper>ConversionSectionWrapperFactory.processDummy(WordprocessingMLPackage wmlPackage, Document document, RelationshipsPart rels, BooleanDefaultTrue evenAndOddHeaders, boolean dummyPageNumbering) The dummy section wrappers only contains one section with all the document. -
Uses of RelationshipsPart in org.docx4j.convert.out.flatOpcXml
Methods in org.docx4j.convert.out.flatOpcXml with parameters of type RelationshipsPartModifier and TypeMethodDescriptionvoidFlatOpcXmlCreator.addPartsFromRelationships(RelationshipsPart rp) -
Uses of RelationshipsPart in org.docx4j.model.structure
Constructors in org.docx4j.model.structure with parameters of type RelationshipsPartModifierConstructorDescriptionHeaderFooterPolicy(SectPr sectPr, HeaderFooterPolicy previousHF, RelationshipsPart rels, BooleanDefaultTrue evenAndOddHeaders) Figures out the policy for the given section, and creates any header and footer objects as required.protectedSectionWrapper(SectPr sectPr, HeaderFooterPolicy previousHF, RelationshipsPart rels, BooleanDefaultTrue evenAndOddHeaders) -
Uses of RelationshipsPart in org.docx4j.openpackaging
Fields in org.docx4j.openpackaging declared as RelationshipsPartModifier and TypeFieldDescriptionBase.relationshipsrelationships - the package and each part can have one of these See eg 11.Methods in org.docx4j.openpackaging that return RelationshipsPartModifier and TypeMethodDescriptionBase.getRelationshipsPart()Get the relationship part.Base.getRelationshipsPart(boolean createIfAbsent) Get the relationship part.Methods in org.docx4j.openpackaging with parameters of type RelationshipsPartModifier and TypeMethodDescriptionstatic StringPackageRelsUtil.getNameOfMainPart(RelationshipsPart packageRels) voidBase.setRelationships(RelationshipsPart relationships) -
Uses of RelationshipsPart in org.docx4j.openpackaging.io
Methods in org.docx4j.openpackaging.io that return RelationshipsPartModifier and TypeMethodDescriptionLoadFromZipNG.getRelationshipsPart(HashMap<String, LoadFromZipNG.ByteArray> partByteArrays, Part part) Deprecated.Get the Relationships Part (if there is one) for a given Part.Methods in org.docx4j.openpackaging.io with parameters of type RelationshipsPartModifier and TypeMethodDescriptionvoidSaveToZipFile.addPartsFromRelationships(ZipOutputStream out, RelationshipsPart rp) Deprecated. -
Uses of RelationshipsPart in org.docx4j.openpackaging.io3
Methods in org.docx4j.openpackaging.io3 that return RelationshipsPartModifier and TypeMethodDescriptionLoad3.getRelationshipsPart(Part part) Get the Relationships Part (if there is one) for a given Part.Methods in org.docx4j.openpackaging.io3 with parameters of type RelationshipsPartModifier and TypeMethodDescriptionvoidLoad3.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 RelationshipsPart in org.docx4j.openpackaging.parts
Methods in org.docx4j.openpackaging.parts that return RelationshipsPartMethods in org.docx4j.openpackaging.parts with parameters of type RelationshipsPartModifier and TypeMethodDescriptionvoidPart.setOwningRelationshipPart(RelationshipsPart owningRelationshipPart) Deprecated. -
Uses of RelationshipsPart in org.docx4j.openpackaging.parts.relationships
Methods in org.docx4j.openpackaging.parts.relationships that return RelationshipsPartModifier and TypeMethodDescriptionstatic RelationshipsPartRelationshipsPart.createPackageRels()static RelationshipsPartRelationshipsPart.createRelationshipsPartForPart(Base sourcePart) Methods in org.docx4j.openpackaging.parts.relationships with parameters of type RelationshipsPartModifier and TypeMethodDescriptionRelationshipsPart.differingContent(RelationshipsPart otherRP) Identify rels common to both parts, but where rels have different content.static RelationshipRelationshipsPart.getRelationshipByTarget(RelationshipsPart rp, String relativeTarget) static voidAlteredParts.recurse(AlteredParts.Alterations alterations, RelationshipsPart thisRP, RelationshipsPart otherRP) 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 otherConstructors in org.docx4j.openpackaging.parts.relationships with parameters of type RelationshipsPart -
Uses of RelationshipsPart in org.pptx4j.model
Fields in org.pptx4j.model declared as RelationshipsPart