Package org.silverpeas.core.viewer.model
Interface DocumentView
-
- All Superinterfaces:
Preview
,Serializable
- All Known Implementing Classes:
AbstractView
,TemporaryFlexPaperView
,TemporaryPdfView
public interface DocumentView extends Preview
- Author:
- Yohann Chastagnier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
areSearchDataComputed()
Indicates if search data have been computed.int
getNbPages()
Gets total of pagesboolean
isDocumentSplit()
Indicates if the document view is split into several pieces.-
Methods inherited from interface org.silverpeas.core.viewer.model.Preview
getDisplayLicenseKey, getDocumentId, getDocumentType, getHeight, getLanguage, getOriginalFileName, getPhysicalFile, getServerFilePath, 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.
-
-