Document.has_macros property. Returns ``True`` if the document has a VBA project (macros)....docm' ) builder = aw . DocumentBuilder ( doc...MacroName property. field = builder . insert_field ( field_type...
Style.base_style_name property. Gets/sets the name of the style this style is based on....2' )) builder = aw . DocumentBuilder ( doc = doc ) builder . move_to_document_end...move_to_document_end () builder . paragraph_format . style = doc...
Footnote.reference_mark property. Gets/sets custom reference mark to be used for this footnote... Document () builder = aw . DocumentBuilder ( doc...document builder's "InsertFootnote" method. builder . write (...
FieldAutoNumLgl.separator_character property. Gets or sets the separator character to be used.... Document () builder = aw . DocumentBuilder ( doc..._insert_numbered_clause ( builder , ' \t Heading 1' , filler_text...
Effortlessly enhance your documents with the DocumentBuilder InsertTableOfContents method, adding a dynamic TOC for easy navigation and improved organization....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...Configure the table to pick up paragraphs with headings of levels 1...
Style.baseStyleName property. Gets/sets the name of the style this style is based on....let builder = new aw . DocumentBuilder ( doc ); builder . moveToDocumentEnd...moveToDocumentEnd (); builder . paragraphFormat . style = doc ...