Java org.apache.poi.openxml4j.opc PackageProperties fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.openxml4j.opc PackageProperties fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.openxml4j.opc PackageProperties.

The text is from its open source code.

Method

OptionalgetCreatorProperty()
Get the entity primarily responsible for making the content of the resource.
OptionalgetDescriptionProperty()
Get the explanation of the content of the resource.
OptionalgetKeywordsProperty()
Get a delimited set of keywords to support searching and indexing.
OptionalgetLastModifiedByProperty()
Get the user who performed the last modification.
OptionalgetSubjectProperty()
Get the topic of the content of the resource.
OptionalgetTitleProperty()
Get the name given to the resource.
voidsetCreatorProperty(String creator)
Set the entity primarily responsible for making the content of the resource.
voidsetCreatorProperty(Optional creator)
Set the entity primarily responsible for making the content of the resource.
voidsetRevisionProperty(String revision)
Set the revision number.
voidsetRevisionProperty(Optional revision)
Set the revision number.
voidsetSubjectProperty(String subject)
Set the topic of the content of the resource.
voidsetSubjectProperty(Optional subject)
Set the topic of the content of the resource.
voidsetTitleProperty(String title)
Set the name given to the resource.
voidsetTitleProperty(Optional title)
Set the name given to the resource.