فرمت HTML به MARKDOWN در JavaScript کنید. با استفاده از JavaScript HTML به عنوان MARKDOWN ذخیره کنید....const aw = require( '@aspose/words' ); var doc = new aw.Document(...const aw = require('@aspose/words'); var doc = new aw.Document("Input...
FootnoteOptions.startNumber property. Specifies the starting number or character for the first automatically numbered footnotes....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...); builder . insertFootnote ( aw . Notes . FootnoteType . Footnote...
Archivio...words as aw # Load the document from disk doc = aw.Document("Document...Enable export of fonts options = aw.saving.HtmlSaveOptions() options...
arkiv...words as aw # Ladda dokumentet från disken doc = aw.Document("Document...export av teckensnitt options = aw.saving.HtmlSaveOptions() options...
CellFormat.shading property. Returns a [Shading](../../../aspose.words/shading/) object that refers to the shading formatting for the cell....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...; rowFormat . borders . at ( aw . BorderType . Bottom ). color...
FieldIndex.use_yomi property. Gets or sets whether to enable the use of yomi text for index entries.... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_INDEX...
Paragraph.getText method. Gets the text of this paragraph including the end of paragraph character.... let doc = new aw . Document (); // An empty document...firstParagraph ; let paragraphText = new aw . Run ( doc , "Initial text....