Package org.apache.poi.openxml4j.opc
Interface PackageRelationshipTypes
public interface PackageRelationshipTypes
Relationship types.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Core document relationship type.static final String
Core properties relationship type.static final String
Core properties relationship type as defiend in ECMA 376.static final String
Namespace of Core properties relationship type as defiend in ECMA 376static final String
Custom properties relationship type.static final String
Custom XML relationship type.static final String
Digital signature relationship type.static final String
Digital signature certificate relationship type.static final String
Digital signature origin relationship type.static final String
Extended properties relationship type.static final String
External Link to another Documentstatic final String
Hyperlink type.static final String
Image type.static final String
Core document relationship type for strict ooxml.static final String
Extended properties relationship type for strict ooxml.static final String
Style type.static final String
Thumbnail relationship type.static final String
Visio 2010 VSDX equivalent of packageCORE_DOCUMENT
-
Field Details
-
CORE_PROPERTIES
Core properties relationship type.The standard specifies a source relations ship for the Core File Properties part as follows:
http://schemas.openxmlformats.org/officedocument/2006/relationships/metadata/core-properties.
Office uses the following source relationship for the Core File Properties part:
See 2.1.33 Part 1 Section 15.2.11.1, Core File Properties Part in [MS-OE376].pdfhttp://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties.
- See Also:
-
CORE_PROPERTIES_ECMA376
Core properties relationship type as defiend in ECMA 376.- See Also:
-
CORE_PROPERTIES_ECMA376_NS
Namespace of Core properties relationship type as defiend in ECMA 376- See Also:
-
DIGITAL_SIGNATURE
Digital signature relationship type.- See Also:
-
DIGITAL_SIGNATURE_CERTIFICATE
Digital signature certificate relationship type.- See Also:
-
DIGITAL_SIGNATURE_ORIGIN
Digital signature origin relationship type.- See Also:
-
THUMBNAIL
Thumbnail relationship type.- See Also:
-
EXTENDED_PROPERTIES
Extended properties relationship type.- See Also:
-
STRICT_EXTENDED_PROPERTIES
Extended properties relationship type for strict ooxml.- See Also:
-
CUSTOM_PROPERTIES
Custom properties relationship type.- See Also:
-
CORE_DOCUMENT
Core document relationship type.- See Also:
-
STRICT_CORE_DOCUMENT
Core document relationship type for strict ooxml.- See Also:
-
CUSTOM_XML
Custom XML relationship type.- See Also:
-
IMAGE_PART
Image type.- See Also:
-
HYPERLINK_PART
Hyperlink type.- See Also:
-
STYLE_PART
Style type.- See Also:
-
EXTERNAL_LINK_PATH
External Link to another Document- See Also:
-
VISIO_CORE_DOCUMENT
Visio 2010 VSDX equivalent of packageCORE_DOCUMENT
- See Also:
-