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,
Element el) |
Modifier and Type | Method and Description |
---|---|
static RelationshipsPart |
FlatOpcXmlImporter.populateRelationshipsPart(RelationshipsPart rp,
Element el) |
Constructor and Description |
---|
ConversionSectionWrapper(SectPr sectPr,
HeaderFooterPolicy previousHF,
RelationshipsPart rels,
BooleanDefaultTrue evenAndOddHeaders,
String id,
List<Object> content) |
Modifier and Type | Method and Description |
---|---|
protected static ConversionSectionWrapper |
ConversionSectionWrapperFactory.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.
|
Modifier and Type | Method and Description |
---|---|
void |
FlatOpcXmlCreator.addPartsFromRelationships(RelationshipsPart rp) |
Modifier and Type | Method and Description |
---|---|
void |
Differencer.diff(Body newer,
Body older,
Result result,
String author,
Calendar date,
RelationshipsPart docPartRelsNewer,
RelationshipsPart docPartRelsOlder) |
void |
Differencer.diff(P pl,
P pr,
Result result,
String author,
Calendar date,
RelationshipsPart docPartRelsLeft,
RelationshipsPart docPartRelsRight)
Compare 2 p objects, returning a result containing
w:ins and w:del elements
|
void |
Differencer.diff(P pl,
P pr,
Result result,
String author,
Calendar date,
RelationshipsPart docPartRelsLeft,
RelationshipsPart docPartRelsRight,
boolean preProcess)
Compare 2 p objects, returning a result containing
w:ins and w:del elements
|
void |
Differencer.diff(SdtContentBlock cbNewer,
SdtContentBlock cbOlder,
Result result,
String author,
Calendar date,
RelationshipsPart docPartRelsNewer,
RelationshipsPart docPartRelsOlder) |
void |
Differencer.markupAsDeletion(SdtContentBlock cbLeft,
Result result,
String author,
Calendar date,
RelationshipsPart docPartRelsRight) |
void |
Differencer.markupAsInsertion(SdtContentBlock cbLeft,
Result result,
String author,
Calendar date,
RelationshipsPart docPartRelsLeft) |
static void |
Differencer.registerRelationship(Differencer pd,
RelationshipsPart docPartRels,
String relId,
String newRelId)
This is a Xalan extension function, invoked from diffx2wml.xslt
Any rel which is present in the results of the comparison must point to
a valid target of the correct type, or the resulting document will
be broken.
|
void |
Differencer.toWML(String in,
Result result,
String author,
Calendar date,
RelationshipsPart docPartRelsNewer,
RelationshipsPart docPartRelsOlder) |
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 String |
PackageRelsUtil.getNameOfMainPart(RelationshipsPart packageRels) |
void |
Base.setRelationships(RelationshipsPart relationships) |
Modifier and Type | Method and Description |
---|---|
RelationshipsPart |
LoadFromZipNG.getRelationshipsPart(HashMap<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(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) |
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 |
---|---|
List<Relationship> |
RelationshipsPart.differingContent(RelationshipsPart otherRP)
Identify rels common to both parts, but where rels have different
content.
|
static Relationship |
RelationshipsPart.getRelationshipByTarget(RelationshipsPart rp,
String relativeTarget) |
static void |
AlteredParts.recurse(AlteredParts.Alterations alterations,
RelationshipsPart thisRP,
RelationshipsPart otherRP) |
List<Relationship> |
RelationshipsPart.uniqueToOther(RelationshipsPart otherRP)
Identify the rels in this relationships part which aren't
in the other
|
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 | Method and Description |
---|---|
static void |
PartsList.traverseRelationships(OpcPackage wordMLPackage,
RelationshipsPart rp,
StringBuilder sb,
String indent) |
Modifier and Type | Field and Description |
---|---|
RelationshipsPart |
ResolvedLayout.relationships |
Copyright © 2007-2019. All Rights Reserved.