HTML را در کد JavaScript ویرایش کنید....const aw = require( '@aspose/words' ); var doc = new aw.Document(..."Input.html" ) var builder = new aw.DocumentBuilder(doc) // متن را...
แก้ไข DOCX ในโค้ด JavaScript...const aw = require( '@aspose/words' ); var doc = new aw.Document(..."Input.docx" ) var builder = new aw.DocumentBuilder(doc) // แทรก...
Aspose.Words.Section class. Represents a single section in a document... let doc = new aw . Document (); // A blank document...document node. let section = new aw . Section ( doc ); doc . appendChild...
Aspose.Words.Body class. Represents a container for the main text of a section... let doc = new aw . Document (); // A blank document...document node. let section = new aw . Section ( doc ); doc . appendChild...
PageSetup.line_starting_number property. Gets or sets the starting line number.... doc = aw . Document () builder = aw . DocumentBuilder.... line_number_restart_mode = aw . LineNumberRestartMod . RESTART_PAGE...
FieldAddressBlock.name_and_address_format property. Gets or sets the name and address format.... doc = aw . Document () builder = aw . DocumentBuilder...field = builder . insert_field ( aw . fields . FieldType . FIELD_ADDRESS_BLOCK...
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...
Document.updateListLabels method. Updates list labels for all list items in the document.... let doc = new aw . Document ( base . myDir + "Rendering...paras = doc . getChildNodes ( aw . NodeType . Paragraph , true...