public class EpubFieldNames extends Object
Modifier and Type | Field and Description |
---|---|
static String |
Author
The author field name.
|
static String |
Copyrights
The copyrights field name.
|
static String |
Description
The description field name.
|
static String |
Language
The language field name.
|
static String |
PublishedDate
The published date field name.
|
static String |
Publisher
The publisher field name.
|
static String |
Subject
The subject field name.
|
static String |
Title
The title field name.
|
Constructor and Description |
---|
EpubFieldNames() |
public static final String Title
The title field name.
public static final String Subject
The subject field name.
public static final String Author
The author field name.
public static final String Description
The description field name.
public static final String Language
The language field name.
public static final String Copyrights
The copyrights field name.
public static final String Publisher
The publisher field name.
public static final String PublishedDate
The published date field name.