Implements the DDEAUTO field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...text. // 1 - A LINK field: builder.writeln("FieldLink:\n"); i...
Shading.clear_formatting method. Removes shading from the object....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . start_table...formatting options for a document builder # will apply them to every...
Table.left_indent property. Gets or sets the value that represents the left indent of the table.... Document () builder = aw . DocumentBuilder ( doc...doc ) table = builder . start_table () builder . insert_cell...
Implements the TITLE field in Java.... DocumentBuilder builder = new DocumentBuilder(doc);...FieldTitle field = (FieldTitle) builder.insertField(FieldType.FIELD_TITLE...
Implements DOCVARIABLE field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...fieldDocProperty = (FieldDocProperty) builder.insertField(" DOCPROPERTY Category...
Implements the TEMPLATE field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldTemplate field = (FieldTemplate) builder.insertField(FieldType.FIELD_TEMPLATE...
Implements the USERADDRESS field in Java.... DocumentBuilder builder = new DocumentBuilder(doc);...fieldUserAddress = (FieldUserAddress) builder.insertField(FieldType.FIELD_USER_ADDRESS...
Implements the SUBJECT field in Java.... DocumentBuilder builder = new DocumentBuilder(doc);...FieldSubject field = (FieldSubject) builder.insertField(FieldType.FIELD_SUBJECT...
Implements the COMMENTS field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldComments field = (FieldComments) builder.insertField(FieldType.FIELD_COMMENTS...
Implements the KEYWORDS field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldKeywords field = (FieldKeywords) builder.insertField(FieldType.FIELD_KEYWORD...