CoreProperties class reference

  • const wchar_t* title() const
    Returns the "title" property of the workbook.
  • void setTitle(const wchar_t* title)
    Sets the "title" property of the workbook.
  • const wchar_t* subject() const
    Returns the "subject" property of the workbook.
  • void setSubject(const wchar_t* subject)
    Sets the "subject" property of the workbook.
  • const wchar_t* creator() const
    Returns the "creator" property of the workbook.
  • void setCreator(const wchar_t* creator)
    Sets the "creator" property of the workbook.
  • const wchar_t* lastModifiedBy() const
    Returns the "lastModifiedBy" property of the workbook.
  • void setLastModifiedBy(const wchar_t* lastModifiedBy)
    Sets the "setLastModifiedBy" property of the workbook.
  • const wchar_t* created() const
    Returns the "created" property of the workbook.
  • void setCreated(const wchar_t* created)
    Sets the "created" property of the workbook.
  • double createdAsDouble() const
    Returns the "created" property of the workbook. Use the Book::dateUnpack() for extract date/time parts from double.
  • void setCreatedAsDouble(double created)
    Sets the "created" property of the workbook. Use the Book::datePack() for packing date/time parts to double.
  • const wchar_t* modified() const
    Returns the "modified" property of the workbook.
  • void setModified(const wchar_t* modified)
    Sets the "modified" property of the workbook.
  • double modifiedAsDouble() const
    Returns the "modified" property of the workbook. Use the Book::dateUnpack() for extract date/time parts from double.
  • void setModifiedAsDouble(double modified)
    Sets the "modified" property of the workbook. Use the Book::datePack() for packing date/time parts to double.
  • const wchar_t* tags() const
    Returns the "tags" property of the workbook.
  • void setTags(const wchar_t* tags)
    Sets the "tags" property of the workbook.
  • const wchar_t* categories() const
    Returns the "categories" property of the workbook.
  • void setCategories(const wchar_t* categories)
    Sets the "categories" property of the workbook.
  • const wchar_t* comments() const
    Returns the "comments" property of the workbook.
  • void setComments(const wchar_t* comments)
    Sets the "comments" property of the workbook.
  • void removeAll()
    Remove all workbook properties.