XpsSaveOptions.save_format property. Specifies the format in which the document will be saved if this save options object is used... Document () builder = aw . DocumentBuilder ( doc...levels 1, 2, and then 3. builder . paragraph_format . style_identifier...
DocumentBuilder.italic property. True if the font is formatted as italic....with data with a document builder instead of a mail merge. doc...doc = aw . Document () builder = aw . DocumentBuilder ( doc =...
FieldNextIf.left_expression property. Gets or sets the left part of the comparison expression....insert_merge_fields ( self , builder , first_field_text_before ):...self . insert_merge_field ( builder , 'Courtesy Title' , first_field_text_before...
DocumentBuilder.end_table method. Ends a table in the document....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . start_table...formatting options for a document builder # will apply them to every...
FieldSeq.insert_next_number property. Gets or sets whether to insert the next sequence number for the specified item.... Document () builder = aw . DocumentBuilder ( doc...to 100. builder . write ( '#' ) field_seq = builder . insert_field...
FieldSeq.reset_number property. Gets or sets an integer number to reset the sequence number to... Document () builder = aw . DocumentBuilder ( doc...to 100. builder . write ( '#' ) field_seq = builder . insert_field...
Font.auto_color property. Returns the present calculated color of the text (black or white) to be used for 'auto color'... Document () builder = aw . DocumentBuilder ( doc...Color . empty () . to_argb (), builder . font . color . to_argb ())...