Interface SDocumentProperties

All Known Implementing Classes:
DocumentPropertiesImpl

public interface SDocumentProperties
Document properties (core + app metadata). Maps to docProps/core.xml (Dublin Core) and docProps/app.xml.
Since:
7.0.0
  • Method Details

    • getTitle

      String getTitle()
    • setTitle

      void setTitle(String title)
    • getSubject

      String getSubject()
    • setSubject

      void setSubject(String subject)
    • getCreator

      String getCreator()
    • setCreator

      void setCreator(String creator)
    • getKeywords

      String getKeywords()
    • setKeywords

      void setKeywords(String keywords)
    • getDescription

      String getDescription()
    • setDescription

      void setDescription(String description)
    • getCategory

      String getCategory()
    • setCategory

      void setCategory(String category)
    • getLastModifiedBy

      String getLastModifiedBy()
    • setLastModifiedBy

      void setLastModifiedBy(String lastModifiedBy)
    • getCreated

      Date getCreated()
    • setCreated

      void setCreated(Date created)
    • getModified

      Date getModified()
    • setModified

      void setModified(Date modified)
    • getRevision

      String getRevision()
    • setRevision

      void setRevision(String revision)
    • getCompany

      String getCompany()
    • setCompany

      void setCompany(String company)
    • getManager

      String getManager()
    • setManager

      void setManager(String manager)
    • getApplication

      String getApplication()
    • setApplication

      void setApplication(String application)
    • getAppVersion

      String getAppVersion()
    • setAppVersion

      void setAppVersion(String version)