public interface Rendition extends RenditionData
| Modifier and Type | Method and Description | 
|---|---|
ContentStream | 
getContentStream()
Returns the content stream of the rendition. 
 | 
long | 
getHeight()
Returns the height in pixels if the rendition is an image. 
 | 
long | 
getLength()
Returns the size of the rendition in bytes if available. 
 | 
Document | 
getRenditionDocument()
Returns the rendition document if the rendition is a stand-alone
 document. 
 | 
Document | 
getRenditionDocument(OperationContext context)
Returns the rendition document using the provides
  
OperationContext if the rendition is a stand-alone document. | 
long | 
getWidth()
Returns the width in pixels if the rendition is an image. 
 | 
getBigHeight, getBigLength, getBigWidth, getKind, getMimeType, getRenditionDocumentId, getStreamId, getTitlegetExtensions, setExtensionslong getLength()
long getHeight()
long getWidth()
Document getRenditionDocument()
null if there is no rendition
         documentDocument getRenditionDocument(OperationContext context)
OperationContext if the rendition is a stand-alone document.null if there is no rendition
         documentContentStream getContentStream()
null if the
         rendition has no contentCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.