Uses of Class
org.docx4j.openpackaging.contenttype.ContentTypeManager
Packages that use ContentTypeManager
Package
Description
-
Uses of ContentTypeManager in org.docx4j.convert.in
Fields in org.docx4j.convert.in declared as ContentTypeManagerMethods in org.docx4j.convert.in with parameters of type ContentTypeManagerModifier and TypeMethodDescriptionFlatOpcXmlImporter.getRawPart(ContentTypeManager ctm, String resolvedPartUri, Relationship rel) private PartFlatOpcXmlImporter.getRawPart(ContentTypeManager ctm, Part pkgPart, Relationship rel) static PartFlatOpcXmlImporter.getRawPart(ContentTypeManager ctm, Part pkgPart, Relationship rel, OpcPackage targetPkg) -
Uses of ContentTypeManager in org.docx4j.openpackaging.contenttype
Methods in org.docx4j.openpackaging.contenttype with parameters of type ContentTypeManagerModifier and TypeMethodDescriptionbooleanContentTypeManager.isContentEqual(ContentTypeManager other) -
Uses of ContentTypeManager in org.docx4j.openpackaging.io
Methods in org.docx4j.openpackaging.io with parameters of type ContentTypeManagerModifier and TypeMethodDescriptionprivate voidLoadFromZipNG.addPartsFromRelationships(HashMap<String, LoadFromZipNG.ByteArray> partByteArrays, Base source, RelationshipsPart rp, ContentTypeManager ctm) Deprecated.static PartLoadFromZipNG.getBinaryPart(HashMap<String, LoadFromZipNG.ByteArray> partByteArrays, ContentTypeManager ctm, String resolvedPartUri) Deprecated.private voidLoadFromZipNG.getPart(HashMap<String, LoadFromZipNG.ByteArray> partByteArrays, OpcPackage pkg, RelationshipsPart rp, Relationship r, ContentTypeManager ctm) Deprecated.Get a Part (except a relationships part), and all its related parts.static PartLoad.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.static PartLoadFromZipNG.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. -
Uses of ContentTypeManager in org.docx4j.openpackaging.io3
Methods in org.docx4j.openpackaging.io3 with parameters of type ContentTypeManagerModifier and TypeMethodDescriptionprivate voidLoad3.addPartsFromRelationships(Base source, RelationshipsPart rp, ContentTypeManager ctm) Load3.getBinaryPart(ContentTypeManager ctm, String resolvedPartUri) protected voidLoad3.getPart(OpcPackage pkg, RelationshipsPart rp, Relationship r, ContentTypeManager ctm) Get a Part (except a relationships part), and all its related parts.Load3.getRawPart(ContentTypeManager ctm, String resolvedPartUri, Relationship rel, RelationshipsPart rp) Get a Part (except a relationships part), but not its relationships part or related parts. -
Uses of ContentTypeManager in org.docx4j.openpackaging.io3.stores
Methods in org.docx4j.openpackaging.io3.stores with parameters of type ContentTypeManagerModifier and TypeMethodDescriptionvoidPartStore.saveContentTypes(ContentTypeManager ctm) voidUnzippedPartStore.saveContentTypes(ContentTypeManager ctm) voidZipPartStore.saveContentTypes(ContentTypeManager ctm) -
Uses of ContentTypeManager in org.docx4j.openpackaging.packages
Fields in org.docx4j.openpackaging.packages declared as ContentTypeManagerMethods in org.docx4j.openpackaging.packages that return ContentTypeManagerMethods in org.docx4j.openpackaging.packages with parameters of type ContentTypeManagerModifier and TypeMethodDescriptionvoidOpcPackage.setContentTypeManager(ContentTypeManager contentTypeManager) Constructors in org.docx4j.openpackaging.packages with parameters of type ContentTypeManagerModifierConstructorDescriptionDefaultPackage(ContentTypeManager contentTypeManager) Constructor.OpcPackage(ContentTypeManager contentTypeManager) Constructor.PresentationMLPackage(ContentTypeManager contentTypeManager) Constructor.SpreadsheetMLPackage(ContentTypeManager contentTypeManager) Constructor.WordprocessingMLPackage(ContentTypeManager contentTypeManager) Constructor.WordprocessingMLTemplatePackage(ContentTypeManager contentTypeManager) Constructor. -
Uses of ContentTypeManager in org.docx4j.openpackaging.parts.relationships
Methods in org.docx4j.openpackaging.parts.relationships with parameters of type ContentTypeManagerModifier 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. -
Uses of ContentTypeManager in org.docx4j.samples
Methods in org.docx4j.samples with parameters of type ContentTypeManagerModifier and TypeMethodDescriptionstatic voidPartLoadFromFileSystem.attachForeignPart(WordprocessingMLPackage wordMLPackage, Base attachmentPoint, ContentTypeManager foreignCtm, String resolvedPartUri, InputStream is) -
Uses of ContentTypeManager in org.glox4j.openpackaging.packages
Constructors in org.glox4j.openpackaging.packages with parameters of type ContentTypeManager