org.silverpeas.viewer
Interface Preview

All Superinterfaces:
Serializable
All Known Subinterfaces:
DocumentView
All Known Implementing Classes:
AbstractPreview, AbstractView, TemporaryFlexPaperView, TemporaryPreview

public interface Preview
extends Serializable

Author:
Yohann Chastagnier

Method Summary
 String getDisplayLicenseKey()
          Getting the license of display software product if any
 String getHeight()
          Getting the height of the document
 String getOriginalFileName()
          Getting the original file of the document
 File getPhysicalFile()
          Getting the physical file of the document
 String getURLAsString()
          Getting URL of the document
 String getWidth()
          Getting the width of the document
 

Method Detail

getDisplayLicenseKey

String getDisplayLicenseKey()
Getting the license of display software product if any

Returns:

getURLAsString

String getURLAsString()
Getting URL of the document

Returns:

getOriginalFileName

String getOriginalFileName()
Getting the original file of the document

Returns:

getPhysicalFile

File getPhysicalFile()
Getting the physical file of the document

Returns:

getWidth

String getWidth()
Getting the width of the document

Returns:

getHeight

String getHeight()
Getting the height of the document

Returns:


Copyright © 2016 Silverpeas. All Rights Reserved.