Uses of Class
org.docx4j.openpackaging.parts.relationships.RelationshipsPart
-
Uses of RelationshipsPart in org.docx4j.convert.in
Methods in org.docx4j.convert.in that return RelationshipsPart Modifier and Type Method Description RelationshipsPartFlatOpcXmlImporter. getRelationshipsPart(Part part)Get the Relationships Part (if there is one) for a given Part.static RelationshipsPartFlatOpcXmlImporter. populateRelationshipsPart(RelationshipsPart rp, org.w3c.dom.Element el)Methods in org.docx4j.convert.in with parameters of type RelationshipsPart Modifier and Type Method Description static RelationshipsPartFlatOpcXmlImporter. populateRelationshipsPart(RelationshipsPart rp, org.w3c.dom.Element el) -
Uses of RelationshipsPart in org.docx4j.convert.out.common
Constructors in org.docx4j.convert.out.common with parameters of type RelationshipsPart Constructor Description ConversionSectionWrapper(SectPr sectPr, HeaderFooterPolicy previousHF, RelationshipsPart rels, BooleanDefaultTrue evenAndOddHeaders, java.lang.String id, java.util.List<java.lang.Object> content) -
Uses of RelationshipsPart in org.docx4j.convert.out.common.wrappers
Methods in org.docx4j.convert.out.common.wrappers with parameters of type RelationshipsPart Modifier and Type Method Description protected static ConversionSectionWrapperConversionSectionWrapperFactory. createSectionWrapper(SectPr sectPr, HeaderFooterPolicy headerFooterPolicy, RelationshipsPart rels, BooleanDefaultTrue evenAndOddHeaders, int conversionSectionIndex, java.util.List<java.lang.Object> content, boolean dummyPageNumbering)protected static java.util.List<ConversionSectionWrapper>ConversionSectionWrapperFactory. processComplete(WordprocessingMLPackage wmlPackage, Document document, RelationshipsPart rels, BooleanDefaultTrue evenAndOddHeaders, boolean dummyPageNumbering)protected static java.util.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 RelationshipsPart Modifier and Type Method Description voidFlatOpcXmlCreator. addPartsFromRelationships(RelationshipsPart rp) -
Uses of RelationshipsPart in org.docx4j.model.structure
Constructors in org.docx4j.model.structure with parameters of type RelationshipsPart Constructor Description HeaderFooterPolicy(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.SectionWrapper(SectPr sectPr, HeaderFooterPolicy previousHF, RelationshipsPart rels, BooleanDefaultTrue evenAndOddHeaders) -
Uses of RelationshipsPart in org.docx4j.openpackaging
Fields in org.docx4j.openpackaging declared as RelationshipsPart Modifier and Type Field Description RelationshipsPartBase. relationshipsrelationships - the package and each part can have one of these See eg 11.Methods in org.docx4j.openpackaging that return RelationshipsPart Modifier and Type Method Description RelationshipsPartBase. getRelationshipsPart()Get the relationship part.RelationshipsPartBase. getRelationshipsPart(boolean createIfAbsent)Get the relationship part.Methods in org.docx4j.openpackaging with parameters of type RelationshipsPart Modifier and Type Method Description static java.lang.StringPackageRelsUtil. getNameOfMainPart(RelationshipsPart packageRels)voidBase. setRelationships(RelationshipsPart relationships) -
Uses of RelationshipsPart in org.docx4j.openpackaging.io
Methods in org.docx4j.openpackaging.io that return RelationshipsPart Modifier and Type Method Description RelationshipsPartLoadFromZipNG. getRelationshipsPart(java.util.HashMap<java.lang.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 RelationshipsPart Modifier and Type Method Description voidSaveToZipFile. addPartsFromRelationships(java.util.zip.ZipOutputStream out, RelationshipsPart rp)Deprecated. -
Uses of RelationshipsPart in org.docx4j.openpackaging.io3
Methods in org.docx4j.openpackaging.io3 that return RelationshipsPart Modifier and Type Method Description RelationshipsPartLoad3. 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 RelationshipsPart Modifier and Type Method Description voidSave. addPartsFromRelationships(RelationshipsPart rp)PartLoad3. getRawPart(ContentTypeManager ctm, java.lang.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 RelationshipsPart Modifier and Type Method Description RelationshipsPartPart. getOwningRelationshipPart()Deprecated.Methods in org.docx4j.openpackaging.parts with parameters of type RelationshipsPart Modifier and Type Method Description voidPart. setOwningRelationshipPart(RelationshipsPart owningRelationshipPart)Deprecated. -
Uses of RelationshipsPart in org.docx4j.openpackaging.parts.relationships
Methods in org.docx4j.openpackaging.parts.relationships that return RelationshipsPart Modifier and Type Method Description static RelationshipsPartRelationshipsPart. createPackageRels()static RelationshipsPartRelationshipsPart. createRelationshipsPartForPart(Base sourcePart)Methods in org.docx4j.openpackaging.parts.relationships with parameters of type RelationshipsPart Modifier and Type Method Description java.util.List<Relationship>RelationshipsPart. differingContent(RelationshipsPart otherRP)Identify rels common to both parts, but where rels have different content.static RelationshipRelationshipsPart. getRelationshipByTarget(RelationshipsPart rp, java.lang.String relativeTarget)static voidAlteredParts. recurse(AlteredParts.Alterations alterations, RelationshipsPart thisRP, RelationshipsPart otherRP)java.util.List<Relationship>RelationshipsPart. uniqueToOther(RelationshipsPart otherRP)Identify the rels in this relationships part which aren't in the otherjava.util.List<Relationship>RelationshipsPart. 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 Constructor Description Alteration(RelationshipsPart rp, Part part) -
Uses of RelationshipsPart in org.pptx4j.model
Fields in org.pptx4j.model declared as RelationshipsPart Modifier and Type Field Description RelationshipsPartResolvedLayout. relationships