public interface PackageProperties
OPCPackage| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
NAMESPACE_DC
Dublin Core namespace URI. 
 | 
static java.lang.String | 
NAMESPACE_DCTERMS
Dublin Core Terms URI. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Optional<java.lang.String> | 
getCategoryProperty()
Set the category of the content of this package. 
 | 
java.util.Optional<java.lang.String> | 
getContentStatusProperty()
Set the status of the content. 
 | 
java.util.Optional<java.lang.String> | 
getContentTypeProperty()
Get the type of content represented, generally defined by a specific use
 and intended audience. 
 | 
java.util.Optional<java.util.Date> | 
getCreatedProperty()
Get the date of creation of the resource. 
 | 
java.util.Optional<java.lang.String> | 
getCreatorProperty()
Get the entity primarily responsible for making the content of the
 resource. 
 | 
java.util.Optional<java.lang.String> | 
getDescriptionProperty()
Get the explanation of the content of the resource. 
 | 
java.util.Optional<java.lang.String> | 
getIdentifierProperty()
Get an unambiguous reference to the resource within a given context. 
 | 
java.util.Optional<java.lang.String> | 
getKeywordsProperty()
Get a delimited set of keywords to support searching and indexing. 
 | 
java.util.Optional<java.lang.String> | 
getLanguageProperty()
Get the language of the intellectual content of the resource. 
 | 
java.util.Optional<java.lang.String> | 
getLastModifiedByProperty()
Get the user who performed the last modification. 
 | 
java.util.Optional<java.util.Date> | 
getLastPrintedProperty()
Get the date and time of the last printing. 
 | 
java.util.Optional<java.util.Date> | 
getModifiedProperty()
Get the date on which the resource was changed. 
 | 
java.util.Optional<java.lang.String> | 
getRevisionProperty()
Get the revision number. 
 | 
java.util.Optional<java.lang.String> | 
getSubjectProperty()
Get the topic of the content of the resource. 
 | 
java.util.Optional<java.lang.String> | 
getTitleProperty()
Get the name given to the resource. 
 | 
java.util.Optional<java.lang.String> | 
getVersionProperty()
Get the version number. 
 | 
void | 
setCategoryProperty(java.util.Optional<java.lang.String> category)
Set the category of the content of this package. 
 | 
void | 
setCategoryProperty(java.lang.String category)
Set the category of the content of this package. 
 | 
void | 
setContentStatusProperty(java.util.Optional<java.lang.String> contentStatus)
Get the status of the content. 
 | 
void | 
setContentStatusProperty(java.lang.String contentStatus)
Get the status of the content. 
 | 
void | 
setContentTypeProperty(java.util.Optional<java.lang.String> contentType)
Set the type of content represented, generally defined by a specific use
 and intended audience. 
 | 
void | 
setContentTypeProperty(java.lang.String contentType)
Set the type of content represented, generally defined by a specific use
 and intended audience. 
 | 
void | 
setCreatedProperty(java.util.Optional<java.util.Date> created)
Set the date of creation of the resource. 
 | 
void | 
setCreatedProperty(java.lang.String created)
Set the date of creation of the resource. 
 | 
void | 
setCreatorProperty(java.util.Optional<java.lang.String> creator)
Set the entity primarily responsible for making the content of the
 resource. 
 | 
void | 
setCreatorProperty(java.lang.String creator)
Set the entity primarily responsible for making the content of the
 resource. 
 | 
void | 
setDescriptionProperty(java.util.Optional<java.lang.String> description)
Set the explanation of the content of the resource. 
 | 
void | 
setDescriptionProperty(java.lang.String description)
Set the explanation of the content of the resource. 
 | 
void | 
setIdentifierProperty(java.util.Optional<java.lang.String> identifier)
Set an unambiguous reference to the resource within a given context. 
 | 
void | 
setIdentifierProperty(java.lang.String identifier)
Set an unambiguous reference to the resource within a given context. 
 | 
void | 
setKeywordsProperty(java.util.Optional<java.lang.String> keywords)
Set a delimited set of keywords to support searching and indexing. 
 | 
void | 
setKeywordsProperty(java.lang.String keywords)
Set a delimited set of keywords to support searching and indexing. 
 | 
void | 
setLanguageProperty(java.util.Optional<java.lang.String> language)
Set the language of the intellectual content of the resource. 
 | 
void | 
setLanguageProperty(java.lang.String language)
Set the language of the intellectual content of the resource. 
 | 
void | 
setLastModifiedByProperty(java.util.Optional<java.lang.String> lastModifiedBy)
Set the user who performed the last modification. 
 | 
void | 
setLastModifiedByProperty(java.lang.String lastModifiedBy)
Set the user who performed the last modification. 
 | 
void | 
setLastPrintedProperty(java.util.Optional<java.util.Date> lastPrinted)
Set the date and time of the last printing. 
 | 
void | 
setLastPrintedProperty(java.lang.String lastPrinted)
Set the date and time of the last printing. 
 | 
void | 
setModifiedProperty(java.util.Optional<java.util.Date> modified)
Set the date on which the resource was changed. 
 | 
void | 
setModifiedProperty(java.lang.String modified)
Set the date on which the resource was changed. 
 | 
void | 
setRevisionProperty(java.util.Optional<java.lang.String> revision)
Set the revision number. 
 | 
void | 
setRevisionProperty(java.lang.String revision)
Set the revision number. 
 | 
void | 
setSubjectProperty(java.util.Optional<java.lang.String> subject)
Set the topic of the content of the resource. 
 | 
void | 
setSubjectProperty(java.lang.String subject)
Set the topic of the content of the resource. 
 | 
void | 
setTitleProperty(java.util.Optional<java.lang.String> title)
Set the name given to the resource. 
 | 
void | 
setTitleProperty(java.lang.String title)
Set the name given to the resource. 
 | 
void | 
setVersionProperty(java.util.Optional<java.lang.String> version)
Set the version number. 
 | 
void | 
setVersionProperty(java.lang.String version)
Set the version number. 
 | 
static final java.lang.String NAMESPACE_DCTERMS
static final java.lang.String NAMESPACE_DC
java.util.Optional<java.lang.String> getCategoryProperty()
void setCategoryProperty(java.lang.String category)
void setCategoryProperty(java.util.Optional<java.lang.String> category)
java.util.Optional<java.lang.String> getContentStatusProperty()
void setContentStatusProperty(java.lang.String contentStatus)
void setContentStatusProperty(java.util.Optional<java.lang.String> contentStatus)
java.util.Optional<java.lang.String> getContentTypeProperty()
void setContentTypeProperty(java.lang.String contentType)
void setContentTypeProperty(java.util.Optional<java.lang.String> contentType)
java.util.Optional<java.util.Date> getCreatedProperty()
void setCreatedProperty(java.lang.String created)
                 throws InvalidFormatException
InvalidFormatException - only since POI 5.2.0, used to throw unchecked exception
 IllegalArgumentException if format was invalidvoid setCreatedProperty(java.util.Optional<java.util.Date> created)
java.util.Optional<java.lang.String> getCreatorProperty()
void setCreatorProperty(java.lang.String creator)
void setCreatorProperty(java.util.Optional<java.lang.String> creator)
java.util.Optional<java.lang.String> getDescriptionProperty()
void setDescriptionProperty(java.lang.String description)
void setDescriptionProperty(java.util.Optional<java.lang.String> description)
java.util.Optional<java.lang.String> getIdentifierProperty()
void setIdentifierProperty(java.lang.String identifier)
void setIdentifierProperty(java.util.Optional<java.lang.String> identifier)
java.util.Optional<java.lang.String> getKeywordsProperty()
void setKeywordsProperty(java.lang.String keywords)
void setKeywordsProperty(java.util.Optional<java.lang.String> keywords)
java.util.Optional<java.lang.String> getLanguageProperty()
void setLanguageProperty(java.lang.String language)
void setLanguageProperty(java.util.Optional<java.lang.String> language)
java.util.Optional<java.lang.String> getLastModifiedByProperty()
void setLastModifiedByProperty(java.lang.String lastModifiedBy)
void setLastModifiedByProperty(java.util.Optional<java.lang.String> lastModifiedBy)
java.util.Optional<java.util.Date> getLastPrintedProperty()
void setLastPrintedProperty(java.lang.String lastPrinted)
                     throws InvalidFormatException
InvalidFormatException - only since POI 5.2.0, used to throw unchecked exception
 IllegalArgumentException if format was invalidvoid setLastPrintedProperty(java.util.Optional<java.util.Date> lastPrinted)
java.util.Optional<java.util.Date> getModifiedProperty()
void setModifiedProperty(java.lang.String modified)
                  throws InvalidFormatException
InvalidFormatException - only since POI 5.2.0, used to throw unchecked exception
 IllegalArgumentException if format was invalidvoid setModifiedProperty(java.util.Optional<java.util.Date> modified)
java.util.Optional<java.lang.String> getRevisionProperty()
void setRevisionProperty(java.lang.String revision)
void setRevisionProperty(java.util.Optional<java.lang.String> revision)
java.util.Optional<java.lang.String> getSubjectProperty()
void setSubjectProperty(java.lang.String subject)
void setSubjectProperty(java.util.Optional<java.lang.String> subject)
java.util.Optional<java.lang.String> getTitleProperty()
void setTitleProperty(java.lang.String title)
void setTitleProperty(java.util.Optional<java.lang.String> title)
java.util.Optional<java.lang.String> getVersionProperty()
void setVersionProperty(java.lang.String version)
void setVersionProperty(java.util.Optional<java.lang.String> version)
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.