Propriétés du document
Vue d’ensemble
DocumentProperties est une classe dans Aspose.Cells FOSS pour Java.
Représente les propriétés du document d’un classeur (docProps/core.xml et docProps/app.xml).
Propriétés
| Nom | Type | Accès | Description |
|---|---|---|---|
title | String | Lecture | Renvoie le titre. |
subject | String | Lecture | Renvoie le sujet. |
author | String | Lecture | Correspond à dc:creator dans core.xml. |
keywords | String | Lecture | Renvoie les mots‑clés. |
comments | String | Lecture | Correspond à dc:description dans core.xml. |
category | String | Lecture | Renvoie la catégorie. |
company | String | Lecture | Renvoie l’entreprise. |
manager | String | Lecture | Renvoie le responsable. |
Méthodes
| Signature | Description |
|---|---|
getTitle() → String | Renvoie le titre. |
setTitle(value: String) | Définit le titre. |
getSubject() → String | Renvoie le sujet. |
setSubject(value: String) | Définit le sujet. |
getAuthor() → String | Correspond à dc:creator dans core.xml. |
setAuthor(value: String) | Définit l’auteur. |
getKeywords() → String | Renvoie les mots‑clés. |
setKeywords(value: String) | Définit les mots‑clés. |
getComments() → String | Correspond à dc:description dans core.xml. |
setComments(value: String) | Définit les commentaires. |
getCategory() → String | Renvoie la catégorie. |
setCategory(value: String) | Définit la catégorie. |
getCompany() → String | Renvoie l’entreprise. |
setCompany(value: String) | Définit l’entreprise. |
getManager() → String | Renvoie le responsable. |
setManager(value: String) | Définit le responsable. |