Package org.apache.tika.metadata
Interface Epub
-
public interface Epub
EPub properties collection.- Since:
- Apache Tika 2.8.0
-
-
Field Summary
Fields Modifier and Type Field Description static String
EPUB_PREFIX
static 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.static Property
VERSION
-
-
-
Field Detail
-
EPUB_PREFIX
static final String EPUB_PREFIX
- See Also:
- Constant Field Values
-
RENDITION_LAYOUT
static 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.
-
VERSION
static final Property VERSION
-
-