FieldListNum.list_level property. Gets or sets the level in the list, overriding the default behavior of the field.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # LISTNUM fields display...
FieldListNum.has_list_name property. Returns a value indicating whether the name of an abstract numbering definition is provided by the field's code.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # LISTNUM fields display...
FieldListNum.starting_number property. Gets or sets the starting value for this field.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # LISTNUM fields display...
FieldToc.page_number_omitting_level_range property. Gets or sets a range of levels of the table of contents entries from which to omits page numbers.... def field_toc (): doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) builder . start_bookmark ( 'MyBookmark'...
FileFormatUtil.extension_to_save_format method. Converts a file name extension into a [SaveFormat](../../saveformat/) value....missing file extension' ) as doc_stream : info = aw . FileFormatUtil...detect_file_format ( stream = doc_stream ) load_format = info ...
How to insert fields into a Document using C# – learn different ways with code examples....: Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertField ( "MERGEFIELD...
Aspose::Words::Drawing::Charts::AxisTickLabels::get_Font method. Provides access to font formatting of the tick labels in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...
Customize your MailMerge with the MailSubject property to create engaging email or fax subject lines. Enhance communication with personalized content.... Document doc = new Document ( MyDir + "Odso...MailMergeSettings settings = doc . MailMergeSettings ; Console...