CoreDocumentPropertiesModel
Panoramica
CoreDocumentPropertiesModel è una classe in Aspose.Cells FOSS per Java.
Rappresenta il componente CoreDocumentPropertiesModel.
Proprietà
| Nome | Tipo | Accesso | Descrizione |
|---|---|---|---|
title | String | Lettura | Restituisce il titolo. |
subject | String | Lettura | Restituisce l’oggetto. |
creator | String | Lettura | Restituisce il creatore. |
keywords | String | Lettura | Restituisce le parole chiave. |
description | String | Lettura | Restituisce la descrizione. |
lastModifiedBy | String | Lettura | Restituisce l’ultimo modificatore. |
revision | String | Lettura | Restituisce la revisione. |
category | String | Lettura | Restituisce la categoria. |
contentStatus | String | Lettura | Restituisce lo stato del contenuto. |
created | LocalDateTime | Lettura | Restituisce la data di creazione. |
modified | LocalDateTime | Lettura | Restituisce la data di modifica. |
Metodi
| Firma | Descrizione |
|---|---|
getTitle() → String | Restituisce il titolo. |
setTitle(value: String) | Imposta il titolo. |
getSubject() → String | Restituisce l’oggetto. |
setSubject(value: String) | Imposta l’oggetto. |
getCreator() → String | Restituisce il creatore. |
setCreator(value: String) | Imposta il creatore. |
getKeywords() → String | Restituisce le parole chiave. |
setKeywords(value: String) | Imposta le parole chiave. |
getDescription() → String | Restituisce la descrizione. |
setDescription(value: String) | Imposta la descrizione. |
getLastModifiedBy() → String | Restituisce l’ultimo modificatore. |
setLastModifiedBy(value: String) | Imposta l’ultimo modificatore. |
getRevision() → String | Restituisce la revisione. |
setRevision(value: String) | Imposta la revisione. |
getCategory() → String | Restituisce la categoria. |
setCategory(value: String) | Imposta la categoria. |
getContentStatus() → String | Restituisce lo stato del contenuto. |
setContentStatus(value: String) | Imposta lo stato del contenuto. |
getCreated() → LocalDateTime | Restituisce la data di creazione. |
setCreated(value: LocalDateTime) | Imposta la data di creazione. |
getModified() → LocalDateTime | Restituisce la data di modifica. |
setModified(value: LocalDateTime) | Imposta la data di modifica. |
copyFrom(source: CoreDocumentPropertiesModel) | Copia il valore da. |
hasStoredState() → boolean | Indica se questa istanza ha uno stato memorizzato. |