Implements the AUTONUMOUT field in Java....Examples: Shows how to number paragraphs using AUTONUMOUT fields....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...
Implements the LASTSAVEDBY field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...field = (FieldLastSavedBy) builder.insertField(FieldType.FIELD_LAST_SAVED_BY...
Implements the OCX field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldOcx field = (FieldOcx) builder.insertField(FieldType.FIELD_OCX...
Implements an unknown or unrecognized field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...field code. Field field = builder.insertField(" NOTAREALFIELD...
Implements the COMPARE field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldCompare field = (FieldCompare) builder.insertField(FieldType.FIELD_COMPARE...
Implements the IMPORT field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...fieldIncludePicture = (FieldIncludePicture) builder.insertField(FieldType.FIELD_INCLUDE_PICTURE...
Implements the INCLUDE field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldInclude field = (FieldInclude) builder.insertField(FieldType.FIELD_INCLUDE...
Font.autoColor property. Returns the present calculated color of the text (black or white) to be used for 'auto color'... Document (); let builder = new aw . DocumentBuilder...background color's color. expect ( builder . font . color ). toEqual (...