PackagingConventions
Overview
PackagingConventions is a class in Aspose.Cells FOSS for Java.
Defines constants for Open XML package part paths and relationship types.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
CONTENT_TYPES_PART | String | Read | Path of the Content Types part in the package. |
ROOT_RELATIONSHIPS_PART | String | Read | Path of the root relationships part in the package. |
WORKBOOK_PART | String | Read | Path of the main workbook part. |
WORKBOOK_RELATIONSHIPS_PART | String | Read | Path of the workbook relationships part. |
OFFICE_DOCUMENT_RELATIONSHIP | String | Read | Relationship type for the main office document. |
WORKSHEET_RELATIONSHIP | String | Read | Relationship type for a worksheet part. |
STYLES_RELATIONSHIP | String | Read | Relationship type for the styles part. |
SHARED_STRINGS_RELATIONSHIP | String | Read | Relationship type for the shared strings part. |