Package org.apache.poi.openxml4j.opc
Interface PackageRelationshipTypes
-
public interface PackageRelationshipTypesRelationship types.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCORE_DOCUMENTCore document relationship type.static java.lang.StringCORE_PROPERTIESCore properties relationship type.static java.lang.StringCORE_PROPERTIES_ECMA376Core properties relationship type as defiend in ECMA 376.static java.lang.StringCORE_PROPERTIES_ECMA376_NSNamespace of Core properties relationship type as defiend in ECMA 376static java.lang.StringCUSTOM_PROPERTIESCustom properties relationship type.static java.lang.StringCUSTOM_XMLCustom XML relationship type.static java.lang.StringDIGITAL_SIGNATUREDigital signature relationship type.static java.lang.StringDIGITAL_SIGNATURE_CERTIFICATEDigital signature certificate relationship type.static java.lang.StringDIGITAL_SIGNATURE_ORIGINDigital signature origin relationship type.static java.lang.StringEXTENDED_PROPERTIESExtended properties relationship type.static java.lang.StringEXTERNAL_LINK_PATHExternal Link to another Documentstatic java.lang.StringHYPERLINK_PARTHyperlink type.static java.lang.StringIMAGE_PARTImage type.static java.lang.StringSTRICT_CORE_DOCUMENTCore document relationship type for strict ooxml.static java.lang.StringSTRICT_EXTENDED_PROPERTIESExtended properties relationship type for strict ooxml.static java.lang.StringSTYLE_PARTStyle type.static java.lang.StringTHUMBNAILThumbnail relationship type.static java.lang.StringVISIO_CORE_DOCUMENTVisio 2010 VSDX equivalent of packageCORE_DOCUMENT
-
-
-
Field Detail
-
CORE_PROPERTIES
static final java.lang.String 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:
- Constant Field Values
-
CORE_PROPERTIES_ECMA376
static final java.lang.String CORE_PROPERTIES_ECMA376
Core properties relationship type as defiend in ECMA 376.- See Also:
- Constant Field Values
-
CORE_PROPERTIES_ECMA376_NS
static final java.lang.String CORE_PROPERTIES_ECMA376_NS
Namespace of Core properties relationship type as defiend in ECMA 376- See Also:
- Constant Field Values
-
DIGITAL_SIGNATURE
static final java.lang.String DIGITAL_SIGNATURE
Digital signature relationship type.- See Also:
- Constant Field Values
-
DIGITAL_SIGNATURE_CERTIFICATE
static final java.lang.String DIGITAL_SIGNATURE_CERTIFICATE
Digital signature certificate relationship type.- See Also:
- Constant Field Values
-
DIGITAL_SIGNATURE_ORIGIN
static final java.lang.String DIGITAL_SIGNATURE_ORIGIN
Digital signature origin relationship type.- See Also:
- Constant Field Values
-
THUMBNAIL
static final java.lang.String THUMBNAIL
Thumbnail relationship type.- See Also:
- Constant Field Values
-
EXTENDED_PROPERTIES
static final java.lang.String EXTENDED_PROPERTIES
Extended properties relationship type.- See Also:
- Constant Field Values
-
STRICT_EXTENDED_PROPERTIES
static final java.lang.String STRICT_EXTENDED_PROPERTIES
Extended properties relationship type for strict ooxml.- See Also:
- Constant Field Values
-
CUSTOM_PROPERTIES
static final java.lang.String CUSTOM_PROPERTIES
Custom properties relationship type.- See Also:
- Constant Field Values
-
CORE_DOCUMENT
static final java.lang.String CORE_DOCUMENT
Core document relationship type.- See Also:
- Constant Field Values
-
STRICT_CORE_DOCUMENT
static final java.lang.String STRICT_CORE_DOCUMENT
Core document relationship type for strict ooxml.- See Also:
- Constant Field Values
-
CUSTOM_XML
static final java.lang.String CUSTOM_XML
Custom XML relationship type.- See Also:
- Constant Field Values
-
IMAGE_PART
static final java.lang.String IMAGE_PART
Image type.- See Also:
- Constant Field Values
-
HYPERLINK_PART
static final java.lang.String HYPERLINK_PART
Hyperlink type.- See Also:
- Constant Field Values
-
STYLE_PART
static final java.lang.String STYLE_PART
Style type.- See Also:
- Constant Field Values
-
EXTERNAL_LINK_PATH
static final java.lang.String EXTERNAL_LINK_PATH
External Link to another Document- See Also:
- Constant Field Values
-
VISIO_CORE_DOCUMENT
static final java.lang.String VISIO_CORE_DOCUMENT
Visio 2010 VSDX equivalent of packageCORE_DOCUMENT- See Also:
- Constant Field Values
-
-