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