|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.groupdocs.viewer.handlers.DocumentHandler
public class DocumentHandler
Provides few functionality to work with files
Such as: get file type, file extension and document type
Constructor Summary | |
---|---|
DocumentHandler(String guid)
Creating document object handler for specified file |
Method Summary | |
---|---|
String |
getDocumentType()
Get document type |
String |
getFileType()
Get file type by file extention |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DocumentHandler(String guid)
guid
- File id or file pathMethod Detail |
---|
public String getDocumentType()
DocumentType
public String getFileType()
com.groupdocs.viewer.handlers.InputDataHandler#getFileType(java.lang.String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |