Implements the GLOSSARY field in Java.... Document doc = new Document(); // Create a...AutoText building block to it. doc.setGlossaryDocument(new GlossaryDocument());...
Aspose.Words.BaselineAlignment enumeration. Specifies fonts vertical position on a line.... let doc = new aw . Document ( base ...."Office math.docx" ); let format = doc . firstSection . body . paragraphs...
Range.revisions property. Gets a collection of revisions (tracked changes) that exist in this range.... let doc = new aw . Document ( base ...."Revisions.docx" ); let paragraph = doc . firstSection . body . firstParagraph...
Font.noProofing property. True when the formatted characters are not to be spell checked.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Normally, Microsoft Word...
Implements DocVARIABLE field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Below are two ways of using...
Implements the TEMPLATE field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // We can set a template name...
Implements the USERADDRESS field in Java.... Document doc = new Document(); // Create a...setAddress("123 Main Street"); doc.getFieldOptions().setCurrent...
Implements the TITLE field in Java.... Document doc = new Document(); // Set a value...built-in document property. doc.getBuiltInDocumentPr().setTitle("My...
Implements the KEYWORDS field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Add some keywords, also...
Implements the SUBJECT field in Java.... Document doc = new Document(); // Set a value..."Subject" built-in property. doc.getBuiltInDocumentPr().setSubject("My...