org.silverpeas.viewer
Interface DocumentView

All Superinterfaces:
Preview, Serializable
All Known Implementing Classes:
AbstractView, TemporaryFlexPaperView

public interface DocumentView
extends Preview

Author:
Yohann Chastagnier

Method Summary
 boolean areSearchDataComputed()
          Indicates if search data have been computed.
 int getNbPages()
          Gets total of pages
 boolean isDocumentSplit()
          Indicates if the document view is split into several pieces.
 
Methods inherited from interface org.silverpeas.viewer.Preview
getDisplayLicenseKey, getHeight, getOriginalFileName, getPhysicalFile, getURLAsString, getWidth
 

Method Detail

getNbPages

int getNbPages()
Gets total of pages

Returns:

isDocumentSplit

boolean isDocumentSplit()
Indicates if the document view is split into several pieces.

Returns:
true if the document view is split, false otherwise.

areSearchDataComputed

boolean areSearchDataComputed()
Indicates if search data have been computed.

Returns:
true if search data have been computed, false otherwise.


Copyright © 2016 Silverpeas. All Rights Reserved.