Package | Description |
---|---|
writer2latex.bibtex | |
writer2latex.office |
Modifier and Type | Method and Description |
---|---|
static BibMark.EntryType |
BibTeXEntryMap.getEntryType(java.lang.String sFieldName)
Return entry type corresponding to a BibTeX field
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
BibTeXEntryMap.getFieldName(BibMark.EntryType entryType)
Return BibTeX field name corresponding to and entry type
|
Modifier and Type | Method and Description |
---|---|
static BibMark.EntryType |
BibMark.EntryType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BibMark.EntryType[] |
BibMark.EntryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
BibMark.getField(BibMark.EntryType entryType)
Return a specific field.
|
void |
BibMark.setField(BibMark.EntryType entryType,
java.lang.String sValue)
Set a specific field.
|