Package | Description |
---|---|
org.docx4j.openpackaging.io |
Modifier and Type | Method and Description |
---|---|
static Part |
LoadFromZipNG.getBinaryPart(HashMap<String,LoadFromZipNG.ByteArray> partByteArrays,
ContentTypeManager ctm,
String resolvedPartUri)
Deprecated.
|
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.
|
RelationshipsPart |
LoadFromZipNG.getRelationshipsPart(HashMap<String,LoadFromZipNG.ByteArray> partByteArrays,
Part part)
Deprecated.
Get the Relationships Part (if there is one) for a given Part.
|
Copyright © 2007-2019. All Rights Reserved.