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
|
Date getCreationDate()
String getFormat()
int getPagesCount()
String getProperty(String propertyName)
propertyName - property nameList<String> getPropertyNames()
long getSize()
Copyright © 2024. All rights reserved.