public abstract class DocumentInfo extends Object implements 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
|
public List<String> getPropertyNames()
getPropertyNames in interface IDocumentInfopublic String getProperty(String propertyName)
getProperty in interface IDocumentInfopropertyName - property namepublic int getPagesCount()
getPagesCount in interface IDocumentInfopublic String getFormat()
getFormat in interface IDocumentInfopublic long getSize()
getSize in interface IDocumentInfopublic Date getCreationDate()
getCreationDate in interface IDocumentInfoCopyright © 2025. All rights reserved.