Uses of Enum
org.docx4j.openpackaging.parts.relationships.RelationshipsPart.AddPartBehaviour
Packages that use RelationshipsPart.AddPartBehaviour
Package
Description
-
Uses of RelationshipsPart.AddPartBehaviour in org.docx4j.openpackaging
Methods in org.docx4j.openpackaging with parameters of type RelationshipsPart.AddPartBehaviourModifier and TypeMethodDescriptionBase.addTargetPart(Part targetpart, RelationshipsPart.AddPartBehaviour mode) Convenience method to add a part to this Part's relationships.Base.addTargetPart(Part targetpart, RelationshipsPart.AddPartBehaviour mode, String proposedRelId) Convenience method to add a part to this Part's relationships. -
Uses of RelationshipsPart.AddPartBehaviour in org.docx4j.openpackaging.parts.PresentationML
Methods in org.docx4j.openpackaging.parts.PresentationML with parameters of type RelationshipsPart.AddPartBehaviourModifier and TypeMethodDescriptionMainPresentationPart.addSlideIdListEntry(SlidePart slidePart, RelationshipsPart.AddPartBehaviour mode) Deprecated. -
Uses of RelationshipsPart.AddPartBehaviour in org.docx4j.openpackaging.parts.relationships
Methods in org.docx4j.openpackaging.parts.relationships that return RelationshipsPart.AddPartBehaviourModifier and TypeMethodDescriptionReturns 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.Methods in org.docx4j.openpackaging.parts.relationships with parameters of type RelationshipsPart.AddPartBehaviourModifier and TypeMethodDescriptionRelationshipsPart.addPart(Part part, RelationshipsPart.AddPartBehaviour mode, ContentTypeManager ctm) Add a newly created part, a relationship and the content type.RelationshipsPart.addPart(Part part, RelationshipsPart.AddPartBehaviour mode, ContentTypeManager ctm, String relId) Add a newly created part, a relationship and the content type.