Преобразувайте HTML във DOCX формат в код Python Запазете HTML като DOCX с помощта на Python....words as aw doc = aw.Document( "Input.html" )...) import aspose.words as aw doc = aw.Document("Input.html") doc...
Преобразувайте HTML във EPUB формат в код Python Запазете HTML като EPUB с помощта на Python....words as aw doc = aw.Document( "Input.html" )...) import aspose.words as aw doc = aw.Document("Input.html") doc...
Convertiți WORD formatul în PDF în Python codul Salvați WORD ca PDF utilizând Python....words as aw doc = aw.Document( "Input.docx" )...) import aspose.words as aw doc = aw.Document("Input.docx") doc...
Convertiți WORD formatul în TXT în Python codul Salvați WORD ca TXT utilizând Python....words as aw doc = aw.Document( "Input.docx" )...) import aspose.words as aw doc = aw.Document("Input.docx") doc...
Convertiți WORD formatul în XPS în Python codul Salvați WORD ca XPS utilizând Python....words as aw doc = aw.Document( "Input.docx" )...) import aspose.words as aw doc = aw.Document("Input.docx") doc...
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... insert_field ( field_type = aw . fields . FieldType . FIELD_LIST_NUM...
FieldListNum.starting_number property. Gets or sets the starting value for this field.... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_LIST_NUM...
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... insert_field ( field_type = aw . fields . FieldType . FIELD_LIST_NUM...