public class OdfMetadata extends Object
| Constructor and Description |
|---|
OdfMetadata(InputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
check() |
Calendar |
getCreationDate() |
String |
getCreator() |
String |
getDescription() |
Integer |
getEditingCycles() |
Long |
getEditingTime() |
String |
getGenerator() |
String |
getInitialCreator() |
List<String> |
getKeywords() |
String |
getLanguage() |
Calendar |
getModificationDate() |
Integer |
getPages() |
Calendar |
getPrintDate() |
String |
getPrintedBy() |
Integer |
getSheets() |
String |
getSubject() |
String |
getTitle() |
public OdfMetadata(InputStream inputStream)
public Calendar getCreationDate()
public String getCreator()
public String getDescription()
public Integer getEditingCycles()
public Long getEditingTime()
public String getGenerator()
public String getInitialCreator()
public List<String> getKeywords()
public String getLanguage()
public Calendar getModificationDate()
public String getPrintedBy()
public Calendar getPrintDate()
public String getSubject()
Copyright © 2008–2018 JBoss, a division of Red Hat. All rights reserved.