| Modifier and Type | Method and Description |
|---|---|
RelationshipsPart |
FlatOpcXmlImporter.getRelationshipsPart(Part part)
Get the Relationships Part (if there is one) for a given Part.
|
static RelationshipsPart |
FlatOpcXmlImporter.populateRelationshipsPart(RelationshipsPart rp,
org.w3c.dom.Element el) |
| Modifier and Type | Method and Description |
|---|---|
static RelationshipsPart |
FlatOpcXmlImporter.populateRelationshipsPart(RelationshipsPart rp,
org.w3c.dom.Element el) |
| Constructor and Description |
|---|
ConversionSectionWrapper(SectPr sectPr,
HeaderFooterPolicy previousHF,
RelationshipsPart rels,
BooleanDefaultTrue evenAndOddHeaders,
java.lang.String id,
java.util.List<java.lang.Object> content) |
| Modifier and Type | Method and Description |
|---|---|
protected static ConversionSectionWrapper |
ConversionSectionWrapperFactory.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlatOpcXmlCreator.addPartsFromRelationships(RelationshipsPart rp) |
| Constructor and 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) |
| Modifier and Type | Field and Description |
|---|---|
RelationshipsPart |
Base.relationships
relationships - the package and each part can have one of these
See eg 11.
|
| Modifier and Type | Method and Description |
|---|---|
RelationshipsPart |
Base.getRelationshipsPart()
Get the relationship part.
|
RelationshipsPart |
Base.getRelationshipsPart(boolean createIfAbsent)
Get the relationship part.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
PackageRelsUtil.getNameOfMainPart(RelationshipsPart packageRels) |
void |
Base.setRelationships(RelationshipsPart relationships) |
| Modifier and Type | Method and Description |
|---|---|
RelationshipsPart |
LoadFromZipNG.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SaveToZipFile.addPartsFromRelationships(java.util.zip.ZipOutputStream out,
RelationshipsPart rp)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
RelationshipsPart |
Load3.getRelationshipsPart(Part part)
Get the Relationships Part (if there is one) for a given Part.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Save.addPartsFromRelationships(RelationshipsPart rp) |
Part |
Load3.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.
|
| Modifier and Type | Method and Description |
|---|---|
RelationshipsPart |
Part.getOwningRelationshipPart()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Part.setOwningRelationshipPart(RelationshipsPart owningRelationshipPart)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static RelationshipsPart |
RelationshipsPart.createPackageRels() |
static RelationshipsPart |
RelationshipsPart.createRelationshipsPartForPart(Base sourcePart) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Relationship> |
RelationshipsPart.differingContent(RelationshipsPart otherRP)
Identify rels common to both parts, but where rels have different
content.
|
static Relationship |
RelationshipsPart.getRelationshipByTarget(RelationshipsPart rp,
java.lang.String relativeTarget) |
static void |
AlteredParts.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 other
|
java.util.List<Relationship> |
RelationshipsPart.uniqueToThis(RelationshipsPart otherRP)
Identify the rels in this relationships part which aren't
in the other
|
| Constructor and Description |
|---|
Alteration(RelationshipsPart rp,
Part part) |
| Modifier and Type | Field and Description |
|---|---|
RelationshipsPart |
ResolvedLayout.relationships |
Copyright © 2007–2023. All rights reserved.