Uses of Class
org.apache.poi.openxml4j.util.Nullable

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 date)
           
 void POIXMLProperties.CoreProperties.setLastPrinted(Nullable date)
           
 void POIXMLProperties.CoreProperties.setModified(Nullable date)
           
 

Uses of Nullable in org.apache.poi.openxml4j.opc
 

Methods in org.apache.poi.openxml4j.opc that return Nullable
 Nullable PackageProperties.getCategoryProperty()
          Set the category of the content of this package.
 Nullable PackageProperties.getContentStatusProperty()
          Set the status of the content.
 Nullable PackageProperties.getContentTypeProperty()
          Get the type of content represented, generally defined by a specific use and intended audience.
 Nullable PackageProperties.getCreatedProperty()
          Get the date of creation of the resource.
 Nullable PackageProperties.getCreatorProperty()
          Get the entity primarily responsible for making the content of the resource.
 Nullable PackageProperties.getDescriptionProperty()
          Get the explanation of the content of the resource.
 Nullable PackageProperties.getIdentifierProperty()
          Get an unambiguous reference to the resource within a given context.
 Nullable PackageProperties.getKeywordsProperty()
          Get a delimited set of keywords to support searching and indexing.
 Nullable PackageProperties.getLanguageProperty()
          Get the language of the intellectual content of the resource.
 Nullable PackageProperties.getLastModifiedByProperty()
          Get the user who performed the last modification.
 Nullable PackageProperties.getLastPrintedProperty()
          Get the date and time of the last printing.
 Nullable PackageProperties.getModifiedProperty()
          Get the date on which the resource was changed.
 Nullable PackageProperties.getRevisionProperty()
          Get the revision number.
 Nullable PackageProperties.getSubjectProperty()
          Get the topic of the content of the resource.
 Nullable PackageProperties.getTitleProperty()
          Get the name given to the resource.
 Nullable PackageProperties.getVersionProperty()
          Get the version number.
 

Methods in org.apache.poi.openxml4j.opc with parameters of type Nullable
 void PackageProperties.setCreatedProperty(Nullable created)
          Set the date of creation of the resource.
 void PackageProperties.setLastPrintedProperty(Nullable lastPrinted)
          Set the date and time of the last printing.
 void PackageProperties.setModifiedProperty(Nullable modified)
          Set the date on which the resource was changed.
 

Uses of Nullable in org.apache.poi.openxml4j.opc.internal
 

Methods in org.apache.poi.openxml4j.opc.internal that return Nullable
 Nullable PackagePropertiesPart.getCategoryProperty()
          Get the category property.
 Nullable PackagePropertiesPart.getContentStatusProperty()
          Get content status.
 Nullable PackagePropertiesPart.getContentTypeProperty()
          Get content type.
 Nullable PackagePropertiesPart.getCreatedProperty()
          Get created date.
 Nullable PackagePropertiesPart.getCreatorProperty()
          Get creator.
 Nullable PackagePropertiesPart.getDescriptionProperty()
          Get description.
 Nullable PackagePropertiesPart.getIdentifierProperty()
          Get identifier.
 Nullable PackagePropertiesPart.getKeywordsProperty()
          Get keywords.
 Nullable PackagePropertiesPart.getLanguageProperty()
          Get the language.
 Nullable PackagePropertiesPart.getLastModifiedByProperty()
          Get the author of last modifications.
 Nullable PackagePropertiesPart.getLastPrintedProperty()
          Get last printed date.
 Nullable PackagePropertiesPart.getModifiedProperty()
          Get modified date.
 Nullable PackagePropertiesPart.getRevisionProperty()
          Get revision.
 Nullable PackagePropertiesPart.getSubjectProperty()
          Get subject.
 Nullable PackagePropertiesPart.getTitleProperty()
          Get title.
 Nullable PackagePropertiesPart.getVersionProperty()
          Get version.
 

Methods in org.apache.poi.openxml4j.opc.internal with parameters of type Nullable
 void PackagePropertiesPart.setCreatedProperty(Nullable created)
          Set the created date.
 void PackagePropertiesPart.setLastPrintedProperty(Nullable lastPrinted)
          Set last printed date.
 void PackagePropertiesPart.setModifiedProperty(Nullable modified)
          Set last modification date.