Uses of Class
org.docx4j.openpackaging.parts.relationships.RelationshipsPart.AddPartBehaviour
| Package | Description |
|---|---|
| org.docx4j.openpackaging | |
| org.docx4j.openpackaging.parts.PresentationML | |
| org.docx4j.openpackaging.parts.relationships |
-
Uses of RelationshipsPart.AddPartBehaviour in org.docx4j.openpackaging
Methods in org.docx4j.openpackaging with parameters of type RelationshipsPart.AddPartBehaviour Modifier and Type Method Description RelationshipBase. addTargetPart(Part targetpart, RelationshipsPart.AddPartBehaviour mode)Convenience method to add a part to this Part's relationships.RelationshipBase. addTargetPart(Part targetpart, RelationshipsPart.AddPartBehaviour mode, java.lang.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.AddPartBehaviour Modifier and Type Method Description Presentation.SldIdLst.SldIdMainPresentationPart. 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.AddPartBehaviour Modifier and Type Method Description static RelationshipsPart.AddPartBehaviourRelationshipsPart.AddPartBehaviour. valueOf(java.lang.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.Methods in org.docx4j.openpackaging.parts.relationships with parameters of type RelationshipsPart.AddPartBehaviour Modifier and Type Method Description RelationshipRelationshipsPart. addPart(Part part, RelationshipsPart.AddPartBehaviour mode, ContentTypeManager ctm)Add a newly created part, a relationship and the content type.RelationshipRelationshipsPart. addPart(Part part, RelationshipsPart.AddPartBehaviour mode, ContentTypeManager ctm, java.lang.String relId)Add a newly created part, a relationship and the content type.