public interface IDocumentInfo
Modifier and Type | Method and Description |
---|---|
Date |
getCreationDate()
Document creation date
|
String |
getFormat()
Document format
|
int |
getPagesCount()
Document pages count.
|
String |
getProperty(String propertyName)
Get value for a property provided as a key
|
List<String> |
getPropertyNames()
List of all properties which could be get for the current document info
|
long |
getSize()
Document size in bytes
|
int getPagesCount()
String getFormat()
long getSize()
Date getCreationDate()
List<String> getPropertyNames()