public class FieldData extends Field
To learn more, visit the Working with Fields documentation article.
Examples:
Shows how to insert a DATA field into a document.
Document doc = new Document();
DocumentBuilder builder = new DocumentBuilder(doc);
FieldData field = (FieldData) builder.insertField(FieldType.FIELD_DATA, true);
Assert.assertEquals(" DATA ", field.getFieldCode());
getDisplayResult, getEnd, getFieldCode, getFieldCode, getFormat, getLocaleId, getResult, getSeparator, getStart, getType, isDirty, isDirty, isLocked, isLocked, needStoreOldResultNodes, remove, setLocaleId, setResult, unlink, update, update