CompatibilityOptions.optimize_for method. Allows to optimize the document contents as well as default Aspose.Words behavior to a particular versions of MS Word.... Document () builder = aw . DocumentBuilder ( doc...MsWordVersion . WORD2003 ) builder . insert_image ( file_name...
Implements the FORMTEXT field in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.write("This...fieldAuthor = (FieldAuthor) builder.insertField(FieldType.FIELD_AUTHOR...
Implements the FOOTNOTEREF field in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.write("This...fieldAuthor = (FieldAuthor) builder.insertField(FieldType.FIELD_AUTHOR...
aspose.words.ConditionalStyleType enumeration. Represents possible table areas to which conditional formatting may be defined in a table style....() builder = aw . DocumentBuilder ( doc ) table = builder . start_table...start_table () builder . insert_cell () builder . write ( 'Cell...
Merge multiple Image into DOCX in C++ code. Save Image as DOCX using C++....MakeObject <Document>(); auto builder = MakeObject <DocumentBuilder>(doc);...& fileName : fileNames) { builder-> InsertImage (fileName); //...
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...
FieldAutoNumLgl.remove_trailing_period property. Gets or sets whether to display the number without a trailing period.... Document () builder = aw . DocumentBuilder ( doc..._insert_numbered_clause ( builder , ' \t Heading 1' , filler_text...
aspose.words.fields.FieldBuilder.add_switch method...construct fields using a field builder, and then insert them into...field builder. # 1 - Single field: # Use a field builder to add...