Implements the PAGE field in Java....Document(getMyDir() + "Paragraphs.docx"); DocumentBuilder builder = new DocumentBuilder(doc);...DocumentBuilder(doc); builder.moveToHeaderFooter(HeaderFooterType...
Implements the AUTONUMOUT field in Java....Examples: Shows how to number paragraphs using AUTONUMOUT fields....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...
TextBox.vertical_anchor property. Specifies the vertical alignment of the text within a shape.... Document () builder = aw . DocumentBuilder ( doc...doc = doc ) shape = builder . insert_shape ( shape_type = aw ...
Implements the formula field in Java....Document(); // Use a field builder to construct a mathematical...DocumentBuilder builder = new DocumentBuilder(doc); builder.write("This...
Implements the GLOSSARY field in Java....PARAGRAPH); doc.getGlossaryDocument()...brochure.dotx"}); DocumentBuilder builder = new DocumentBuilder(doc);...
Implements the QUOTE field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldQuote field = (FieldQuote) builder.insertField(FieldType.FIELD_QUOTE...
Implements an unknown or unrecognized field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...field code. Field field = builder.insertField(" NOTAREALFIELD...
Implements the LASTSAVEDBY field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...field = (FieldLastSavedBy) builder.insertField(FieldType.FIELD_LAST_SAVED_BY...