Modifier and Type | Method and Description |
---|---|
static Part |
FlatOpcXmlImporter.getRawPart(ContentTypeManager ctm,
Part pkgPart,
Relationship rel)
Get a Part (except a relationships part), but not its relationships part
or related parts.
|
Part |
FlatOpcXmlImporter.getRawPart(ContentTypeManager ctm,
String resolvedPartUri,
Relationship rel) |
Modifier and Type | Method and Description |
---|---|
Map<Relationship,Part> |
Differencer.getComposedRels() |
Modifier and Type | Method and Description |
---|---|
protected String |
AbstractConversionImageHandler.createKey(Relationship relationship,
BinaryPart part) |
protected String |
AbstractConversionImageHandler.doHandleImage(AbstractWordXmlPicture picture,
Relationship relationship,
BinaryPart part) |
protected String |
AbstractConversionImageHandler.handleExternalImage(AbstractWordXmlPicture picture,
Relationship relationship,
BinaryPart part) |
String |
AbstractConversionImageHandler.handleImage(AbstractWordXmlPicture picture,
Relationship relationship,
BinaryPart part) |
String |
ConversionImageHandler.handleImage(AbstractWordXmlPicture picture,
Relationship relationship,
BinaryPart part) |
protected String |
AbstractConversionImageHandler.handleInternalImage(AbstractWordXmlPicture picture,
Relationship relationship,
BinaryPart binaryPart) |
protected String |
AbstractWordXmlPicture.handlePart(ConversionImageHandler imageHandler,
AbstractWordXmlPicture picture,
Relationship relationship,
BinaryPart binaryPart) |
protected boolean |
AbstractConversionImageHandler.isInternalImage(AbstractWordXmlPicture picture,
Relationship relationship,
BinaryPart part) |
Modifier and Type | Method and Description |
---|---|
Relationship |
Base.addTargetPart(Part targetpart)
Convenience method to add a part to this Part's
relationships.
|
Relationship |
Base.addTargetPart(Part targetpart,
RelationshipsPart.AddPartBehaviour mode)
Convenience method to add a part to this Part's
relationships.
|
Relationship |
Base.addTargetPart(Part targetpart,
RelationshipsPart.AddPartBehaviour mode,
String proposedRelId)
Convenience method to add a part to this Part's
relationships.
|
Relationship |
Base.addTargetPart(Part targetpart,
String proposedRelId)
Convenience method to add a part to this Part's
relationships.
|
Modifier and Type | Method and Description |
---|---|
Part |
ContentTypeManager.getPart(String partName,
Relationship rel) |
Part |
ContentTypeManager.newPartForContentType(String contentType,
String partName,
Relationship rel) |
Modifier and Type | Method and Description |
---|---|
static Part |
LoadFromZipNG.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.
|
static Part |
Load.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.
|
Modifier and Type | Method and Description |
---|---|
Part |
Load3.getRawPart(ContentTypeManager ctm,
String resolvedPartUri,
Relationship rel)
Get a Part (except a relationships part), but not its relationships part
or related parts.
|
Modifier and Type | Method and Description |
---|---|
Relationship |
Part.getSourceRelationship()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<Relationship> |
Part.getSourceRelationships() |
Modifier and Type | Method and Description |
---|---|
void |
Part.setSourceRelationship(Relationship sourceRelationship)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
MainPresentationPart.removeSlide(Relationship rel) |
Modifier and Type | Method and Description |
---|---|
Relationship |
RelationshipsPart.addPart(Part part,
RelationshipsPart.AddPartBehaviour mode,
ContentTypeManager ctm)
Add a newly created part, a relationship and the content type.
|
Relationship |
RelationshipsPart.addPart(Part part,
RelationshipsPart.AddPartBehaviour mode,
ContentTypeManager ctm,
String relId)
Add a newly created part, a relationship and the content type.
|
Relationship |
RelationshipsPart.getRel(PartName partName)
Is partname a target of any of these rels?
|
Relationship |
RelationshipsPart.getRelationshipByID(String id)
Retrieves a package relationship based on its id.
|
static Relationship |
RelationshipsPart.getRelationshipByTarget(RelationshipsPart rp,
String relativeTarget) |
Relationship |
RelationshipsPart.getRelationshipByType(String type)
Get the first rel with specified relationship type
(see Namespaces for pre-defined constants)
|
Modifier and Type | Method and Description |
---|---|
List<Relationship> |
RelationshipsPart.differingContent(RelationshipsPart otherRP)
Identify rels common to both parts, but where rels have different
content.
|
List<Relationship> |
RelationshipsPart.getRelationshipsByType(String type) |
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
|
Modifier and Type | Method and Description |
---|---|
boolean |
RelationshipsPart.addRelationship(Relationship rel)
Add the specified relationship to the collection.
|
Part |
RelationshipsPart.getPart(Relationship r) |
boolean |
RelationshipsPart.isTarget(PartName partName,
Relationship rel)
Is partName the target of the specified rel?
|
void |
RelationshipsPart.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).
|
void |
RelationshipsPart.removeRelationship(Relationship rel)
Remove a relationship by its reference.
|
Modifier and Type | Method and Description |
---|---|
Relationship |
BinaryPartAbstractImage.getRelLast() |
Modifier and Type | Method and Description |
---|---|
List<Relationship> |
BinaryPartAbstractImage.getRels() |
Modifier and Type | Field and Description |
---|---|
protected List<Relationship> |
Relationships.relationship |
Modifier and Type | Method and Description |
---|---|
Relationship |
ObjectFactory.createRelationship()
Create an instance of
Relationship |
Modifier and Type | Method and Description |
---|---|
List<Relationship> |
Relationships.getRelationship()
Gets the value of the relationship property.
|
Modifier and Type | Method and Description |
---|---|
static void |
PartsList.printInfo(String parentName,
Relationship r,
Part p,
StringBuilder sb,
String indent) |
Copyright © 2007-2019. All Rights Reserved.