Package | Description |
---|---|
org.docx4j.openpackaging | |
org.docx4j.openpackaging.parts.PresentationML | |
org.docx4j.openpackaging.parts.relationships |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Presentation.SldIdLst.SldId |
MainPresentationPart.addSlideIdListEntry(SlidePart slidePart,
RelationshipsPart.AddPartBehaviour mode)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static RelationshipsPart.AddPartBehaviour |
RelationshipsPart.AddPartBehaviour.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelationshipsPart.AddPartBehaviour[] |
RelationshipsPart.AddPartBehaviour.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.
|
Copyright © 2007-2019. All Rights Reserved.