Package org.apache.tika.metadata
Interface Epub
- 
 public interface EpubEPub properties collection.- Since:
- Apache Tika 2.8.0
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringEPUB_PREFIXstatic PropertyRENDITION_LAYOUTThis is set to "pre-paginated" if any itemref on the spine or the metadata has a "pre-paginated" value, "reflowable" otherwise.static PropertyVERSION
 
- 
- 
- 
Field Detail- 
EPUB_PREFIXstatic final String EPUB_PREFIX - See Also:
- Constant Field Values
 
 - 
RENDITION_LAYOUTstatic final Property RENDITION_LAYOUT This is set to "pre-paginated" if any itemref on the spine or the metadata has a "pre-paginated" value, "reflowable" otherwise.
 - 
VERSIONstatic final Property VERSION 
 
- 
 
-