|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Nullable | |
---|---|
org.apache.poi | |
org.apache.poi.openxml4j.opc | |
org.apache.poi.openxml4j.opc.internal |
Uses of Nullable in org.apache.poi |
---|
Methods in org.apache.poi with parameters of type Nullable | |
---|---|
void |
POIXMLProperties.CoreProperties.setCreated(Nullable<java.util.Date> date)
|
void |
POIXMLProperties.CoreProperties.setLastPrinted(Nullable<java.util.Date> date)
|
void |
POIXMLProperties.CoreProperties.setModified(Nullable<java.util.Date> date)
|
Uses of Nullable in org.apache.poi.openxml4j.opc |
---|
Methods in org.apache.poi.openxml4j.opc that return Nullable | |
---|---|
Nullable<java.lang.String> |
PackageProperties.getCategoryProperty()
Set the category of the content of this package. |
Nullable<java.lang.String> |
PackageProperties.getContentStatusProperty()
Set the status of the content. |
Nullable<java.lang.String> |
PackageProperties.getContentTypeProperty()
Get the type of content represented, generally defined by a specific use and intended audience. |
Nullable<java.util.Date> |
PackageProperties.getCreatedProperty()
Get the date of creation of the resource. |
Nullable<java.lang.String> |
PackageProperties.getCreatorProperty()
Get the entity primarily responsible for making the content of the resource. |
Nullable<java.lang.String> |
PackageProperties.getDescriptionProperty()
Get the explanation of the content of the resource. |
Nullable<java.lang.String> |
PackageProperties.getIdentifierProperty()
Get an unambiguous reference to the resource within a given context. |
Nullable<java.lang.String> |
PackageProperties.getKeywordsProperty()
Get a delimited set of keywords to support searching and indexing. |
Nullable<java.lang.String> |
PackageProperties.getLanguageProperty()
Get the language of the intellectual content of the resource. |
Nullable<java.lang.String> |
PackageProperties.getLastModifiedByProperty()
Get the user who performed the last modification. |
Nullable<java.util.Date> |
PackageProperties.getLastPrintedProperty()
Get the date and time of the last printing. |
Nullable<java.util.Date> |
PackageProperties.getModifiedProperty()
Get the date on which the resource was changed. |
Nullable<java.lang.String> |
PackageProperties.getRevisionProperty()
Get the revision number. |
Nullable<java.lang.String> |
PackageProperties.getSubjectProperty()
Get the topic of the content of the resource. |
Nullable<java.lang.String> |
PackageProperties.getTitleProperty()
Get the name given to the resource. |
Nullable<java.lang.String> |
PackageProperties.getVersionProperty()
Get the version number. |
Methods in org.apache.poi.openxml4j.opc with parameters of type Nullable | |
---|---|
void |
PackageProperties.setCreatedProperty(Nullable<java.util.Date> created)
Set the date of creation of the resource. |
void |
PackageProperties.setLastPrintedProperty(Nullable<java.util.Date> lastPrinted)
Set the date and time of the last printing. |
void |
PackageProperties.setModifiedProperty(Nullable<java.util.Date> modified)
Set the date on which the resource was changed. |
Uses of Nullable in org.apache.poi.openxml4j.opc.internal |
---|
Fields in org.apache.poi.openxml4j.opc.internal declared as Nullable | |
---|---|
protected Nullable<java.lang.String> |
PackagePropertiesPart.category
A categorization of the content of this package. |
protected Nullable<java.lang.String> |
PackagePropertiesPart.contentStatus
The status of the content. |
protected Nullable<java.lang.String> |
PackagePropertiesPart.contentType
The type of content represented, generally defined by a specific use and intended audience. |
protected Nullable<java.util.Date> |
PackagePropertiesPart.created
Date of creation of the resource. |
protected Nullable<java.lang.String> |
PackagePropertiesPart.creator
An entity primarily responsible for making the content of the resource. |
protected Nullable<java.lang.String> |
PackagePropertiesPart.description
An explanation of the content of the resource. |
protected Nullable<java.lang.String> |
PackagePropertiesPart.identifier
An unambiguous reference to the resource within a given context. |
protected Nullable<java.lang.String> |
PackagePropertiesPart.keywords
A delimited set of keywords to support searching and indexing. |
protected Nullable<java.lang.String> |
PackagePropertiesPart.language
The language of the intellectual content of the resource. |
protected Nullable<java.lang.String> |
PackagePropertiesPart.lastModifiedBy
The user who performed the last modification. |
protected Nullable<java.util.Date> |
PackagePropertiesPart.lastPrinted
The date and time of the last printing. |
protected Nullable<java.util.Date> |
PackagePropertiesPart.modified
Date on which the resource was changed. |
protected Nullable<java.lang.String> |
PackagePropertiesPart.revision
The revision number. |
protected Nullable<java.lang.String> |
PackagePropertiesPart.subject
The topic of the content of the resource. |
protected Nullable<java.lang.String> |
PackagePropertiesPart.title
The name given to the resource. |
protected Nullable<java.lang.String> |
PackagePropertiesPart.version
The version number. |
Methods in org.apache.poi.openxml4j.opc.internal that return Nullable | |
---|---|
Nullable<java.lang.String> |
PackagePropertiesPart.getCategoryProperty()
Get the category property. |
Nullable<java.lang.String> |
PackagePropertiesPart.getContentStatusProperty()
Get content status. |
Nullable<java.lang.String> |
PackagePropertiesPart.getContentTypeProperty()
Get content type. |
Nullable<java.util.Date> |
PackagePropertiesPart.getCreatedProperty()
Get created date. |
Nullable<java.lang.String> |
PackagePropertiesPart.getCreatorProperty()
Get creator. |
Nullable<java.lang.String> |
PackagePropertiesPart.getDescriptionProperty()
Get description. |
Nullable<java.lang.String> |
PackagePropertiesPart.getIdentifierProperty()
Get identifier. |
Nullable<java.lang.String> |
PackagePropertiesPart.getKeywordsProperty()
Get keywords. |
Nullable<java.lang.String> |
PackagePropertiesPart.getLanguageProperty()
Get the language. |
Nullable<java.lang.String> |
PackagePropertiesPart.getLastModifiedByProperty()
Get the author of last modifications. |
Nullable<java.util.Date> |
PackagePropertiesPart.getLastPrintedProperty()
Get last printed date. |
Nullable<java.util.Date> |
PackagePropertiesPart.getModifiedProperty()
Get modified date. |
Nullable<java.lang.String> |
PackagePropertiesPart.getRevisionProperty()
Get revision. |
Nullable<java.lang.String> |
PackagePropertiesPart.getSubjectProperty()
Get subject. |
Nullable<java.lang.String> |
PackagePropertiesPart.getTitleProperty()
Get title. |
Nullable<java.lang.String> |
PackagePropertiesPart.getVersionProperty()
Get version. |
Methods in org.apache.poi.openxml4j.opc.internal with parameters of type Nullable | |
---|---|
void |
PackagePropertiesPart.setCreatedProperty(Nullable<java.util.Date> created)
Set the created date. |
void |
PackagePropertiesPart.setLastPrintedProperty(Nullable<java.util.Date> lastPrinted)
Set last printed date. |
void |
PackagePropertiesPart.setModifiedProperty(Nullable<java.util.Date> modified)
Set last modification date. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |