ChartSeries.bubble_sizes property. Gets a collection of bubble sizes for this chart series.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
aspose.words.lists.ListLabel class. Defines properties specific to a list label... doc = aw . Document ( file_name = MY_DIR...paras = doc . get_child_nodes ( aw . NodeType . PARAGRAPH , True...
FieldAddressBlock.name_and_address_format property. Gets or sets the name and address format.... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_ADDRESS_BLOCK...
ImageFieldMergingArgs.image_file_name property. Sets the file name of the image that the mail merge engine must insert into the document.... class MergedImageResizer ( aw . mailmerging . IFieldMergingCallbac...field_value ) args . image_width = aw . fields . MergeFieldImageDimen...
Explore the Aspose.Words.ChartAxisTitle class to easily manage axis title properties and enhance your document's visual impact....Add ( "AW Series 1" , new string [] { "AW Category 1" , "AW Category...
PdfSaveOptions.jpegQuality property. Gets or sets a value determining the quality of the JPEG images inside PDF document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...PDF. let pdfSaveOptions = new aw . Saving . PdfSaveOptions ();...
RowCollection.to_array method. Copies all rows from the collection to a new array of rows....words as aw doc = aw . Document ( file_name =...] . to_string ( save_format = aw . SaveFormat . TEXT ) . strip...
Markdown را در کد JavaScript ویرایش کنید....const aw = require( '@aspose/words' ); var doc = new aw.Document(..."Input.md" ) var builder = new aw.DocumentBuilder(doc) // متن را...
Markdown را در کد Python ویرایش کنید....words as aw doc = aw.Document( "Input.md" ) builder = aw.DocumentBuilder(doc)...words as aw doc = aw.Document( "Input.md" ) builder = aw.DocumentBuilder(doc)...